aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/regexp.c
Commit message (Expand)AuthorAge
* refactor: pass "preview" to regtilde()zeertzjq2022-04-04
* vim-patch:8.2.4402: missing parenthesis may cause unexpected problemsBrian Leung2022-04-03
* vim-patch:8.2.3110: a pattern that matches the cursor position is complicatedzeertzjq2022-03-30
* vim-patch:8.2.3949: using freed memory with /\%Vzeertzjq2022-03-10
* chore(regexp.c): correctly align META_flags (#17668)zeertzjq2022-03-10
* vim-patch:8.1.2005: the regexp.c file is too bigkylo2522022-03-10
* vim-patch:8.1.0748: using sprintf() instead of semsg()VVKot2022-03-09
* refactor: remove redundant castsDundar Göc2022-03-06
* Merge pull request #17194 from zeertzjq/inccommand-prev-subzeertzjq2022-02-06
|\
| * fix(inccommand): do not change reg_prev_sub when previewingzeertzjq2022-01-25
* | vim-patch:8.2.4273: the EBCDIC support is outdatedzeertzjq2022-02-01
* | vim-patch:8.2.3612: using freed memory with regexp using a mark (#16973)f380cedric2022-01-27
|/
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* refactor(misc1): move line_breakcheck family of functions to os/input.cBjörn Linse2021-12-09
* lint (#16526)Jan Edmund Lazo2021-12-05
* refactor(macros): delete multibyte macros which just are aliasesBjörn Linse2021-11-14
* refactor(multibyte): eliminate mb_char2len alias for utf_char2lenBjörn Linse2021-11-14
* refactor(multibyte): eliminate mb_ptr2len alias for utfc_ptr2lenBjörn Linse2021-11-14
* vim-patch:8.1.0779: argument for message functions is inconsistentJames McCoy2021-11-01
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* vim-patch:8.1.2394: using old C style commentsDundar Göc2021-10-21
* Merge pull request #15930 from dundargoc/vim-patch/old-style-c-commentsJan Edmund Lazo2021-10-17
|\
| * vim-patch:8.1.2394: using old C style commentsDundar Göc2021-10-06
* | refactor: format all C files under nvim/ #15977dundargoc2021-10-12
|/
* vim-patch:8.1.1800: function call functions have too many argumentsSean Dewar2021-08-12
* refactor(plines): move horizontal size functions to plines.cBjörn Linse2021-08-11
* regexp: pvs/v1071Jan Edmund Lazo2021-06-05
* vim-patch:8.2.2911: pattern "\%V" does not match all of block selectionJan Edmund Lazo2021-05-31
* vim-patch:8.2.2278: falling back to old regexp engine can some patternsJan Edmund Lazo2021-05-26
* vim-patch:8.2.2885: searching for \%'> does not match linewise end of lineJan Edmund Lazo2021-05-26
* vim-patch:8.2.2829: some comments are not correct or clearJan Edmund Lazo2021-05-06
* extmark: correct extmark_splice call with inccommandchentau2021-04-09
* vim-patch:8.2.1621: crash when using submatch(0, 1) in substitute()Jan Edmund Lazo2021-03-29
* vim-patch:8.1.0989: various small code uglinessJan Edmund Lazo2021-03-29
* vim-patch:8.2.0928: many type casts are used for vim_strnsave()Jan Edmund Lazo2020-12-27
* vim-patch:8.2.2181: valgrind warnings for using uninitialized valueJan Edmund Lazo2020-12-21
* vim-patch:8.2.2121: internal error when using \ze before \zs in a patternSean Dewar2020-12-09
* vim-patch:8.1.0809: too many #ifdefsJan Edmund Lazo2020-11-12
* vim-patch:8.1.1319: computing function length name in many placesJan Edmund Lazo2020-09-30
* vim-patch:8.1.0499: :2vimgrep causes an ml_get errorJan Edmund Lazo2020-09-13
* vim-patch:8.2.1633: some error messages are internal but do not use iemsg()Jan Edmund Lazo2020-09-07
* vim-patch:8.1.0862: no verbose version of character classesJan Edmund Lazo2020-08-02
* vim-patch:8.1.1202: always get regexp debugging logs when building with -DDEBUGJan Edmund Lazo2020-08-02
* vim-patch:8.1.0194: possibly use of NULL pointerJan Edmund Lazo2020-08-02
* vim-patch:8.1.0192: executing regexp recursively fails with a crashJan Edmund Lazo2020-08-02
* Merge #11851 'eval.c: factor out eval/userfunc.c'Justin M. Keyes2020-04-26
|\
| * rename: user_funcs -> userfuncJakub Łuczyński2020-02-13
| * fix: includesJakub Łuczyński2020-02-13
* | vim-patch:8.1.2282: crash when passing many arguments through a partialJan Edmund Lazo2020-04-13
* | vim-patch:8.1.2280: crash when passing partial to substitute()Jan Edmund Lazo2020-04-13
|/