diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-05-18 22:28:22 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-05-18 22:28:22 +0200 |
commit | b702c84d0d3d9874a224d81b379f9287b4a58399 (patch) | |
tree | 5cf1fabbe3e53738d84b76516c35122fdc10528b /runtime/doc/quickref.txt | |
parent | 4890f1f7f47242dd7b2e9d2a22759449f13ebe6b (diff) | |
download | vim-git-b702c84d0d3d9874a224d81b379f9287b4a58399.tar.gz |
Updated a few runtime files.
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r-- | runtime/doc/quickref.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index 075454eab..551b1adf9 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -651,6 +651,7 @@ Short explanation of each option: *option-list* 'conskey' 'consk' get keys directly from console (MS-DOS only) 'copyindent' 'ci' make 'autoindent' use existing indent structure 'cpoptions' 'cpo' flags for Vi-compatible behavior +'cryptmethod' 'cm' type of encryption to use for file writing 'cscopepathcomp' 'cspc' how many components of the path to show 'cscopeprg' 'csprg' command to execute cscope 'cscopequickfix' 'csqf' use quickfix window for cscope results |