You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extra selections dict in base.py is a dictionary, but an OrderedDict may be a better option.
Using an ordered dictionary would allow some selections to take precedence over others, ensuring that the last selection added to extra selections is the one which is highlighted.
This would be a solution to issue 7 in spyder-vim.
Versions and main components
Spyder Version: latest
Python Version: 3.5.2
Operating system: Windows 10
The text was updated successfully, but these errors were encountered:
Description of your problem
This is more of a suggestion:
Extra selections dict in base.py is a dictionary, but an OrderedDict may be a better option.
Using an ordered dictionary would allow some selections to take precedence over others, ensuring that the last selection added to extra selections is the one which is highlighted.
This would be a solution to issue 7 in spyder-vim.
Versions and main components
The text was updated successfully, but these errors were encountered: