GNOME Bugzilla – Bug 743021
Add "edit" in VIM command mode
Last modified: 2015-01-19 11:35:16 UTC
:edit should allow opening files as the global search does.
agree, but we should define how it will open it. We're typing :edit, pressing enter and global search view opened or we're typing :edit, trying to press tab and there results from global search?
Created attachment 294861 [details] [review] vim: add support for "edit filename" You can also use the alias 'e'. This open's a new buffer, which is slightly different than VIM, but reasonable in this case.
I still would like to add auto completion, but that can come later. Attachment 294861 [details] pushed as 5e0ebaa - vim: add support for "edit filename"