guillermooo / Vintageous

Vi/Vim emulation for Sublime Text 3
http://guillermooo.bitbucket.org/Vintageous/
Other
1.64k stars 115 forks source link

The current command not displayed properly #1002

Closed pyk closed 8 years ago

pyk commented 8 years ago

I'm using Material theme for my sublime text 3. All functionality of Vintageous is fine.

But the current command is not displayed properly. For example if I use the command

:'<,'>s/old/new/g

this command not show up screenshot from 2015-10-09 00 26 27

but it's work as expected.

I want to fix this, but i don't know where to get started.

What kind of configuration is used to alter the display of the command mode? Any help is appreciated.

guillermooo commented 8 years ago

Not sure what you're asking and I have 0 knowledge about themes. It seems to be a problem with the "named status bar region". I just made that term up, but I think the api call is sublime.set_status(key, value).

pyk commented 8 years ago

@guillermooo thanks, the problem is fixed https://github.com/equinusocio/material-theme/issues/67 screenshot from 2015-10-13 08 13 38