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: change pre-decrement/increment to post (#19799)
Lewis Russell
2022-08-16
*
refactor: remove some unused includes (#19747)
zeertzjq
2022-08-13
*
refactor: replace char_u with char
Dundar Goc
2022-08-12
*
vim-patch:9.0.0126 (#19612)
jdrouhard
2022-08-02
*
refactor: replace char_u with char
Dundar Goc
2022-07-31
*
refactor: replace char_u
Dundar Goc
2022-07-02
*
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
2022-05-25
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-16
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-11
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-07
*
refactor(uncrustify): change rules to better align with the style guide
Dundar Goc
2022-04-29
*
refactor: convert macros to all-caps (#17895)
dundargoc
2022-04-24
*
refactor: convert function comments to doxygen format (#17710)
dundargoc
2022-03-24
*
feat(events): add DirChangedPre
zeertzjq
2022-02-11
*
vim-patch:8.2.3219: :find searches non-existing directories
zeertzjq
2022-02-01
*
vim-patch:8.2.3613: :find test fails
zeertzjq
2022-01-18
*
vim-patch:8.2.3611: crash when using CTRL-W f without finding a file name
zeertzjq
2022-01-18
*
vim-patch:8.2.3914 (#16808)
dundargoc
2021-12-28
*
refactor: remove some chdir-related unnecessary calls and checks
zeertzjq
2021-12-20
*
refactor(misc1): move out high-level input functions to a new file: input.c
Björn Linse
2021-12-10
*
Merge pull request #15840 from vimpostor/vim-8.2.3430
Jan Edmund Lazo
2021-11-30
|
\
|
*
vim-patch:8.2.3609: internal error when ModeChanged is triggered recursively
Magnus Groß
2021-11-18
*
|
refactor: saner options for uncrustify (#16204)
dundargoc
2021-11-19
|
/
*
refactor(macros): delete multibyte macros which just are aliases
Björn Linse
2021-11-14
*
vim-patch:8.1.0743: giving error messages is not flexible
James McCoy
2021-11-01
*
refactor: make commas trail in enums
Dundar Göc
2021-10-19
*
refactor(dirchanged): tab -> tabpage
zeertzjq
2021-10-17
*
vim-patch:8.2.0909: cannot go back to the previous local directory
zeertzjq
2021-10-17
*
vim-patch:8.1.0604: autocommand test fails on MS-Windows
zeertzjq
2021-10-17
*
vim-patch:8.0.1459: cannot handle change of directory
zeertzjq
2021-10-17
*
refactor: reduce number of unique char casts
Dundar Göc
2021-10-13
*
refactor: reformat with uncrustify #15736
dundargoc
2021-09-20
*
Use abort() instead of assert(false) for things that should never happen
James McCoy
2021-01-31
*
Add v:event flag on DirChanged signaling switching window (#13153)
Andrea Cedraro
2020-11-07
*
vim-patch:8.1.2120: some MB_ macros are more complicated than necessary
Jan Edmund Lazo
2019-10-06
*
Remove excess <stdint.h>
Jan Edmund Lazo
2019-09-11
*
vim-patch:8.1.0843: memory leak when running "make test_cd" #9944
Justin M. Keyes
2019-04-28
*
chdir: remove unused argument #9901
Marco Hinz
2019-04-14
*
lint
Jan Edmund Lazo
2018-07-27
*
file_search: free stackp if vim_findfile() failed
Jan Edmund Lazo
2018-07-24
*
vim-patch:8.0.0493: crash with cd command with very long argument
Jan Edmund Lazo
2018-07-22
*
file_search: Silence PVS/V614: used buffer is never uninitialized
ZyX
2018-04-15
*
DirChanged: support <buffer> (#8140)
Marco Hinz
2018-03-16
*
Fix warning about conversion on mingw64
George Zhao
2018-01-18
*
*: Add comment to all C files
ZyX
2017-04-19
*
mbyte: replace vim_tolower with mb_tolower handling locale correctly
Björn Linse
2017-04-10
*
*: Fix some Windows-specific warnings
ZyX
2017-03-29
*
eval: Split and move dict_add_nr_str to typval.c
ZyX
2017-03-29
*
eval: Move dict_set_keys_readonly to typval.c
ZyX
2017-03-29
*
*: Move some dictionary functions to typval.h and use char*
ZyX
2017-03-29
[next]