aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/regexp.c
Commit message (Expand)AuthorAge
* 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
|/
* vim-patch:8.2.0033: make_extmatch() OOM #11602Jan Edmund Lazo2019-12-24
* lintJustin M. Keyes2019-09-13
* getdigits: introduce `strict`, `def` parametersJustin M. Keyes2019-09-13
* regexp: assert nonnull pointer for regnext()Jan Edmund Lazo2019-09-10
* PVS/V560: condition is always true #10624Ihor Antonov2019-07-28
* vim-patch:8.1.0903: struct uses more bytes than neededJan Edmund Lazo2019-07-24
* vim-patch:8.1.1720: crash with very long %[] patternJan Edmund Lazo2019-07-20
* vim-patch:8.0.1496: VIM_CLEAR()Justin M. Keyes2019-05-25
* lintJan Edmund Lazo2019-04-23
* vim-patch:8.0.0647: syntax highlighting can make cause a freezeJan Edmund Lazo2019-04-23
* vim-patch:8.1.1025: checking NULL pointer after additionJan Edmund Lazo2019-03-21
* Merge #9662 'vim-patch:8.0.{0643-0646}'Justin M. Keyes2019-03-08
|\
| * lint: fix coding styleBilly Su2019-03-08
| * vim-patch:8.0.0646: the hlsearch test fails on fast systemsBilly Su2019-03-08
| * vim-patch:8.0.0645: no error for illegal back reference in NFA engineBilly Su2019-03-07
| * vim-patch:8.0.0643: when a pattern search is slow Vim becomes unusableBilly Su2019-03-07
|/
* vim-patch:8.1.0935: old regexp engine may use invalid buffer #9692Jan Edmund Lazo2019-03-07
* vim-patch:8.1.0973: pattern with syntax error gives threee error messagesJustin M. Keyes2019-03-01
* vim-patch:8.1.0985: crash with large number in regexpJustin M. Keyes2019-02-28
* vim-patch:8.1.0937: invalid memory access in search patternJan Edmund Lazo2019-02-17
* vim-patch:8.1.0934: invalid memory access in search patternJan Edmund Lazo2019-02-17
* PVS/V560: expression is always trueJustin M. Keyes2019-01-18
* vim-patch:8.1.0677: look-behind match may use the wrong line numberJan Edmund Lazo2019-01-05
* vim-patch:8.1.0098: segfault when pattern with \z() is very slow (#9283)Justin M. Keyes2018-11-29