aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-28 22:20:58 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-28 22:20:58 +1300
commit68de17180ef3fd9233ab45792a963aab42ed8103 (patch)
treea03518779e41833af4fba1381d70f7cdcd22cd91 /vim/vimrc
parentMove startup .vimrc config into subfile (diff)
downloaddotfiles-68de17180ef3fd9233ab45792a963aab42ed8103.tar.gz
dotfiles-68de17180ef3fd9233ab45792a963aab42ed8103.zip
Move 'modeline' .vimrc setting to file.vim subfile
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 30eb9502..19877316 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -32,10 +32,6 @@ nnoremap J mzJ`z
" in the current session
set backspace=indent,eol,start
-" Don't use modelines at all, they're apparently potential security problems
-" and I've never used them anyway
-set nomodeline
-
" Don't assume a number with a leading zero is octal; it's far more likely a
" zero-padded decimal, so increment and decrement with ^A and ^X on that basis
set nrformats-=octal