Also move it to a the EDITOR section.
set cryptmethod=blowfish
endif
-" Create new split windows on the right (and not left).
-set splitright
-
" Clear all vimrc-related autocmds. Has to be done here as the vimrc augroup
" is used multiple times. Necessary to support reloading the vimrc.
if has('autocmd')
" (add ! to override)" warning when switching buffers.
set hidden
+" When splitting vertically put the new window right of the current one.
+if has('vertsplit')
+ set splitright
+endif
+
" DISPLAY SETTINGS