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
/
search.c
Commit message (
Expand
)
Author
Age
*
replace fallthrough comment with macro
Jan Edmund Lazo
2018-09-21
*
lint: clean-up after parent commits
ZviRackover
2018-09-09
*
Refactor: Remove occurences of mb_char2bytes
ZviRackover
2018-09-09
*
Merge #8863 'refactor: Remove mb_head_off() '
Justin M. Keyes
2018-08-28
|
\
|
*
lint: cleanup after parent commits
ZviRackover
2018-08-16
|
*
Remove has_mbyte from lines near changes in parent commit
ZviRackover
2018-08-16
|
*
Remove occurences of mb_head_off
ZviRackover
2018-08-15
*
|
search: fix types of findsent() variables
Jan Edmund Lazo
2018-08-23
*
|
vim-patch:8.1.0083: "is" and "as" have trouble with quoted punctuation
Jan Edmund Lazo
2018-08-23
*
|
search: "include" in current_tagblock() is bool
Jan Edmund Lazo
2018-08-20
*
|
vim-patch:8.1.0290: "cit" on an empty HTML tag changes the whole tag
Jan Edmund Lazo
2018-08-20
*
|
lint
Jan Edmund Lazo
2018-08-20
*
|
vim-patch:8.0.1487: test 14 fails
Jan Edmund Lazo
2018-08-20
*
|
vim-patch:8.0.1486: accessing invalid memory with "it"
Jan Edmund Lazo
2018-08-20
*
|
vim-patch:8.0.1291: C indent wrong when * immediately follows comment
Jan Edmund Lazo
2018-08-20
*
|
vim-patch:8.1.0018: using "gn" may select wrong text when wrapping
Jan Edmund Lazo
2018-08-19
*
|
vim-patch:8.0.1148: gN doesn't work on last match with 'wrapscan' off
Jan Edmund Lazo
2018-08-19
*
|
vim-patch:8.0.0762: ml_get error with :psearch in buffer without a name
Jan Edmund Lazo
2018-08-18
|
/
*
Remove some occrrences of enc_utf8 and has_mbyte
ZviRackover
2018-08-06
*
search: refactor variables in findmatchlimit()
Jan Edmund Lazo
2018-08-01
*
search: start_in_quotes in findmatchlimit is TriState
Jan Edmund Lazo
2018-08-01
*
vim-patch:8.0.0627: "gn" selects only one character with 'nowrapscan' (#8632)
Jan Edmund Lazo
2018-06-24
*
vim-patch:8.0.0621: :stag does not respect 'switchbuf'
Jan Edmund Lazo
2018-06-21
*
vim-patch:8.0.0451: some macros are in lower case
Jan Edmund Lazo
2018-06-12
*
vim-patch:8.0.0466: still macros that should be all-caps (#8510)
Jan Edmund Lazo
2018-06-10
*
lint
Jan Edmund Lazo
2018-06-07
*
vim-patch:8.0.0523: dv} deletes part of a multi-byte character.
Jan Edmund Lazo
2018-06-07
*
search: Fix PVS/V547: allocator never returns NULL now
ZyX
2018-04-22
*
search: Fix PVS/V560: condition checked in previous if with goto
ZyX
2018-04-22
*
search: Fix PVS/V547: condition already checked in surrounding if
ZyX
2018-04-22
*
search: Fix PVS/V547: checking variable right after assigning it
ZyX
2018-04-22
*
vim-patch:8.0.0446: the ";" command does not work after some characters
Justin M. Keyes
2018-02-11
*
lint
Justin M. Keyes
2018-02-11
*
vim-patch:8.0.0622: selecting quoted text fails with 'selection' "exclusive"
Justin M. Keyes
2018-02-11
*
vim-patch:8.0.1483: searchpair() might return an invalid value on timeout
Daniel Hahler
2018-02-10
*
Merge #7463 'incsearch + hlsearch highlight all'
Justin M. Keyes
2018-02-01
|
\
|
*
vim-patch:8.0.1304: CTRL-G/CTRL-T don't work with incsearch and empty pattern
Ömer Sinan Ağacan
2018-01-26
|
*
vim-patch:8.0.1238
Ömer Sinan Ağacan
2018-01-26
*
|
vim-patch:8.0.0448: some macros are lower case (#7936)
KunMing Xie
2018-01-30
|
/
*
vim-patch:8.0.0398: illegal memory access with "t"
ckelsel
2018-01-15
*
vim-patch:8.0.0339: illegal memory access with vi' (#7794)
KunMing Xie
2018-01-01
*
vim-patch:8.0.0330
ckelsel
2017-09-24
*
vim-patch:7.4.2356 (#6880)
Shougo
2017-06-19
*
search: Fix V502: ?: ambiguity
ZyX
2017-05-20
*
*: Add comment to all C files
ZyX
2017-04-19
*
lint: fix clint errors around mb_tolower calls
Björn Linse
2017-04-10
*
mbyte: replace vim_tolower with mb_tolower handling locale correctly
Björn Linse
2017-04-10
*
eval: Split and move dict_add_nr_str to typval.c
ZyX
2017-03-29
*
*: Move some dictionary functions to typval.h and use char*
ZyX
2017-03-29
*
mbyte: remove dead code
Björn Linse
2017-03-22
[next]