diff options
author | James McCoy <jamessan@jamessan.com> | 2016-06-22 20:24:20 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-07-08 01:45:20 -0400 |
commit | 0b2633b1bb3a73dae7679bf9bec0dc9f5e75fe44 (patch) | |
tree | 25016229490cea091aaa1dc0097f14cd530fdf2f /runtime/doc/index.txt | |
parent | 4bd14e921b7ac56560f53d54aba1380bc7bc0689 (diff) | |
download | rneovim-0b2633b1bb3a73dae7679bf9bec0dc9f5e75fe44.tar.gz rneovim-0b2633b1bb3a73dae7679bf9bec0dc9f5e75fe44.tar.bz2 rneovim-0b2633b1bb3a73dae7679bf9bec0dc9f5e75fe44.zip |
vim-patch:e18c0b3
Updated runtime files.
https://github.com/vim/vim/commit/e18c0b39815c5a746887a509c2cd9f11fadaba07
Ignore changes to
* doc/channel.txt, runtime/tools/demoserver.py: Channel related changes
* doc/if_lua.txt, doc/if_perl.txt, doc/if_pyth.txt, doc/if_ruby.txt,
doc/if_tcl.txt, doc/todo.txt: Irrelevant to Neovim
* doc/tags: Generated at build time
Diffstat (limited to 'runtime/doc/index.txt')
-rw-r--r-- | runtime/doc/index.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt index eff03c8daf..bd2df5d1e5 100644 --- a/runtime/doc/index.txt +++ b/runtime/doc/index.txt @@ -1,4 +1,4 @@ -*index.txt* For Vim version 7.4. Last change: 2016 Mar 04 +*index.txt* For Vim version 7.4. Last change: 2016 Mar 12 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1379,6 +1379,7 @@ tag command action ~ |:ounmenu| :ounme[nu] remove menu for Operator-pending mode |:ownsyntax| :ow[nsyntax] set new local syntax highlight for this window |:packadd| :pa[ckadd] add a plugin from 'packpath' +|:packloadall| :packl[oadall] load all packages under 'packpath' |:pclose| :pc[lose] close preview window |:pedit| :ped[it] edit file in the preview window |:print| :p[rint] print lines |