aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-09-14 00:56:05 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-09-14 00:56:05 +1200
commit5bd2d068cbe9bd79f119c75e37ef39e84bbe6dc8 (patch)
tree229dc1037b13cfde2c43a79ee72e79e13a678b8f /vim
parentGenerate alerts for window manager (diff)
downloaddotfiles-5bd2d068cbe9bd79f119c75e37ef39e84bbe6dc8.tar.gz
dotfiles-5bd2d068cbe9bd79f119c75e37ef39e84bbe6dc8.zip
Prefer full command name
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index a36a48be..848c9486 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -26,7 +26,7 @@ if has("autocmd")
" Markdown
augroup markdown
- au!
+ autocmd!
autocmd Filetype markdown setlocal formatoptions+=t
autocmd Filetype markdown setlocal textwidth=79
if exists("&colorcolumn")