log src/search.c @ 35074:918b5b6ed9a4 default tip

age author description
Tue, 12 Mar 2024 22:00:04 +0100 Christian Brabandt patch 9.1.0172: More code can use ml_get_buf_len() instead of STRLEN() v9.1.0172
Sun, 03 Mar 2024 16:30:06 +0100 Christian Brabandt patch 9.1.0147: Cannot keep a buffer focused in a window v9.1.0147
Sat, 10 Feb 2024 13:30:04 +0100 Christian Brabandt patch 9.1.0093: Still a qsort() comparison function that returns result of subtraction v9.1.0093
Fri, 09 Feb 2024 19:45:06 +0100 Christian Brabandt patch 9.1.0089: qsort() comparison functions should be transitive v9.1.0089
Sat, 19 Aug 2023 11:45:04 +0200 Christian Brabandt patch 9.0.1738: Duplicate code to reverse a string v9.0.1738
Mon, 26 Jun 2023 13:13:12 +0200 Christian Brabandt Fix line endings issue
Mon, 26 Jun 2023 09:54:34 +0200 Christian Brabandt normalize line endings
Sun, 14 May 2023 18:45:03 +0200 Bram Moolenaar patch 9.0.1555: setcharsearch() does not clear last searched char properly v9.0.1555
Sat, 06 May 2023 20:30:03 +0200 Bram Moolenaar patch 9.0.1518: search stats not always visible when searching backwards v9.0.1518
Sat, 29 Apr 2023 22:45:03 +0200 Bram Moolenaar patch 9.0.1499: using uninitialized memory with fuzzy matching v9.0.1499
Tue, 07 Mar 2023 19:00:04 +0100 Bram Moolenaar patch 9.0.1391: "clear" macros are not always used v9.0.1391
Tue, 31 Jan 2023 22:15:04 +0100 Bram Moolenaar patch 9.0.1270: crash when using search stat in narrow screen v9.0.1270
Mon, 23 Jan 2023 22:00:04 +0100 Bram Moolenaar patch 9.0.1237: code is indented more than necessary v9.0.1237
Sun, 22 Jan 2023 22:15:04 +0100 Bram Moolenaar patch 9.0.1234: the code style has to be checked manually
Fri, 23 Dec 2022 20:15:03 +0100 Bram Moolenaar patch 9.0.1092: search error message doesn't show used pattern v9.0.1092
Sat, 26 Nov 2022 20:00:03 +0100 Bram Moolenaar patch 9.0.0953: part of making search more efficient is missing v9.0.0953
Fri, 25 Nov 2022 22:15:03 +0100 Bram Moolenaar patch 9.0.0950: the pattern "_szs" matches at EOL v9.0.0950
Wed, 31 Aug 2022 12:30:06 +0200 Bram Moolenaar patch 9.0.0338: return value of list_append_list() not always checked v9.0.0338
Tue, 30 Aug 2022 21:00:05 +0200 Bram Moolenaar patch 9.0.0335: checks for Dictionary argument often give a vague error v9.0.0335
Sun, 14 Aug 2022 15:30:05 +0200 Bram Moolenaar patch 9.0.0206: redraw flags are not named specifically v9.0.0206
Sat, 23 Jul 2022 11:00:04 +0200 Bram Moolenaar patch 9.0.0063: too many type casts for dict_get functions v9.0.0063
Wed, 06 Jul 2022 14:45:03 +0200 Bram Moolenaar patch 9.0.0044: typos in comments, wrapping lines v9.0.0044
Fri, 17 Jun 2022 19:45:02 +0200 Bram Moolenaar patch 8.2.5116: "limit" option of matchfuzzy() not always respected v8.2.5116
Thu, 16 Jun 2022 22:30:03 +0200 Bram Moolenaar patch 8.2.5114: time limit on searchpair() does not work properly v8.2.5114
Sun, 05 Jun 2022 18:00:08 +0200 Bram Moolenaar patch 8.2.5057: using gettimeofday() for timeout is very inefficient v8.2.5057
Wed, 01 Jun 2022 16:30:02 +0200 Bram Moolenaar patch 8.2.5050: using freed memory when searching for pattern in path v8.2.5050
Sat, 21 May 2022 21:30:04 +0200 Bram Moolenaar patch 8.2.4993: smart/C/lisp indenting is optional v8.2.4993
Wed, 11 May 2022 15:30:03 +0200 Bram Moolenaar patch 8.2.4939: matchfuzzypos() with "matchseq" does not have all positions v8.2.4939
Mon, 09 May 2022 21:15:04 +0200 Bram Moolenaar patch 8.2.4928: various white space and cosmetic mistakes v8.2.4928
Sat, 07 May 2022 21:15:06 +0200 Bram Moolenaar patch 8.2.4911: the mode #defines are not clearly named v8.2.4911
Sat, 16 Apr 2022 21:45:02 +0200 Bram Moolenaar patch 8.2.4765: function matchfuzzy() sorts too many items v8.2.4765
Sat, 16 Apr 2022 13:45:03 +0200 Bram Moolenaar patch 8.2.4760: using matchfuzzy() on a long list can take a while v8.2.4760
Sun, 10 Apr 2022 19:15:03 +0200 Bram Moolenaar patch 8.2.4732: duplicate code to free fuzzy matches v8.2.4732
Sun, 10 Apr 2022 12:30:05 +0200 Bram Moolenaar patch 8.2.4727: unused code v8.2.4727
Mon, 04 Apr 2022 16:30:04 +0200 Bram Moolenaar patch 8.2.4683: verbose check with dict_find() to see if a key is present v8.2.4683
Sun, 27 Feb 2022 13:15:03 +0100 Bram Moolenaar patch 8.2.4479: no fuzzy completieon for maps and abbreviations v8.2.4479
Fri, 25 Feb 2022 16:30:07 +0100 Bram Moolenaar patch 8.2.4465: fuzzy completion does not order matches properly v8.2.4465
Thu, 24 Feb 2022 14:30:05 +0100 Bram Moolenaar patch 8.2.4463: completion only uses strict matching v8.2.4463
Wed, 16 Feb 2022 20:30:03 +0100 Bram Moolenaar patch 8.2.4402: missing parenthesis may cause unexpected problems v8.2.4402
Mon, 14 Feb 2022 13:45:02 +0100 Bram Moolenaar patch 8.2.4378: incsearch HL broken when calling searchcount in 'tabLine' v8.2.4378
Tue, 04 Jan 2022 18:15:03 +0100 Bram Moolenaar patch 8.2.4001: insert complete code uses global variables v8.2.4001
Sun, 02 Jan 2022 20:30:04 +0100 Bram Moolenaar patch 8.2.3985: error messages are spread out v8.2.3985
Sat, 01 Jan 2022 17:30:02 +0100 Bram Moolenaar patch 8.2.3972: error messages are spread out v8.2.3972
Sat, 01 Jan 2022 15:30:05 +0100 Bram Moolenaar patch 8.2.3967: error messages are spread out v8.2.3967
Sat, 01 Jan 2022 00:00:04 +0100 Bram Moolenaar patch 8.2.3961: error messages are spread out v8.2.3961
Wed, 29 Dec 2021 19:15:03 +0100 Bram Moolenaar patch 8.2.3938: line comment start is also found in a string v8.2.3938
Sun, 12 Dec 2021 15:30:03 +0100 Bram Moolenaar patch 8.2.3787: no proper formatting of a C line comment after a statement v8.2.3787
Fri, 15 Oct 2021 14:00:06 +0200 Bram Moolenaar patch 8.2.3513: using freed memory when using a timer and searching v8.2.3513
Thu, 05 Aug 2021 15:30:04 +0200 Bram Moolenaar patch 8.2.3292: underscore in very magic pattern causes a hang v8.2.3292
Sun, 01 Aug 2021 12:45:03 +0200 Bram Moolenaar patch 8.2.3265: smartcase does not work correctly in very magic pattern v8.2.3265
Sat, 31 Jul 2021 13:45:03 +0200 Bram Moolenaar patch 8.2.3255: ci" finds following string but ci< and others don't v8.2.3255
Tue, 27 Jul 2021 22:15:06 +0200 Bram Moolenaar patch 8.2.3229: Vim9: runtime and compile time type checks are not the same v8.2.3229
Tue, 20 Jul 2021 21:15:05 +0200 Bram Moolenaar patch 8.2.3190: error messages are spread out v8.2.3190
Tue, 20 Jul 2021 18:00:06 +0200 Bram Moolenaar patch 8.2.3188: Vim9: argument types are not checked at compile time v8.2.3188
Wed, 02 Jun 2021 13:30:05 +0200 Bram Moolenaar patch 8.2.2922: computing array length is done in various ways v8.2.2922
Mon, 26 Apr 2021 21:30:04 +0200 Bram Moolenaar patch 8.2.2813: cannot grep using fuzzy matching v8.2.2813
Fri, 02 Apr 2021 19:00:06 +0200 Bram Moolenaar patch 8.2.2694: when 'matchpairs' is empty every character beeps v8.2.2694
Wed, 03 Feb 2021 23:15:04 +0100 Bram Moolenaar patch 8.2.2465: using freed memory in :psearch v8.2.2465
Mon, 04 Jan 2021 12:45:05 +0100 Bram Moolenaar patch 8.2.2295: incsearch does not detect empty pattern properly v8.2.2295
Sat, 02 Jan 2021 18:45:03 +0100 Bram Moolenaar patch 8.2.2280: fuzzy matching doesn't give access to the scores v8.2.2280