aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-18 21:04:55 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-18 21:04:55 +1200
commitb4e52389a649bad5030d3381ba31415f69cba849 (patch)
treead95cfb9360e7cdd1ad7e7ceea2102ffd9ef1b98 /vim
parentKeep more command, search, and undo history (diff)
downloaddotfiles-b4e52389a649bad5030d3381ba31415f69cba849.tar.gz
dotfiles-b4e52389a649bad5030d3381ba31415f69cba849.zip
Turn off modeline feature properly
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 d139d5ee..7e491ac4 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -113,7 +113,7 @@ set shortmess+=I
" Miscellaneous
set backspace=indent,eol,start
-set modelines=0
+set nomodeline
set nrformats-=octal
set report=0
set shellslash