chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38cde5d
)
dot/vimrc: Fix obvious bogosity.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 15 Mar 2014 15:26:26 +0000
(15:26 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 15 Mar 2014 15:26:26 +0000
(15:26 +0000)
dot/vimrc
patch
|
blob
|
blame
|
history
diff --git
a/dot/vimrc
b/dot/vimrc
index 87b4595d887bd56b6107c248aeb3ebea916d5cba..88fde6116ff657380a9baebeb00df8f44856c17a 100644
(file)
--- a/
dot/vimrc
+++ b/
dot/vimrc
@@
-12,4
+12,6
@@
if &t_Co > 2 || has("gui_running")
set background=dark
endif
-if has("autocmd") filetype plugin indent on endif
+if has("autocmd")
+ filetype plugin indent on
+endif