After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 767371 - vim: Use autocompletion for :open not just :edit
vim: Use autocompletion for :open not just :edit
Status: RESOLVED FIXED
Product: gnome-builder
Classification: Other
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME Builder Maintainers
GNOME Builder Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-06-07 18:07 UTC by Matthew Leeds
Modified: 2016-06-09 17:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
vim: Use autocompletion for :open not just :edit (889 bytes, patch)
2016-06-07 18:07 UTC, Matthew Leeds
committed Details | Review
vim: Use autocompletion for :open not just :edit (889 bytes, patch)
2016-06-09 17:16 UTC, Matthew Leeds
committed Details | Review

Description Matthew Leeds 2016-06-07 18:07:15 UTC
Builder does not autocomplete file paths for :open as it does for :edit;
this commit fixes that.
Comment 1 Matthew Leeds 2016-06-07 18:07:17 UTC
Created attachment 329323 [details] [review]
vim: Use autocompletion for :open not just :edit
Comment 2 Christian Hergert 2016-06-07 19:31:54 UTC
Review of attachment 329323 [details] [review]:

LGTM
Comment 3 Matthew Leeds 2016-06-09 17:16:10 UTC
The following fix has been pushed:
c4a2980 vim: Use autocompletion for :open not just :edit
Comment 4 Matthew Leeds 2016-06-09 17:16:16 UTC
Created attachment 329493 [details] [review]
vim: Use autocompletion for :open not just :edit