From 432d9fd6c367f01297e3060b0115d5e026df8aa4 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 3 Oct 2020 15:41:25 +0200 Subject: ftplugin/vim.vim: Activate the built-in Vim ftplugin I was bemoaning the lack of `fo+=c` in Vim files, so decided to look over the contents of `$VIMRUNTIME/ftplugin/vim.vim`. Since I didn't find anything there that wasn't to my liking, I decided to activate the whole ftplugin. --- ftplugin/vim.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ftplugin/vim.vim (limited to 'ftplugin') diff --git a/ftplugin/vim.vim b/ftplugin/vim.vim new file mode 100644 index 0000000..3f64fa2 --- /dev/null +++ b/ftplugin/vim.vim @@ -0,0 +1,3 @@ +if exists('b:did_ftplugin') + unlet b:did_ftplugin +endif -- cgit v1.2.3