index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
regexp.c
Commit message (
Expand
)
Author
Age
*
refactor(misc1): move out high-level input functions to a new file: input.c
Björn Linse
2021-12-10
*
refactor(misc1): move line_breakcheck family of functions to os/input.c
Björn Linse
2021-12-09
*
lint (#16526)
Jan Edmund Lazo
2021-12-05
*
refactor(macros): delete multibyte macros which just are aliases
Björn Linse
2021-11-14
*
refactor(multibyte): eliminate mb_char2len alias for utf_char2len
Björn Linse
2021-11-14
*
refactor(multibyte): eliminate mb_ptr2len alias for utfc_ptr2len
Björn Linse
2021-11-14
*
vim-patch:8.1.0779: argument for message functions is inconsistent
James McCoy
2021-11-01
*
vim-patch:8.1.0743: giving error messages is not flexible
James McCoy
2021-11-01
*
vim-patch:8.1.2394: using old C style comments
Dundar Göc
2021-10-21
*
Merge pull request #15930 from dundargoc/vim-patch/old-style-c-comments
Jan Edmund Lazo
2021-10-17
|
\
|
*
vim-patch:8.1.2394: using old C style comments
Dundar Göc
2021-10-06
*
|
refactor: format all C files under nvim/ #15977
dundargoc
2021-10-12
|
/
*
vim-patch:8.1.1800: function call functions have too many arguments
Sean Dewar
2021-08-12
*
refactor(plines): move horizontal size functions to plines.c
Björn Linse
2021-08-11
*
regexp: pvs/v1071
Jan Edmund Lazo
2021-06-05
*
vim-patch:8.2.2911: pattern "\%V" does not match all of block selection
Jan Edmund Lazo
2021-05-31
*
vim-patch:8.2.2278: falling back to old regexp engine can some patterns
Jan Edmund Lazo
2021-05-26
*
vim-patch:8.2.2885: searching for \%'> does not match linewise end of line
Jan Edmund Lazo
2021-05-26
*
vim-patch:8.2.2829: some comments are not correct or clear
Jan Edmund Lazo
2021-05-06
*
extmark: correct extmark_splice call with inccommand
chentau
2021-04-09
*
vim-patch:8.2.1621: crash when using submatch(0, 1) in substitute()
Jan Edmund Lazo
2021-03-29
*
vim-patch:8.1.0989: various small code ugliness
Jan Edmund Lazo
2021-03-29
*
vim-patch:8.2.0928: many type casts are used for vim_strnsave()
Jan Edmund Lazo
2020-12-27
*
vim-patch:8.2.2181: valgrind warnings for using uninitialized value
Jan Edmund Lazo
2020-12-21
*
vim-patch:8.2.2121: internal error when using \ze before \zs in a pattern
Sean Dewar
2020-12-09
*
vim-patch:8.1.0809: too many #ifdefs
Jan Edmund Lazo
2020-11-12
*
vim-patch:8.1.1319: computing function length name in many places
Jan Edmund Lazo
2020-09-30
*
vim-patch:8.1.0499: :2vimgrep causes an ml_get error
Jan Edmund Lazo
2020-09-13
*
vim-patch:8.2.1633: some error messages are internal but do not use iemsg()
Jan Edmund Lazo
2020-09-07
*
vim-patch:8.1.0862: no verbose version of character classes
Jan Edmund Lazo
2020-08-02
*
vim-patch:8.1.1202: always get regexp debugging logs when building with -DDEBUG
Jan Edmund Lazo
2020-08-02
*
vim-patch:8.1.0194: possibly use of NULL pointer
Jan Edmund Lazo
2020-08-02
*
vim-patch:8.1.0192: executing regexp recursively fails with a crash
Jan Edmund Lazo
2020-08-02
*
Merge #11851 'eval.c: factor out eval/userfunc.c'
Justin M. Keyes
2020-04-26
|
\
|
*
rename: user_funcs -> userfunc
Jakub Łuczyński
2020-02-13
|
*
fix: includes
Jakub Łuczyński
2020-02-13
*
|
vim-patch:8.1.2282: crash when passing many arguments through a partial
Jan Edmund Lazo
2020-04-13
*
|
vim-patch:8.1.2280: crash when passing partial to substitute()
Jan Edmund Lazo
2020-04-13
|
/
*
vim-patch:8.2.0033: make_extmatch() OOM #11602
Jan Edmund Lazo
2019-12-24
*
lint
Justin M. Keyes
2019-09-13
*
getdigits: introduce `strict`, `def` parameters
Justin M. Keyes
2019-09-13
*
regexp: assert nonnull pointer for regnext()
Jan Edmund Lazo
2019-09-10
*
PVS/V560: condition is always true #10624
Ihor Antonov
2019-07-28
*
vim-patch:8.1.0903: struct uses more bytes than needed
Jan Edmund Lazo
2019-07-24
*
vim-patch:8.1.1720: crash with very long %[] pattern
Jan Edmund Lazo
2019-07-20
*
vim-patch:8.0.1496: VIM_CLEAR()
Justin M. Keyes
2019-05-25
*
lint
Jan Edmund Lazo
2019-04-23
*
vim-patch:8.0.0647: syntax highlighting can make cause a freeze
Jan Edmund Lazo
2019-04-23
*
vim-patch:8.1.1025: checking NULL pointer after addition
Jan Edmund Lazo
2019-03-21
*
Merge #9662 'vim-patch:8.0.{0643-0646}'
Justin M. Keyes
2019-03-08
|
\
[next]