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
/
runtime
/
lua
/
vim
/
fs.lua
Commit message (
Expand
)
Author
Age
*
fix: resolve all remaining LuaLS diagnostics
Lewis Russell
2025-01-27
*
feat(vim.fs): find(), dir() can "follow" symlinks #31551
Mike
2025-01-14
*
feat: add vim.fs.relpath
dundargoc
2025-01-13
*
fix(vim.fs.normalize): normalize case for windows drive letter
dundargoc
2025-01-04
*
fix(vim.fs.abspath): correctly handle UNC paths
dundargoc
2025-01-01
*
docs: misc #31479
Justin M. Keyes
2025-01-01
*
fix(vim.fs): joinpath() does not normalize slashes on Windows #31782
Gustav Eikaas
2024-12-31
*
feat(lua): add `vim.fs.abspath`
Famiu Haque
2024-12-28
*
docs: add tag `vim.fs.exists()` and document suggested replacement
dundargoc
2024-11-27
*
feat(vim.validate): improve fast form and deprecate spec form
Lewis Russell
2024-10-21
*
perf(validate): use lighter version
Lewis Russell
2024-10-17
*
docs: more `@since` annotations #30660
Justin M. Keyes
2024-10-04
*
fix(vim.fs): dirname() returns "." on mingw/msys2 #30480
Justin M. Keyes
2024-09-23
*
feat(fs.lua): add vim.fs.rm()
Lewis Russell
2024-09-22
*
fix(fs): make vim.fs.root work for relative paths and unnamed buffers (#28964)
Gregory Anders
2024-05-24
*
perf(vim.fs.normalize): use iterator
Lewis Russell
2024-05-15
*
perf(loader): use a quicker version of vim.fs.normalize
Lewis Russell
2024-05-15
*
perf(fs): normalize path only once in fs.dir
Mathias Fussenegger
2024-05-14
*
feat(fs): add vim.fs.root (#28477)
Gregory Anders
2024-04-24
*
feat(lua): vim.fs.normalize() resolves ".", ".." #28203
Famiu Haque
2024-04-16
*
fix: support UNC paths in vim.fs.normalize
dundargoc
2024-03-30
*
fix(fs): allow backslash characters in unix paths
James Trew
2024-03-29
*
fix(fs): use generics for better typing
altermo
2024-03-06
*
refactor(types): more fixes
Lewis Russell
2024-03-06
*
docs: improve/add documentation of Lua types
Lewis Russell
2024-03-01
*
feat(docs): replace lua2dox.lua
Lewis Russell
2024-02-27
*
docs: replace <pre> with ``` (#25136)
Gregory Anders
2023-09-14
*
fix(lua): vim.fs typing (#24608)
Lewis Russell
2023-08-08
*
docs(lua): clarify fs.find() documentation #24394
futsuuu
2023-07-19
*
docs(lua): more improvements (#24387)
Lewis Russell
2023-07-18
*
fix(fs.lua): normalize slash truncation (#23753)
Mike
2023-07-18
*
fix(lint): lint warnings #24226
Raphael
2023-07-10
*
fix(fs): make `normalize()` work with '/' path (#24047)
Evgeni Chasnovski
2023-06-18
*
docs: fix typos (#23917)
Jonas Strittmatter
2023-06-10
*
feat(lua): rename vim.loop -> vim.uv (#22846)
Lewis Russell
2023-06-03
*
feat(fs): expose join_paths as `vim.fs.joinpath` (#23685)
Christian Clason
2023-05-20
*
feat(treesitter): improved logging (#23638)
Lewis Russell
2023-05-17
*
fix(windows): consistent normalization in fs.find
dundargoc
2023-04-04
*
feat(vim.fs): improve normalize
Lewis Russell
2023-03-26
*
refactor(loader): use vim.fs
Lewis Russell
2023-03-26
*
feat(vim.fs): pass path to find() predicate, lazy evaluate #22378
Mike
2023-03-01
*
docs(vim.fs): normalize Windows example was incorrect (#21966)
C.D. MacEachern
2023-01-25
*
fix(fs): duplicate path separator #21509
Eric Haynes
2023-01-03
*
feat(fs): add opts argument to vim.fs.dir()
Lewis Russell
2022-12-20
*
Merge pull request #21154 from clason/vimdoc-injections
Christian Clason
2022-12-02
|
\
|
*
docs(gen): support language annotation in docstrings
Christian Clason
2022-12-02
*
|
refactor(fs): replace vim.fn/vim.env in vim.fs (#20379)
Mike
2022-12-01
|
/
*
docs: fix typos (#21168)
dundargoc
2022-11-26
*
docs(lua): add clarifications for fs.find() and fs.normalize() (#21132)
AzerAfram
2022-11-24
*
feat(fs): extend fs.find to accept predicate (#20193)
Mathias Fußenegger
2022-09-13
[next]