Skip to content

Commit

Permalink
OpenEditorAction.py: Added vi to list of editors
Browse files Browse the repository at this point in the history
Vi has been added to the list
of non-gui editors

Fixes coala#5239
  • Loading branch information
karansinghgit committed Mar 21, 2018
1 parent fed3823 commit ef59740
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions coalib/results/result_actions/OpenEditorAction.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
'file_arg_template': '{filename} +{line}',
'gui': False
},
'vi': {
'file_arg_template': '{filename} +{line}',
'gui': False
},
'nano': {
'file_arg_template': '+{line},{column} {filename} ',
'gui': False
Expand Down

0 comments on commit ef59740

Please sign in to comment.