Explorar o código

Remove spaces in let command to please vim.

Update youcompleteme.vim

switching from bracket notation to set ycm_nofiletype to dot notation
Matthew StClair %!s(int64=4) %!d(string=hai) anos
pai
achega
f27615ca29
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      plugin/youcompleteme.vim

+ 1 - 1
plugin/youcompleteme.vim

@@ -96,7 +96,7 @@ let g:ycm_filetype_blacklist =
 " Blacklist empty buffers unless explicity whitelisted; workaround for
 " https://github.com/ycm-core/YouCompleteMe/issues/3781
 if !has_key( g:ycm_filetype_whitelist, 'ycm_nofiletype' )
-  let g:ycm_filetype_blacklist[ 'ycm_nofiletype' ] = 1
+  let g:ycm_filetype_blacklist.ycm_nofiletype = 1
 endif
 
 let g:ycm_open_loclist_on_ycm_diags =