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 /src/nvim/options.lua | |
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 'src/nvim/options.lua')
-rw-r--r-- | src/nvim/options.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua index 98ac388de7..0eccf63e15 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -2276,13 +2276,6 @@ return { defaults={if_true={vi=true}} }, { - full_name='swapsync', abbreviation='sws', - type='string', scope={'global'}, - vi_def=true, - varname='p_sws', - defaults={if_true={vi="fsync"}} - }, - { full_name='switchbuf', abbreviation='swb', type='string', list='comma', scope={'global'}, deny_duplicates=true, |