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
/
runtime.c
Commit message (
Expand
)
Author
Age
*
feat(lua): show proper verbose output for lua configuration
shadmansaleh
2022-02-28
*
refactor(lua): cleanup and docs for threads
bfredl
2022-02-26
*
feat(lua): add proper support of luv threads
erw7
2022-02-26
*
refactor(misc1): move out high-level input functions to a new file: input.c
Björn Linse
2021-12-10
*
refactor: saner options for uncrustify (#16204)
dundargoc
2021-11-19
*
refactor: reduce number of explicit char casts (#16077)
dundargoc
2021-11-16
*
vim-patch:8.1.0743: giving error messages is not flexible
James McCoy
2021-11-01
*
refactor: saner options for uncrustify #16196
dundargoc
2021-10-31
*
fix(runtime): fix missing packpath entries
Björn Linse
2021-10-31
*
fix(runtime): don't use regexes inside lua require'mod'
Björn Linse
2021-10-17
*
refactor: reduce number of unique char casts
Dundar Göc
2021-10-13
*
refactor: format header files with uncrustify #15877
dundargoc
2021-10-09
*
refactor: remove redundant char casts #15888
dundargoc
2021-10-04
*
Merge pull request #15867 from bfredl/starpack
Björn Linse
2021-10-02
|
\
|
*
fix(runtime): add packages as "/pack/*/start/*" patterns to &rtp
Björn Linse
2021-10-02
*
|
refactor: format with uncrustify #15842
dundargoc
2021-10-02
|
/
*
fix(runtime): fix ordering of "after" packages
Björn Linse
2021-09-30
*
fix(runtime): make a copy of runtime_search_path when iterating
Björn Linse
2021-09-27
*
fix(runtime): ordering of loading packages with user config
Björn Linse
2021-09-26
*
refactor: format with uncrustify #15755
dundargoc
2021-09-24
*
refactor(runtime): handle pack/foo/start/bar/after dirs properly
Björn Linse
2021-09-18
*
refactor(runtime): always use DIP_START when searching for runtime files
Björn Linse
2021-09-18
*
fix: only source package ftdetect files once
Gregory Anders
2021-08-11
*
refactor(source): Move lua file detection to do_source
shadmansaleh
2021-06-11
*
feat(runtime): Allow lua to be used in ftdetect
shadmansaleh
2021-06-11
*
feat(startup): Source runtime/plugin/**/*.lua at startup
shadmansaleh
2021-06-11
*
runtime: extract 'runtimepath' and 'packpath' logic to its own file
Björn Linse
2020-11-25