From c4b49add960e6aa0d309e0705b37c0a731fdc772 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Tue, 29 Sep 2020 00:08:51 -0400 Subject: [PATCH] vim: Fix local setting for vader filetype setlocal should be used in all of these over set (so that settings only occur for the buffer of the filetype). --- .vim/ftplugin/vader.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vim/ftplugin/vader.vim b/.vim/ftplugin/vader.vim index cc2136a..7e52c0f 100644 --- a/.vim/ftplugin/vader.vim +++ b/.vim/ftplugin/vader.vim @@ -1,3 +1,3 @@ " vader.vim is a Vim testing framework by Junegunn " https://github.com/junegunn/vader.vim -set foldmethod=marker +setlocal foldmethod=marker -- libgit2 0.28.4