Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Feb 8, 2018
1 parent de9c18b commit a24d95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/deoplete/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function! deoplete#init#_variables() abort
unlet! g:deoplete#_initialized
let g:deoplete#_serveraddr = has('nvim') ?
\ v:servername : neovim_rpc#serveraddr()
if g:deoplete#_serveraddr == ''
if g:deoplete#_serveraddr ==# ''
" Use NVIM_LISTEN_ADDRESS
let g:deoplete#_serveraddr = $NVIM_LISTEN_ADDRESS
endif
Expand Down

0 comments on commit a24d95e

Please sign in to comment.