Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include basic help file #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Include basic help file #1

wants to merge 3 commits into from

Conversation

mMontu
Copy link

@mMontu mMontu commented Jan 13, 2015

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
1 participant