GNOME Bugzilla – Bug 766041
Vim mode: search entry text not set properly after second use of * or #
Last modified: 2016-05-06 05:42:33 UTC
In Vim mode, after the second use of * (or #), the search entry text is not set properly. How to reproduce: 1) Open a new file, type a few "hello". 2) Hit *, then /, the search entry will show "hello", backspace to delete it, hit Esc to dismiss the search entry 3) Do another * search, hit /, now the search entry is empty (should contain "hello").
Created attachment 327361 [details] [review] Vim mode: fix search entry history
Attachment 327361 [details] pushed as 2f835a5 - Vim mode: fix search entry history