Lines Matching refs:did
1174 'incsearch' did not scroll the window in the same way as the actual search.
1179 ":unmap", ":unab" and ":unmenu" did not accept a double quote, it was seen as
1306 Search pattern "\(a *\)\{3} did not work correctly, also matched "a a".
1449 "gqap" to format a paragraph did too much redrawing.
1472 ":abclear" didn't work (but ":iabclear" and ":cabclear" did work).
1486 "/a\{" did strange things, depending on previous search.
1640 empty line. For one line it did leave an empty line.
1650 ":s/this/that/gc", type "y" two times, then undo, did reset the modified
1864 For ":syntax keyword" the "transparent" option did work, although not
1928 link.sh did not return an error on exit, which may cause Vim to start
2938 ":tjump tag" did a linear search in the tags file, which can be slow.
4008 file" for "file" in the local directory, while "\file" did exist. When
4018 MSDOS: environment options in lowercase didn't work, although they did in the
4612 "fnamemodify("", ":p")" did not add a trailing slash, fname_case() removed it.
4801 When 'hls' off and 'ai' on, "O<Esc>" did remove the indent, but it was still
5410 current line did not have any indent already. (Hanus Adler)
5647 Problem: Backspacing did not always use 'softtabstop' after hitting <CR>,
5731 Problem: ":let @* = @:" did not work. The text was not put on the
5737 Problem: append() did not mark the buffer modified. Marks below the
5960 Problem: Configure in the top directory did not pass on an argument with a
6196 uncompress a file did not do detection for 'fileformat'. This is