vim: minor vimrc formatting change

This commit is contained in:
Fernando Schauenburg 2020-12-15 17:21:48 +01:00
parent 3a168c72a0
commit 36582437f4

View file

@ -134,7 +134,7 @@ endif
" This has to be here (as opposed to right after the Plug call) because the
" function airline#section#create doesn't exist before plug#end() is
" called. THe exists() call is still needed so no errors are generated on
" called. The exists() call is still needed so no errors are generated on
" the very first time vim is run, as no plugins are installed yet.
if exists("airline#section#create")
if has('multi_byte') && &encoding ==# 'utf-8'
@ -231,7 +231,6 @@ endif
" cycle through line numbering modes
nnoremap <silent> <leader>l :call VimrcCycleNumbers()<CR>
" }}}"
augroup vimrc " {{{