Browse Source

Merge pull request #3789 from mcstclai/master

Remove spaces in let command to please vim.
mergify[bot] 4 years ago
parent
commit
4e480a317d
1 changed files with 1 additions and 1 deletions
  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 =