Remove unwanted quotes at the end of vimrc

This commit is contained in:
lhark 2015-12-07 16:22:00 +01:00
parent 75568b300e
commit 06cddc0b87

2
vimrc
View file

@ -441,4 +441,4 @@ function! ShowModeInStatusLine()
let g:showMode = "Visual" let g:showMode = "Visual"
endif endif
return g:showMode return g:showMode
endfunction""""""""""""""""""" endfunction