diff options
author | Michael Reed <Pyrohh@users.noreply.github.com> | 2016-01-14 15:38:19 -0500 |
---|---|---|
committer | Michael Reed <Pyrohh@users.noreply.github.com> | 2016-01-14 15:38:19 -0500 |
commit | 964e52e81f25db64471b37252651c0da89d41d5a (patch) | |
tree | 8d629356c26a3cd6f98b1115ff8a6432d4013a64 /runtime/doc/quickref.txt | |
parent | 68550b0d639c959bf381c92641d87383ab72610f (diff) | |
parent | 62d137ce09692e7c85a489fce6ae07a7c7ad004c (diff) | |
download | rneovim-964e52e81f25db64471b37252651c0da89d41d5a.tar.gz rneovim-964e52e81f25db64471b37252651c0da89d41d5a.tar.bz2 rneovim-964e52e81f25db64471b37252651c0da89d41d5a.zip |
Merge pull request #4009 from sethjackson/swapsync
[RFC] Remove 'swapsync'
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r-- | runtime/doc/quickref.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index e8592d5a26..ec7f340581 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -870,7 +870,6 @@ Short explanation of each option: *option-list* 'suffixes' 'su' suffixes that are ignored with multiple match 'suffixesadd' 'sua' suffixes added when searching for a file 'swapfile' 'swf' whether to use a swapfile for a buffer -'swapsync' 'sws' how to sync the swap file 'switchbuf' 'swb' sets behavior when switching to another buffer 'synmaxcol' 'smc' maximum column to find syntax items 'syntax' 'syn' syntax to be loaded for current buffer |