@@ -107,7 +107,7 @@ set undolevels=1000
107
107
108
108
109
109
if v: version >= 730
110
- set undofile " keep a persistent backup file
110
+ set undofile " keep a persistent backup file
111
111
endif
112
112
113
113
@@ -160,12 +160,12 @@ set nowb
160
160
161
161
" Load indentation rules according to the detected filetype.
162
162
if has (" autocmd" )
163
- filetype indent on
163
+ filetype indent on
164
164
endif
165
165
166
166
" Source a global configuration file if available
167
167
if filereadable (" /etc/vim/vimrc.local" )
168
- source /etc/ vim /vimrc.local
168
+ source /etc/ vim /vimrc.local
169
169
endif
170
170
171
171
@@ -192,17 +192,17 @@ call pathogen#infect()
192
192
193
193
" Solarized color scheme setup
194
194
if has (' gui_running' )
195
- " use the light (yellowish background) scheme in GUI
196
- set background = light
195
+ " use the light (yellowish background) scheme in GUI
196
+ set background = light
197
197
else
198
- " change to dark color scheme on terminal
199
- set background = dark
198
+ " change to dark color scheme on terminal
199
+ set background = dark
200
200
201
- " if running on windows, degrade to 256 colors because the windows
202
- " terminal sucks very, very much and vim in GitBash looks awful
203
- if has (' win32' )
204
- let g: solarized_termcolors
205
- endif
201
+ " if running on windows, degrade to 256 colors because the windows
202
+ " terminal sucks very, very much and vim in GitBash looks awful
203
+ if has (' win32' )
204
+ let g: solarized_termcolors
205
+ endif
206
206
207
207
endif
208
208
@@ -219,7 +219,7 @@ nnoremap <f2> :TlistToggle<cr>
219
219
220
220
" force snipmate accept custom defined snippets on windows
221
221
if has (' win32' )
222
- let g: snippets_dir= " c:/Users/luke/.vim/bundle/snipmate/snippets/,c:/Users/luke/.vim/bundle/snipmate-custom-snippets/snippets"
222
+ let g: snippets_dir= " c:/Users/luke/.vim/bundle/snipmate/snippets/,c:/Users/luke/.vim/bundle/snipmate-custom-snippets/snippets"
223
223
endif
224
224
225
225
0 commit comments