From 62d137ce09692e7c85a489fce6ae07a7c7ad004c Mon Sep 17 00:00:00 2001 From: Seth Jackson Date: Wed, 13 Jan 2016 21:08:32 -0500 Subject: Remove swapsync. It's complete overkill. --- src/nvim/options.lua | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/nvim/options.lua') diff --git a/src/nvim/options.lua b/src/nvim/options.lua index cdac6ffd5c..dd959c1ece 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -2296,13 +2296,6 @@ return { varname='p_swf', 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'}, -- cgit