aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/regexp.c
Commit message (Expand)AuthorAge
* refactor: change pre-decrement/increment to post (#19799)Lewis Russell2022-08-16
* refactor: remove some unused includes (#19740)zeertzjq2022-08-12
* refactor: replace char_u with charDundar Goc2022-08-12
* vim-patch:8.1.1684: profiling functionality is spread outzeertzjq2022-08-12
* docs: fix typos (#19588)dundargoc2022-08-03
* refactor: replace char_u with charDundar Goc2022-07-31
* refactor: enable -Wconversion warning for regexp files (#19521)dundargoc2022-07-28
* vim-patch:9.0.0047: using freed memory with recursive substitute (#19457)zeertzjq2022-07-21
* vim-patch:8.2.0035: saving and restoring called_emsg is clumsy (#19335)zeertzjq2022-07-13
* refactor: replace char_uDundar Goc2022-07-02
* vim-patch:8.2.5146: memory leak when substitute expression nestszeertzjq2022-06-24
* fix(substitute): subtract number of backslashes laterzeertzjq2022-06-12
* vim-patch:8.2.5046: vim_regsub() can overwrite the destination (#18812)zeertzjq2022-05-31
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* refactor(uncrustify): enable formatting for regexp and indent files (#18549)dundargoc2022-05-14
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* refactor: replace char_u variables and functions with charDundar Goc2022-05-07
* refactor: replace char_u variables and functions with charDundar Goc2022-05-05
* refactor: replace char_u variables and functions with charDundar Goc2022-05-03
* vim-patch:8.2.4810: missing changes in one filezeertzjq2022-04-24
* vim-patch:8.2.4687: "vimgrep /%v/ *" may cause a crash (#17995)zeertzjq2022-04-05
* 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