Remove unwanted quotes at the end of vimrc
This commit is contained in:
parent
75568b300e
commit
06cddc0b87
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -441,4 +441,4 @@ function! ShowModeInStatusLine()
|
||||||
let g:showMode = "Visual"
|
let g:showMode = "Visual"
|
||||||
endif
|
endif
|
||||||
return g:showMode
|
return g:showMode
|
||||||
endfunction"""""""""""""""""""
|
endfunction
|
||||||
|
|
Loading…
Reference in a new issue