Convert Vim command output to Unicode
This commit is contained in:
parent
54a4ecf2d9
commit
5d2258bdd4
@ -175,7 +175,7 @@ def CaptureVimCommand( command ):
|
||||
vim.command( 'redir => b:ycm_command' )
|
||||
vim.command( 'silent! {}'.format( command ) )
|
||||
vim.command( 'redir END' )
|
||||
output = vim.eval( 'b:ycm_command' )
|
||||
output = ToUnicode( vim.eval( 'b:ycm_command' ) )
|
||||
vim.command( 'unlet b:ycm_command' )
|
||||
return output
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user