sponsor Vim development Vim logo Vim Book Ad

reftools.vim : A vim plugin for https://github.com/davidrjenni/reftools

 script karma  Rating 1/1, Downloaded by 257  Comments, bugs, improvements  Vim wiki

created by
tenfy zhong
 
script type
utility
 
description
reftools.vim
A vim plugin for https://github.com/davidrjenni/reftools It make you east to call reftools.

Install
I suggest you to use a plugin manager, such vim-plug or others.

vim-plug
Plug 'tenfyzhong/reftools.vim'
Manual
git clone https://github.com/tenfyzhong/reftools.vim.git ~/.vim/bundle/reftools.vim
echo 'set rtp+=~/.vim/bundle/reftools.vim' >> ~/.vimrc
vim -c 'helptag ~/.vim/bundle/reftools.vim/doc' -c qa!
Usage
You can call a command or mapping on the current file.

Command
Fixplurals
Call fixplurals on the current package.

Fillstruct
Call fillstruct on the current line of the file.

Fillswitch
Call fillswitch on the current line of the file.

Mapping
<Plug>(reftools#fixplurals)
mode: n Call fixplurals on the current package.

<Plug>(reftools#fillstruct)
mode: n Call fillstruct on the current line of the file.

<Plug>(reftools#fillswitch)
mode: n Call fillswitch on the current line of the file.
 
install details
vim-plug
Plug 'tenfyzhong/reftools.vim'
Manual
git clone https://github.com/tenfyzhong/reftools.vim.git ~/.vim/bundle/reftools.vim
echo 'set rtp+=~/.vim/bundle/reftools.vim' >> ~/.vimrc
vim -c 'helptag ~/.vim/bundle/reftools.vim/doc' -c qa!
Usage
You can call a command or mapping on the current file.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
reftools.vim.zip 0.1.3 2019-11-20 8.0 tenfy zhong Initial upload
ip used for rating: 3.144.113.197

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github