diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-12-12 21:58:40 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-12-12 21:58:40 +0000 |
commit | 5b962cf71c87f5d23408bac83c8a526b901daa3f (patch) | |
tree | 0105ddcc2ab582365acddeb7892516eec1bbad0b /runtime/doc/quickref.txt | |
parent | 63a121b750c186db52de3d3ffbe016b89df8970b (diff) | |
download | vim-git-5b962cf71c87f5d23408bac83c8a526b901daa3f.tar.gz |
updated for version 7.0168
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 9f4f7e65b..687e5cff5 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -1,4 +1,4 @@ -*quickref.txt* For Vim version 7.0aa. Last change: 2005 Nov 25 +*quickref.txt* For Vim version 7.0aa. Last change: 2005 Dec 12 VIM REFERENCE MANUAL by Bram Moolenaar @@ -774,6 +774,7 @@ Short explanation of each option: *option-list* |'number'| |'nu'| print the line number in front of each line |'numberwidth'| |'nuw'| number of columns used for the line number |'omnifunc'| |'ofu'| function for filetype-specific completion +|'operatorfunc'| |'opfunc'| funtion to be called for |g@| operator |'osfiletype'| |'oft'| operating system-specific filetype information |'paragraphs'| |'para'| nroff macros that separate paragraphs |'paste'| allow pasting text |