summaryrefslogtreecommitdiffstats
path: root/src/search.c
AgeCommit message (Expand)Author
2019-05-07patch 8.1.1289: may not have enough space to add "W" to search statsv8.1.1289Bram Moolenaar
2019-05-07patch 8.1.1288: search stats don't show for mapped commandv8.1.1288Bram Moolenaar
2019-05-06patch 8.1.1283: delaying half a second after the top-bot messagev8.1.1283Bram Moolenaar
2019-05-05patch 8.1.1271: compiler warnings for use of STRNCPY()v8.1.1271Bram Moolenaar
2019-05-04patch 8.1.1270: cannot see current match positionv8.1.1270Bram Moolenaar
2019-04-06patch 8.1.1124: insert completion flags are mixed upv8.1.1124Bram Moolenaar
2019-03-30patch 8.1.1076: file for Insert mode is much too bigv8.1.1076Bram Moolenaar
2019-03-03patch 8.1.0991: cannot build with a mix of featuresv8.1.0991Bram Moolenaar
2019-02-22patch 8.1.0971: failure for selecting quoted text object moves cursorv8.1.0971Bram Moolenaar
2019-02-17patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar
2019-02-16patch 8.1.0932: Farsi support is outdated and unusedv8.1.0932Bram Moolenaar
2019-02-10patch 8.1.0886: compiler warning for NULL pointer and condition always truev8.1.0886Bram Moolenaar
2019-01-31patch 8.1.0864: cannot have a local value for 'scrolloff' and 'sidescrolloff'v8.1.0864Bram Moolenaar
2019-01-26patch 8.1.0826: too many #ifdefsv8.1.0826Bram Moolenaar
2019-01-24patch 8.1.0810: too many #ifdefsv8.1.0810Bram Moolenaar
2019-01-20patch 8.1.0785: depending on the configuration some functions are unusedv8.1.0785Bram Moolenaar
2019-01-19patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar
2019-01-13patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar
2018-12-23patch 8.1.0629: "gn" selects the wrong text with a multi-line matchv8.1.0629Bram Moolenaar
2018-12-01patch 8.1.0556: saving/restoring search patterns share saved last_idxv8.1.0556Bram Moolenaar
2018-12-01patch 8.1.0555: crash when last search pat is set but not last substitute patv8.1.0555Bram Moolenaar
2018-11-30patch 8.1.0552: saved last search pattern may not be restoredv8.1.0552Bram Moolenaar
2018-11-16patch 8.1.0528: various typos in commentsv8.1.0528Bram Moolenaar
2018-09-30patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar
2018-08-16patch 8.1.0290: "cit" on an empty HTML tag changes the whole tagv8.1.0290Bram Moolenaar
2018-06-19patch 8.1.0083: "is" and "as" have trouble with quoted punctuationv8.1.0083Bram Moolenaar
2018-05-22patch 8.1.0018: using "gn" may select wrong text when wrappingv8.1.0018Bram Moolenaar
2018-04-27patch 8.0.1768: SET_NO_HLSEARCH() used in a wrong wayv8.0.1768Bram Moolenaar
2018-04-24patch 8.0.1753: various warnings from a static analyserv8.0.1753Bram Moolenaar
2018-03-04patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar
2018-02-10patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar
2018-02-09patch 8.0.1487: test 14 failsv8.0.1487Bram Moolenaar
2018-02-09patch 8.0.1486: accessing invalid memory with "it"v8.0.1486Bram Moolenaar
2018-02-09patch 8.0.1483: searchpair() might return an invalid value on timeoutv8.0.1483Bram Moolenaar
2018-02-09patch 8.0.1479: insert mode completion state is confusingv8.0.1479Bram Moolenaar
2018-01-31patch 8.0.1449: slow redrawing with DirectXv8.0.1449Bram Moolenaar
2017-11-16patch 8.0.1304: CTRL-G/CTRL-T don't work with incsearch and empty patternv8.0.1304Bram Moolenaar
2017-11-12patch 8.0.1291: C indent wrong when * immediately follows commentv8.0.1291Bram 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-09-26patch 8.0.1148: gN doesn't work on last match with 'wrapscan' offv8.0.1148Bram Moolenaar
2017-09-22patch 8.0.1136: W_WIDTH() is always the samev8.0.1136Bram Moolenaar
2017-09-16patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsv8.0.1118Bram Moolenaar
2017-07-23patch 8.0.0762: ml_get error with :psearch in buffer without a namev8.0.0762Bram Moolenaar
2017-06-17patch 8.0.0643: when a pattern search is slow Vim becomes unusablev8.0.0643Bram Moolenaar
2017-06-05patch 8.0.0627: "gn" selects only one character with 'nowrapscan'v8.0.0627Bram Moolenaar
2017-06-05patch 8.0.0622: selecting quoted text fails with 'selection' "exclusive"v8.0.0622Bram Moolenaar
2017-06-05patch 8.0.0621: :stag does not respect 'switchbuf'v8.0.0621Bram Moolenaar
2017-03-29patch 8.0.0523: dv} deletes part of a multi-byte character.v8.0.0523Bram Moolenaar
2017-03-16patch 8.0.0466: still macros that should be all-capsv8.0.0466Bram Moolenaar