aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/options.lua
diff options
context:
space:
mode:
authorMichael Reed <Pyrohh@users.noreply.github.com>2016-01-14 15:38:19 -0500
committerMichael Reed <Pyrohh@users.noreply.github.com>2016-01-14 15:38:19 -0500
commit964e52e81f25db64471b37252651c0da89d41d5a (patch)
tree8d629356c26a3cd6f98b1115ff8a6432d4013a64 /src/nvim/options.lua
parent68550b0d639c959bf381c92641d87383ab72610f (diff)
parent62d137ce09692e7c85a489fce6ae07a7c7ad004c (diff)
downloadrneovim-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.lua7
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,