aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/awk.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-08-26 17:40:26 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-08-26 17:40:26 +1200
commite82ab7f7b65c86d908ded5401ee6c1e6f844657a (patch)
tree89ea786f8c730d67a7526b0d2ec85507879e2dec /vim/after/ftplugin/awk.vim
parentMerge branch 'release/v1.60.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-e82ab7f7b65c86d908ded5401ee6c1e6f844657a.tar.gz
dotfiles-e82ab7f7b65c86d908ded5401ee6c1e6f844657a.zip
Merge branch 'release/v1.61.0'v1.61.0
* release/v1.61.0: Bump VERSION Update/correct section on local leader maps Add another blank line Correct some leader map definition comments Add vertical spacing to leader maps section Add visual-mode analogues to some leader maps Upgrade sahara.vim colorscheme Remove doubleup in Awk ftplugin
Diffstat (limited to 'vim/after/ftplugin/awk.vim')
-rw-r--r--vim/after/ftplugin/awk.vim9
1 files changed, 0 insertions, 9 deletions
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'