summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/search.c
AgeCommit message (Expand)AuthorFiles
2026-04-22fix(incsearch): support `c_CTRL-{G,T}` with an offset (#39097)Barrett Ruth1
2026-04-14build: update clang v21, fix warningsdundargoc1
2026-04-04vim-patch:9.2.0289: 'linebreak' may lead to wrong Visual block highlighting (...zeertzjq1
2026-01-17vim-patch:9.1.2088: Redundant NULL checks in find_pattern_in_path() (#37432)zeertzjq1
2026-01-10vim-patch:9.1.2069: Search wrap indicator not shown w/out 'shm-S' (#37332)zeertzjq1
2025-12-15fix(messages): exclude "search hit BOTTOM" msg from history #36961Ayaan1
2025-10-04vim-patch:partial:8.1.1939: code for handling v: variables in generic eval fi...Jan Edmund Lazo1
2025-10-02vim-patch:9.1.0689: [security]: buffer-overflow in do_search() with 'rightleft'zeertzjq1
2025-09-10vim-patch:9.1.1751: potential buffer-overflow in find_pattern_in_path() (#35705)zeertzjq1
2025-08-15vim-patch:9.1.1633: Search pattern shown incorrectly with negative offset (#3...zeertzjq1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-08-14vim-patch:9.1.1627: fuzzy matching can be improvedzeertzjq1
2025-08-13vim-patch:9.1.1625: Autocompletion slow with include- and tag-completion (#35...zeertzjq1
2025-07-11vim-patch:9.1.1535: the maximum search count uses hard-coded value 99 (#34873)zeertzjq1
2025-06-25fix(ui)!: decouple ext_messages from message grid #27963luukvbaal1
2025-06-10vim-patch:9.1.1445: negative matchfuzzy scores although there is a match (#34...zeertzjq1
2025-05-16vim-patch:9.1.1395: search_stat not reset when pattern differs in case (#34058)zeertzjq1
2025-05-09vim-patch:9.1.1374: completion: 'smartcase' not respected when filtering matcheszeertzjq1
2025-05-04fix(display): cursor moves when searching with "n", "*" #29446Shougo1
2025-04-28refactor(ui): separate types for allocated grids and viewportsbfredl1
2025-04-18vim-patch:9.1.1315: completion: issue with fuzzy completion and 'completefuzz...zeertzjq1
2025-03-27vim-patch:9.1.1219: Strange error with wrong type for matchfuzzy() "camelcase"zeertzjq1
2025-03-27vim-patch:9.1.1214: matchfuzzy() can be improved for camel case matchesglepnir1
2025-03-27vim-patch:9.1.1228: completion: current position column wrong after got a matchzeertzjq1
2025-03-27vim-patch:9.1.1197: process_next_cpt_value() uses wrong conditionzeertzjq1
2025-03-27vim-patch:9.1.1185: endless loop with completefuzzycollect and no match foundzeertzjq1
2025-03-27vim-patch:9.1.1178: not possible to generate completion candidates using fuzz...zeertzjq1
2025-03-27vim-patch:9.1.1131: potential out-of-memory issue in search.czeertzjq1
2025-03-27vim-patch:9.1.0733: keyword completion does not work with fuzzyzeertzjq1
2025-03-27vim-patch:9.1.0605: internal error with fuzzy completionzeertzjq1
2025-03-27vim-patch:9.1.0598: fuzzy completion does not work with default completionzeertzjq1
2025-02-21vim-patch:partial:9.1.1131: potential out-of-memory issue in search.c (#32565)zeertzjq1
2025-01-22vim-patch:9.1.1046: fuzzymatching doesn't prefer matching camelcase (#32155)zeertzjq1
2025-01-22fix(search): avoid quadratic time complexity when computing fuzzy score (#32153)zeertzjq1
2024-12-27vim-patch:9.1.0963: fuzzy-matching does not prefer full match (#31741)glepnir1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-11-23refactor(options): autogenerate valid values and flag enums for options (#31089)Famiu Haque1
2024-11-19fix(messages): no message kind for search pattern #31272Tomasz N1
2024-11-13refactor(highlight): make enum of builtin highlights start with 1bfredl1
2024-11-08refactor(message): propagate highlight id instead of attrsLuuk van Baal1
2024-11-04feat(editor): handle new multibyte sequences in normal mode replacementbfredl1
2024-10-08vim-patch:9.1.0766: too many strlen() calls in ex_getln.c (#30715)zeertzjq1
2024-08-30feat(mbyte): support extended grapheme clusters including more emojibfredl1
2024-08-07vim-patch:partial:8.1.0914: code related to findfile() is spread out (#30000)zeertzjq1
2024-08-05refactor(shada): rework msgpack decoding without msgpack-cbfredl1
2024-07-30refactor: collapse statements in single assignmentsLewis Russell1
2024-06-19vim-patch:8.2.4724: current instance of last search pattern not easily spottedzeertzjq1
2024-06-15vim-patch:9.1.0479: fuzzy_match_str_with_pos() does unnecessary list operationszeertzjq1
2024-06-15vim-patch:9.1.0476: Cannot see matched text in popup menuzeertzjq1
2024-06-14revert: "refactor: use S_LEN macro" (#29319)Lewis Russell1