mirror of
https://github.com/powerline/powerline.git
synced 2025-04-08 19:25:04 +02:00
Fix vim matcher string comparison
Refs 2f361711febaa822e4eb221f809b710cd650bf5b.
This commit is contained in:
parent
cc9b0daefc
commit
fb929b76cc
@ -10,4 +10,4 @@ def help():
|
||||
|
||||
|
||||
def cmdwin():
|
||||
return bool(int(vim.eval('bufname("%") == "[Command Line]"')))
|
||||
return bool(int(vim.eval('bufname("%") is# "[Command Line]"')))
|
||||
|
Loading…
x
Reference in New Issue
Block a user