log src/search.c @ 15521:6d949e552e99 v8.1.0768

age author description
Sun, 13 Jan 2019 23:45:08 +0100 Bram Moolenaar patch 8.1.0743: giving error messages is not flexible v8.1.0743
Sun, 23 Dec 2018 19:15:05 +0100 Bram Moolenaar patch 8.1.0629: "gn" selects the wrong text with a multi-line match v8.1.0629
Sat, 01 Dec 2018 21:15:04 +0100 Bram Moolenaar patch 8.1.0556: saving/restoring search patterns share saved last_idx v8.1.0556
Sat, 01 Dec 2018 13:15:04 +0100 Bram Moolenaar patch 8.1.0555: crash when last search pat is set but not last substitute pat v8.1.0555
Fri, 30 Nov 2018 22:00:06 +0100 Bram Moolenaar patch 8.1.0552: saved last search pattern may not be restored v8.1.0552
Fri, 16 Nov 2018 16:30:07 +0100 Bram Moolenaar patch 8.1.0528: various typos in comments v8.1.0528
Sun, 30 Sep 2018 21:45:07 +0200 Christian Brabandt patch 8.1.0443: unnecessary static function prototypes v8.1.0443
Thu, 16 Aug 2018 21:45:05 +0200 Christian Brabandt patch 8.1.0290: "cit" on an empty HTML tag changes the whole tag v8.1.0290
Tue, 19 Jun 2018 18:30:07 +0200 Christian Brabandt patch 8.1.0083: "is" and "as" have trouble with quoted punctuation v8.1.0083
Tue, 22 May 2018 18:00:07 +0200 Christian Brabandt patch 8.1.0018: using "gn" may select wrong text when wrapping v8.1.0018
Fri, 27 Apr 2018 23:00:07 +0200 Christian Brabandt patch 8.0.1768: SET_NO_HLSEARCH() used in a wrong way v8.0.1768
Tue, 24 Apr 2018 15:30:08 +0200 Christian Brabandt patch 8.0.1753: various warnings from a static analyser v8.0.1753
Sun, 04 Mar 2018 18:15:08 +0100 Christian Brabandt patch 8.0.1564: too many #ifdefs v8.0.1564
Sat, 10 Feb 2018 19:00:07 +0100 Christian Brabandt patch 8.0.1496: clearing a pointer takes two lines v8.0.1496
Fri, 09 Feb 2018 19:30:06 +0100 Christian Brabandt patch 8.0.1487: test 14 fails v8.0.1487
Fri, 09 Feb 2018 18:15:04 +0100 Christian Brabandt patch 8.0.1486: accessing invalid memory with "it" v8.0.1486
Fri, 09 Feb 2018 16:15:05 +0100 Christian Brabandt patch 8.0.1483: searchpair() might return an invalid value on timeout v8.0.1483
Fri, 09 Feb 2018 12:15:05 +0100 Christian Brabandt patch 8.0.1479: insert mode completion state is confusing v8.0.1479
Wed, 31 Jan 2018 21:00:08 +0100 Christian Brabandt patch 8.0.1449: slow redrawing with DirectX v8.0.1449
Thu, 16 Nov 2017 22:30:06 +0100 Christian Brabandt patch 8.0.1304: CTRL-G/CTRL-T don't work with incsearch and empty pattern v8.0.1304
Sun, 12 Nov 2017 15:45:05 +0100 Christian Brabandt patch 8.0.1291: C indent wrong when * immediately follows comment v8.0.1291
Mon, 30 Oct 2017 22:00:05 +0100 Christian Brabandt patch 8.0.1239: cannot use a lambda for the skip argument to searchpair() v8.0.1239
Sun, 29 Oct 2017 16:45:04 +0100 Christian Brabandt patch 8.0.1238: incremental search only shows one match v8.0.1238
Tue, 26 Sep 2017 12:30:03 +0200 Christian Brabandt patch 8.0.1148: gN doesn't work on last match with 'wrapscan' off v8.0.1148
Fri, 22 Sep 2017 15:30:06 +0200 Christian Brabandt patch 8.0.1136: W_WIDTH() is always the same v8.0.1136
Sat, 16 Sep 2017 21:00:06 +0200 Christian Brabandt patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefs v8.0.1118
Sun, 23 Jul 2017 22:15:04 +0200 Christian Brabandt patch 8.0.0762: ml_get error with :psearch in buffer without a name v8.0.0762
Sat, 17 Jun 2017 18:45:04 +0200 Christian Brabandt patch 8.0.0643: when a pattern search is slow Vim becomes unusable v8.0.0643
Mon, 05 Jun 2017 20:00:04 +0200 Christian Brabandt patch 8.0.0627: "gn" selects only one character with 'nowrapscan' v8.0.0627
Mon, 05 Jun 2017 16:45:03 +0200 Christian Brabandt patch 8.0.0622: selecting quoted text fails with 'selection' "exclusive" v8.0.0622
Mon, 05 Jun 2017 16:15:03 +0200 Christian Brabandt patch 8.0.0621: :stag does not respect 'switchbuf' v8.0.0621
Wed, 29 Mar 2017 20:00:05 +0200 Christian Brabandt patch 8.0.0523: dv} deletes part of a multi-byte character. v8.0.0523
Thu, 16 Mar 2017 17:30:06 +0100 Christian Brabandt patch 8.0.0466: still macros that should be all-caps v8.0.0466
Sun, 12 Mar 2017 20:15:06 +0100 Christian Brabandt patch 8.0.0452: some macros are in lower case v8.0.0452
Sun, 12 Mar 2017 19:30:05 +0100 Christian Brabandt patch 8.0.0451: some macros are in lower case v8.0.0451
Sun, 12 Mar 2017 18:30:06 +0100 Christian Brabandt patch 8.0.0448: some macros are in lower case v8.0.0448
Sun, 12 Mar 2017 16:45:04 +0100 Christian Brabandt patch 8.0.0446: the ";" command does not work after some characters v8.0.0446
Wed, 01 Mar 2017 22:30:04 +0100 Christian Brabandt patch 8.0.0398: illegal memory access with "t" v8.0.0398
Sat, 18 Feb 2017 23:15:04 +0100 Christian Brabandt patch 8.0.0339: illegal memory access with vi' v8.0.0339
Fri, 17 Feb 2017 11:45:04 +0100 Christian Brabandt patch 8.0.0330: illegal memory access after "vapo" v8.0.0330
Thu, 01 Dec 2016 17:30:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/b129a447f3b580d4c941869672b0557c52c37e4d v8.0.0109
Sat, 15 Oct 2016 17:15:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/472e85970ee3a80abd824bef510df12e9cfe9e96 v8.0.0035
Fri, 09 Sep 2016 21:45:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/ea683da58cf9ecf3afab9d650d3d2da76e5298d3 v7.4.2356
Thu, 01 Sep 2016 21:00:09 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/779f2fc3a7468e273897d2fd0672315812a2e3da v7.4.2303
Mon, 29 Aug 2016 23:00:11 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/edf3f97ae2af024708ebb4ac614227327033ca47 v7.4.2293
Sat, 20 Aug 2016 17:00:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/66e29d7112e437b2b50efe1f82c7e892736d23e4 v7.4.2230
Sun, 24 Jul 2016 17:45:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/6835dc61aebca2b602d85a9d63c449ace58683b4 v7.4.2100
Thu, 21 Apr 2016 09:15:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/268a06ce901d2c780304e0395028e3c2f60ec755 v7.4.1762
Sat, 30 Jan 2016 21:15:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/764b23c8fd3369cb05ae9122abf3ca16fec539d7 v7.4.1214
Fri, 29 Jan 2016 23:00:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/baaa7e9ec7398a813e21285c272fa99792642077 v7.4.1199
Mon, 28 Dec 2015 19:30:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/ad4d8a192abf44b89371af87d70b971cd654b799 v7.4.984
Tue, 01 Sep 2015 18:30:04 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/8667d66ca923d361e00e6369cbff37283db5a432 v7.4.847
Wed, 26 Aug 2015 23:15:03 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/6ed535dbc0981d328c02e139d6505207cbef4835 v7.4.839
Thu, 13 Aug 2015 23:28:43 +0200 Bram Moolenaar patch 7.4.826 v7.4.826
Tue, 11 Aug 2015 14:26:19 +0200 Bram Moolenaar patch 7.4.813 v7.4.813
Tue, 28 Jul 2015 21:17:36 +0200 Bram Moolenaar patch 7.4.803 v7.4.803
Tue, 21 Jul 2015 17:53:25 +0200 Bram Moolenaar patch 7.4.793 v7.4.793
Fri, 10 Jul 2015 14:43:35 +0200 Bram Moolenaar patch 7.4.771 v7.4.771
Fri, 13 Mar 2015 15:03:00 +0100 Bram Moolenaar updated for version 7.4.662 v7.4.662
Thu, 05 Mar 2015 19:57:49 +0100 Bram Moolenaar updated for version 7.4.655 v7.4.655