diff options
author | Ian C <ianc@noddybox.co.uk> | 2018-07-08 19:08:41 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2018-07-08 19:08:41 +0000 |
commit | 12c1c2de837507f382f330f1efb9178acf8fba27 (patch) | |
tree | 9ba1dcee96509f06cb97b6bbe2793bbfb06234fc /dotrc | |
parent | 43ba34a13a3e302bed5238af40969a0748832fce (diff) |
Added modelines to .vimrc
Diffstat (limited to 'dotrc')
-rw-r--r-- | dotrc/.vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dotrc/.vimrc b/dotrc/.vimrc index d17f233..652de9d 100644 --- a/dotrc/.vimrc +++ b/dotrc/.vimrc @@ -10,6 +10,7 @@ set history=50 set visualbell set noshowmatch set modeline +set modelines=4 :if &term =~ "linux" : syntax on |