diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-16 21:35:52 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-16 21:35:52 +0000 |
commit | d3667a2e2971a879194084f4b61b8ff7ff9765a2 (patch) | |
tree | b4dcab4066674ba9bfa268bff3ee9b2be20aa320 /runtime/doc/quickref.txt | |
parent | cf03447964a76bd37b14d208fc524f40a84f6e64 (diff) | |
download | vim-git-d3667a2e2971a879194084f4b61b8ff7ff9765a2.tar.gz |
updated for version 7.0226
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 f27febf39..6e67e2afd 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -1,4 +1,4 @@ -*quickref.txt* For Vim version 7.0aa. Last change: 2006 Mar 12 +*quickref.txt* For Vim version 7.0aa. Last change: 2006 Mar 16 VIM REFERENCE MANUAL by Bram Moolenaar @@ -800,6 +800,7 @@ Short explanation of each option: *option-list* 'printmbcharset' 'pmbcs' CJK character set to be used for :hardcopy 'printmbfont' 'pmbfn' font names to be used for CJK output of :hardcopy 'printoptions' 'popt' controls the format of :hardcopy output +'pumheight'' 'ph' maximum height of the popup menu 'quoteescape' 'qe' escape characters used in a string 'readonly' 'ro' disallow writing the buffer 'remap' allow mappings to work recursively |