From 5bb6574c4b416dbf235d008f45927c79560355a7 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 30 Jun 2018 01:46:04 +1200 Subject: Add comments to vim ftplugins --- vim/ftplugin/csv.vim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vim/ftplugin/csv.vim') diff --git a/vim/ftplugin/csv.vim b/vim/ftplugin/csv.vim index c8937bba..7242f766 100644 --- a/vim/ftplugin/csv.vim +++ b/vim/ftplugin/csv.vim @@ -1,5 +1,8 @@ +" Only do this when not yet done for this buffer if exists('b:did_ftplugin') finish endif + +" No autoformatting for CSVs setlocal formatoptions= let b:undo_ftplugin = 'setlocal formatoptions<' -- cgit v1.2.3