From 00e1b62ca87df80464bf04cb9aaa675164ece881 Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Sat, 28 Mar 2015 00:34:25 -0400 Subject: [PATCH] Modeline cleanup If users want folds to be automatically collapsed, then they should just set foldmethod=marker in their vimrc. --- src/nvim/ex_cmds.c | 2 -- src/nvim/terminal.c | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/nvim/ex_cmds.c b/src/nvim/ex_cmds.c index e687eab3c4..9ea4902611 100644 --- a/src/nvim/ex_cmds.c +++ b/src/nvim/ex_cmds.c @@ -6316,5 +6316,3 @@ void set_context_in_sign_cmd(expand_T *xp, char_u *arg) } } } - -// vim: tabstop=8 diff --git a/src/nvim/terminal.c b/src/nvim/terminal.c index 87b2d8ff99..daba7b943f 100644 --- a/src/nvim/terminal.c +++ b/src/nvim/terminal.c @@ -1126,4 +1126,4 @@ static int get_config_int(Terminal *term, char *key) // }}} -// vim: foldmethod=marker foldenable +// vim: foldmethod=marker