Skip to content

Include basic help file#1

Open
mMontu wants to merge 3 commits into
sanp:masterfrom
mMontu:master
Open

Include basic help file#1
mMontu wants to merge 3 commits into
sanp:masterfrom
mMontu:master

Conversation

@mMontu

@mMontu mMontu commented Jan 13, 2015

Copy link
Copy Markdown

No description provided.

mMontu and others added 3 commits January 13, 2015 10:41
Newer Vim versions includes an improved version of this functionality by
default. Using include guards it is possible to load this plugin only on old
Vim versions:

   # ~/.vimrc
   if v:version > 704 || v:version == 704 && has("patch848")
      let g:loaded_increment = 1
   else
      vnoremap <c-a> :Inc<CR>
   endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant