From e1cc4579dc48bc57eab9ff86386e807457081df8 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 23 Aug 2018 14:16:14 +1200 Subject: Remove doubleup in Awk ftplugin The after/ftplugin version does exactly the same things as the primary ftplugin version does; this file should have been removed in commit a2f8dea. --- vim/after/ftplugin/awk.vim | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 vim/after/ftplugin/awk.vim diff --git a/vim/after/ftplugin/awk.vim b/vim/after/ftplugin/awk.vim deleted file mode 100644 index 6a8ac1ac..00000000 --- a/vim/after/ftplugin/awk.vim +++ /dev/null @@ -1,9 +0,0 @@ -" Extra configuration for AWK scripts -if &filetype !=# 'awk' || v:version < 700 - finish -endif - -" Set comment formats -setlocal comments=:# -setlocal formatoptions+=or -let b:undo_ftplugin .= '|setlocal comments< formatoptions' -- cgit v1.2.3