diff options
author | James McCoy <jamessan@jamessan.com> | 2016-06-19 23:59:39 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-07-08 01:38:21 -0400 |
commit | 28300a1293b17072c1c5f053a55aae2268454246 (patch) | |
tree | 30696c31e5fc18d88ee1712128b78f3218acc82c /runtime/doc/quickref.txt | |
parent | 562b17260fb1eafe5e49412997bc81de29d24ccb (diff) | |
download | rneovim-28300a1293b17072c1c5f053a55aae2268454246.tar.gz rneovim-28300a1293b17072c1c5f053a55aae2268454246.tar.bz2 rneovim-28300a1293b17072c1c5f053a55aae2268454246.zip |
vim-patch:f391327
Updated runtime files.
https://github.com/vim/vim/commit/f391327adbbffb11180cf6038a92af1ed144e907
Ignore changes to
* doc/todo.txt: Irrelevant for Neovim
* doc/channel.txt: Channel docs
* doc/tags, syntax/vim.vim: Generated at build time
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r-- | runtime/doc/quickref.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index 8e40628e25..b6ab33dd16 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -1,4 +1,4 @@ -*quickref.txt* For Vim version 7.4. Last change: 2015 Nov 10 +*quickref.txt* For Vim version 7.4. Last change: 2016 Feb 24 VIM REFERENCE MANUAL by Bram Moolenaar @@ -794,6 +794,7 @@ Short explanation of each option: *option-list* 'omnifunc' 'ofu' function for filetype-specific completion 'opendevice' 'odev' allow reading/writing devices on MS-Windows 'operatorfunc' 'opfunc' function to be called for |g@| operator +'packpath' 'pp' list of directories used for packages 'paragraphs' 'para' nroff macros that separate paragraphs 'paste' allow pasting text 'pastetoggle' 'pt' key code that causes 'paste' to toggle |