summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_search.vim
AgeCommit message (Expand)Author
2019-02-28patch 8.1.0985: crash with large number in regexpv8.1.0985Bram Moolenaar
2019-02-22patch 8.1.0973: pattern with syntax error gives threee error messagesv8.1.0973Bram Moolenaar
2019-02-21patch 8.1.0968: crash when using search pattern \%Ufffffc23v8.1.0968Bram Moolenaar
2019-02-21patch 8.1.0965: search test failsv8.1.0965Bram Moolenaar
2019-02-21patch 8.1.0963: illegal memory access when using 'incsearch'v8.1.0963Bram Moolenaar
2019-01-24patch 8.1.0811: too many #ifdefsv8.1.0811Bram Moolenaar
2018-12-26patch 8.1.0640: get E14 while typing command :tab with 'incsearch' setv8.1.0640Bram Moolenaar
2018-12-14patch 8.1.0584: with search CTRL-L does not pick up composing charactersv8.1.0584Bram Moolenaar
2018-12-01patch 8.1.0555: crash when last search pat is set but not last substitute patv8.1.0555Bram Moolenaar
2018-09-16patch 8.1.0399: 'hlsearch' highlight remains in other windowv8.1.0399Bram Moolenaar
2018-09-15patch 8.1.0392: error while typing :/foo/s// with 'incsearch' enabledv8.1.0392Bram Moolenaar
2018-09-09patch 8.1.0356: using :s with 'incsearch' prevents CTRL-R CTRL-Wv8.1.0356Bram Moolenaar
2018-09-06patch 8.1.0351: 'incsearch' for :/foo/s//<Esc> changes last search patternv8.1.0351Bram Moolenaar
2018-08-31patch 8.1.0339: wrong highlight when 'incsearch' set and cancelling :sv8.1.0339Bram Moolenaar
2018-08-23patch 8.1.0321: 'incsearch' regression: /\v highlights everythingv8.1.0321Bram Moolenaar
2018-08-22patch 8.1.0320: too much 'incsearch' highlight for pat matching everythingv8.1.0320Bram Moolenaar
2018-08-18patch 8.1.0295: no 'incsearch' highlighting for :vimgrep and similarv8.1.0295Bram Moolenaar
2018-08-18patch 8.1.0291: 'incsearch' highlighting not used for :sortv8.1.0291Bram Moolenaar
2018-08-14patch 8.1.0286: 'incsearch' does not apply to :smagic and :snomagicv8.1.0286Bram Moolenaar
2018-08-14patch 8.1.0284: 'cursorline' highlighting wrong with 'incsearch'v8.1.0284Bram Moolenaar
2018-08-14patch 8.1.0282: 'incsearch' does not work with command modifiersv8.1.0282Bram Moolenaar
2018-08-13patch 8.1.0280: 'incsearch' highlighting does not work for ":g!/"v8.1.0280Bram Moolenaar
2018-08-13patch 8.1.0279: 'incsearch' highlighting does not skip white spacev8.1.0279Bram Moolenaar
2018-08-12patch 8.1.0278: 'incsearch' highlighting does not accept reverse rangev8.1.0278Bram Moolenaar
2018-08-12patch 8.1.0277: 'incsearch' highlighting wrong in a few casesv8.1.0277Bram Moolenaar
2018-08-12patch 8.1.0276: no test for 'incsearch' highlighting with :sv8.1.0276Bram Moolenaar
2018-08-12patch 8.1.0275: 'incsearch' with :s doesn't start at cursor linev8.1.0275Bram Moolenaar
2018-08-11patch 8.1.0274: 'incsearch' triggers on ":source"v8.1.0274Bram Moolenaar
2018-08-11patch 8.1.0271: 'incsearch' doesn't work for :s, :g or :vv8.1.0271Bram Moolenaar
2018-07-14patch 8.1.0181: memory leak with trailing characters in skip expressionv8.1.0181Bram Moolenaar
2018-06-24patch 8.1.0112: no error when using bad arguments with searchpair()v8.1.0112Bram Moolenaar
2018-04-30patch 8.0.1776: in tests, when WaitFor() fails it doesn't say whyv8.0.1776Bram Moolenaar
2018-04-27patch 8.0.1767: with 'incsearch' text may jump up and downv8.0.1767Bram Moolenaar
2018-01-30patch 8.0.1440: terminal window: some vterm responses are delayedv8.0.1440Bram Moolenaar
2017-12-19patch 8.0.1417: test doesn't search for a sentencev8.0.1417Bram Moolenaar
2017-12-19patch 8.0.1416: crash when searching for a sentencev8.0.1416Bram Moolenaar
2017-12-16patch 8.0.1397: pattern with \& following nothing gives an errorv8.0.1397Bram Moolenaar
2017-11-16patch 8.0.1304: CTRL-G/CTRL-T don't work with incsearch and empty patternv8.0.1304Bram Moolenaar
2017-11-05patch 8.0.1271: still too many old style testsv8.0.1271Bram Moolenaar
2017-11-04patch 8.0.1259: search test can be flakyv8.0.1259Bram Moolenaar
2017-11-02patch 8.0.1257: no test for fix of undefined behaviorv8.0.1257Bram Moolenaar
2017-11-02patch 8.0.1250: 'hlsearch' highlighting not removed after incsearchv8.0.1250Bram Moolenaar
2017-11-02patch 8.0.1244: search test does not work correctly on MS-Windowsv8.0.1244Bram Moolenaar
2017-11-02patch 8.0.1243: no test for what 8.0.1227 fixesv8.0.1243Bram Moolenaar
2017-10-30patch 8.0.1239: cannot use a lambda for the skip argument to searchpair()v8.0.1239Bram Moolenaar
2017-10-29patch 8.0.1238: incremental search only shows one matchv8.0.1238Bram Moolenaar
2017-10-22patch 8.0.1210: CTRL-G and CTRL-T are ignored with typeaheadv8.0.1210Bram Moolenaar
2017-10-15patch 8.0.1200: tests switch the bell off twicev8.0.1200Bram Moolenaar
2017-09-28patch 8.0.1158: still old style testsv8.0.1158Bram Moolenaar
2017-07-01patch 8.0.0692: CTRL-G with 'incsearch' and ? goes in the wrong directionv8.0.0692Bram Moolenaar