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
/
path.c
Commit message (
Expand
)
Author
Age
*
docs: misc
dundargoc
2025-01-30
*
vim-patch:partial:9.1.1050: too many strlen() calls in os_unix.c (#32188)
zeertzjq
2025-01-24
*
refactor: iwyu #31637
Justin M. Keyes
2024-12-23
*
vim-patch:8.2.0985: simplify() does not remove slashes from "///path"
zeertzjq
2024-10-13
*
fix(build): remove USE_FNAME_CASE, redundant with CASE_INSENSITIVE_FILENAME
bfredl
2024-10-11
*
vim-patch:9.1.0761: :cd completion fails on Windows with backslash in path (#...
zeertzjq
2024-10-07
*
vim-patch:partial:8.1.0914: code related to findfile() is spread out (#30000)
zeertzjq
2024-08-07
*
vim-patch:9.0.0634: evaluating "expr" options has more overhead than needed
zeertzjq
2024-08-02
*
vim-patch:9.1.0569: fnamemodify() treats ".." and "../" differently (#29673)
zeertzjq
2024-07-12
*
vim-patch:9.1.0568: Cannot expand paths from 'cdpath' setting
zeertzjq
2024-07-12
*
vim-patch:8.2.3388: fnamemodify('path/..', ':p') differs from using 'path/../...
zeertzjq
2024-07-12
*
refactor: remove CH_FOLD macro
dundargoc
2024-07-10
*
refactor(memory): use builtin strcat() instead of STRCAT()
bfredl
2024-06-11
*
refactor(path.c): add nonnull attributes (#28829)
zeertzjq
2024-05-19
*
fix(path): avoid chdir() when resolving path (#28799)
zeertzjq
2024-05-17
*
docs: misc (#28609)
dundargoc
2024-05-15
*
refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)
zeertzjq
2024-04-20
*
fix(path): check return value of append_path() (#28309)
Joey Gouly
2024-04-13
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
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(options): reduce `findoption()` usage
Famiu Haque
2023-12-09
*
refactor(IWYU): fix includes for cmdhist.h (#26324)
zeertzjq
2023-11-30
*
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
2023-11-30
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
build(IWYU): fix includes for func_attr.h
dundargoc
2023-11-27
*
build(IWYU): replace most private mappings with pragmas (#26247)
zeertzjq
2023-11-27
*
refactor: move garray_T to garray_defs.h (#26227)
zeertzjq
2023-11-26
*
refactor: follow style guide
dundargoc
2023-11-19
*
refactor: iwyu (#26062)
zeertzjq
2023-11-16
*
refactor: follow style guide
dundargoc
2023-11-13
*
build: remove PVS
dundargoc
2023-11-12
*
refactor: remove redundant casts
dundargoc
2023-11-11
*
refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)
zeertzjq
2023-11-10
*
fix(path): restore space separation in 'path' (#25571)
zeertzjq
2023-10-10
*
fix(path): accept special characters on Windows (#25424)
Leonardo Mello
2023-10-04
*
refactor: reorganize option header files (#25437)
zeertzjq
2023-09-30
*
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
2023-09-30
*
feat(options)!: remove compatible behaviours for vim 5.0 and earlier
Lewis Russell
2023-07-17
*
fix(runtime): respect 'fileignorecase' when sourcing (#24344)
zeertzjq
2023-07-14
*
fix(completion): don't add backslashes to runtime pattern (#24296)
zeertzjq
2023-07-08
*
fix(api): nvim_parse_cmd error message in pcall() #23297
Alexandre Teoi
2023-07-01
*
refactor: remove some casts to char * (#24200)
zeertzjq
2023-06-29
*
fix(events): don't expand non-file as file name
zeertzjq
2023-06-07
*
fix(runtime): do not allow breakcheck inside runtime path calculation
bfredl
2023-04-19
*
vim-patch:8.2.4184: cannot use an import in 'includeexpr'
zeertzjq
2023-04-17
*
vim-patch:9.0.1400: find_file_in_path() is not reentrant (#23146)
zeertzjq
2023-04-17
*
vim-patch:8.2.1049: Vim9: leaking memory when using continuation line
zeertzjq
2023-04-14
[next]