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
/
file_search.c
Commit message (
Expand
)
Author
Age
*
refactor: iwyu #31637
Justin M. Keyes
2024-12-23
*
refactor(options): remove `.indir`, redesign option scopes #31066
Famiu Haque
2024-11-16
*
vim-patch:9.1.0810: cannot easily adjust the |:find| command
zeertzjq
2024-10-29
*
vim-patch:partial:8.1.0914: code related to findfile() is spread out (#30000)
zeertzjq
2024-08-07
*
vim-patch:9.1.0567: Cannot use relative paths as findfile() stop directories
zeertzjq
2024-07-12
*
vim-patch:9.1.0566: Stop dir in findfile() doesn't work properly w/o trailing...
zeertzjq
2024-07-12
*
revert: "refactor: use S_LEN macro" (#29319)
Lewis Russell
2024-06-14
*
Merge pull request #29278 from bfredl/strcat
bfredl
2024-06-11
|
\
|
*
refactor(memory): use builtin strcat() instead of STRCAT()
bfredl
2024-06-11
*
|
refactor: use S_LEN(s) instead of s, n (#29219)
James
2024-06-11
|
/
*
refactor: quadratic behavior in vim_findfile_stopdir (#29232)
James
2024-06-08
*
refactor: replace '\0' with NUL
James Tirta Halim
2024-06-04
*
refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)
zeertzjq
2024-04-20
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor: remove redundant struct names
dundargoc
2024-01-02
*
refactor: remove redundant NOLINT comments
dundargoc
2024-01-01
*
refactor: follow style guide
dundargoc
2023-12-30
*
refactor: eliminate cyclic includes
dundargoc
2023-12-20
*
refactor: use `bool` to represent boolean values
dundargoc
2023-12-19
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
build(IWYU): replace most private mappings with pragmas (#26247)
zeertzjq
2023-11-27
*
build: remove PVS
dundargoc
2023-11-12
*
refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)
zeertzjq
2023-11-10
*
build(lint): remove unnecessary clint.py rules
dundargoc
2023-10-23
*
fix(file_search): path with spaces in finddir() and findfile() (#25493)
Leonardo Mello
2023-10-10
*
refactor: reorganize option header files (#25437)
zeertzjq
2023-09-30
*
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
2023-09-30
*
refactor(message): smsg_attr -> smsg
bfredl
2023-09-29
*
feat(options)!: remove compatible behaviours for vim 5.0 and earlier
Lewis Russell
2023-07-17
*
vim-patch:8.2.4890: inconsistent capitalization in error messages
zeertzjq
2023-05-05
*
refactor: uncrustify
dundargoc
2023-04-26
*
vim-patch:9.0.1400: find_file_in_path() is not reentrant (#23146)
zeertzjq
2023-04-17
*
refactor: remove redundant const char * casts
ii14
2023-04-07
*
refactor: remove use of reserved c++ keywords
ii14
2023-04-06
*
refactor: make error message definitions const
ii14
2023-04-05
*
refactor: remove char_u (#22829)
dundargoc
2023-04-02
*
refactor: reduce scope of locals as per the style guide (#22206)
dundargoc
2023-02-11
*
refactor: use flexible arrays instead of the length-of-one trick (#22072)
dundargoc
2023-02-02
*
vim-patch:9.0.1271: using sizeof() and subtract array size is tricky (#22087)
zeertzjq
2023-02-01
*
refactor: replace char_u with char 25 (#21838)
dundargoc
2023-01-19
*
refactor: replace char_u with char 24 (#21823)
dundargoc
2023-01-18
*
refactor: replace char_u with char 21 (#21779)
dundargoc
2023-01-14
*
refactor: replace char_u with char 20 (#21714)
dundargoc
2023-01-13
*
refactor: replace char_u with char 18 (#21237)
dundargoc
2023-01-09
*
refactor: replace char_u with char 17 - remove STRLCPY (#21235)
dundargoc
2023-01-09
*
vim-patch:9.0.1158: code is indented more than necessary (#21697)
zeertzjq
2023-01-09
*
refactor: replace char_u with char
dundargoc
2022-11-28
*
refactor: replace char_u with char
Dundar Göc
2022-11-26
*
refactor: replace char_u with char
Dundar Göc
2022-11-19
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
[next]