Vim Tips Wiki
(→‎Comments: Bug Report: search history bug)
(Change <tt> to <code>, perhaps also minor tweak.)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{ScriptComments|474|SearchComplete: tab completion of words inside of a search}}
+
{{ScriptComments|SearchComplete: tab completion of words inside of a search}}
   
 
==Comments==
 
==Comments==
SearchComplete breaks the expected functionality of <tt>{c|d|y}/pattern</tt>, effectively reducing them to <tt>/pattern</tt>.
+
SearchComplete breaks the expected functionality of <code>{c|d|y}/pattern</code>, effectively reducing them to <code>/pattern</code>.
   
SearchComplete breaks use of /<Up> to search history on some systems - it seems like it is specifically a problem in non-gui vim compiled as 64bit displayed within a terminal emulator. This problem results in typing "/<Up>" switching to Insert mode and inserting the letter 'A' on a new line, instead of searching the history. I tried to figure out the bug, but I couldn't. Removing SearchComplete fixes the problem.
+
SearchComplete breaks use of /<Up> to search history on some systems - it seems like it is specifically a problem in non-gui vim compiled as 64bit displayed within a terminal emulator. This problem results in typing "/<Up>" switching to Insert mode and inserting the letter 'A' on a new line, instead of searching the history. I tried to figure out the bug, but I couldn't. Removing SearchComplete fixes the problem.

Latest revision as of 09:52, 14 July 2012

Use this page to discuss script 474 SearchComplete: tab completion of words inside of a search

  • Add constructive comments, bug reports, or discuss improvements (see the guideline).
  • Do not document the script here (the author should do that on vim.org).
  • This page may be out of date: check the script's vim.org page above, and its release notes.

Comments[]

SearchComplete breaks the expected functionality of {c|d|y}/pattern, effectively reducing them to /pattern.

SearchComplete breaks use of /<Up> to search history on some systems - it seems like it is specifically a problem in non-gui vim compiled as 64bit displayed within a terminal emulator. This problem results in typing "/<Up>" switching to Insert mode and inserting the letter 'A' on a new line, instead of searching the history. I tried to figure out the bug, but I couldn't. Removing SearchComplete fixes the problem.