diff options
author | Michael Reed <m.reed@mykolab.com> | 2014-12-08 20:59:09 -0500 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2014-12-09 19:25:43 -0500 |
commit | a08e31368fc8de6dc6234942087e56d498452697 (patch) | |
tree | 497c0fc9a685699a793c9a7da6d280adb8a00283 /src | |
parent | 365cf90efbc516ef2e83d0f8152eb7f7c3acbb3c (diff) | |
download | rneovim-a08e31368fc8de6dc6234942087e56d498452697.tar.gz rneovim-a08e31368fc8de6dc6234942087e56d498452697.tar.bz2 rneovim-a08e31368fc8de6dc6234942087e56d498452697.zip |
docs: Remove 'osfiletype' remnants
Even when this was finally removed 6 months ago in b2b920f, it had
already been disabled for a while. Due to this, just remove all remnants
of the option as opposed to putting a placeholder like what was done for
'shortname'and 'cryptmethod'.
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/option.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/option.c b/src/nvim/option.c index fd0978f3a6..b3a883c79e 100644 --- a/src/nvim/option.c +++ b/src/nvim/option.c @@ -1179,9 +1179,6 @@ static struct vimoption {"optimize", "opt", P_BOOL|P_VI_DEF, (char_u *)NULL, PV_NONE, {(char_u *)FALSE, (char_u *)0L} SCRIPTID_INIT}, - {"osfiletype", "oft", P_STRING|P_ALLOCED|P_VI_DEF, - (char_u *)NULL, PV_NONE, - {(char_u *)0L, (char_u *)0L} SCRIPTID_INIT}, {"paragraphs", "para", P_STRING|P_VI_DEF, (char_u *)&p_para, PV_NONE, {(char_u *)"IPLPPPQPP TPHPLIPpLpItpplpipbp", |