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
*
refactor: replace char_u with char
Dundar Göc
2022-08-31
*
refactor: replace char_u with char 4 (#19987)
dundargoc
2022-08-30
*
refactor: replace char_u with char
Dundar Göc
2022-08-29
*
refactor: replace char_u with char
Dundar Göc
2022-08-27
*
refactor: replace char_u with char
Dundar Göc
2022-08-26
*
vim-patch:9.0.0248: duplicate code in finding a script in the execution stack...
zeertzjq
2022-08-24
*
vim-patch:8.2.4749: <script> is not expanded in autocmd context
zeertzjq
2022-08-23
*
vim-patch:8.2.4726: cannot use expand() to get the script name
zeertzjq
2022-08-23
*
vim-patch:8.2.4753: error from setting an option is silently ignored (#19888)
zeertzjq
2022-08-22
*
vim-patch:8.1.1886: command line expansion code is spread out (#19861)
zeertzjq
2022-08-21
*
fix(source): fix expand('<sfile>') no longer works for Lua
zeertzjq
2022-08-16
*
vim-patch:9.0.0217: 'shellslash' works differently when sourcing a script again
zeertzjq
2022-08-16
*
fix(source): make changing 'shellslash' change expand() result
zeertzjq
2022-08-15
*
vim-patch:8.2.1658: expand('<stack>') has trailing ".."
zeertzjq
2022-08-15
*
vim-patch:8.2.1653: expand('<stack>') does not include the final line number
zeertzjq
2022-08-15
*
vim-patch:8.2.1297: when a test fails it's often not easy to see where
zeertzjq
2022-08-15
*
vim-patch:8.2.0823: Vim9: script reload test is disabled
zeertzjq
2022-08-14
*
refactor: change remaining sourcing_name/sourcing_lnum to exestack
zeertzjq
2022-08-14
*
vim-patch:8.2.0056: execution stack is incomplete and inefficient
zeertzjq
2022-08-14
*
refactor: remove some unused includes (#19740)
zeertzjq
2022-08-12
*
refactor: replace char_u with char
Dundar Goc
2022-08-12
*
refactor: move non-symbols in ex_eval.h to ex_eval_defs.h (#19739)
zeertzjq
2022-08-12
*
refactor: move code dealing with script files to runtime.c (#19734)
zeertzjq
2022-08-12
*
vim-patch:8.1.1684: profiling functionality is spread out
zeertzjq
2022-08-12
*
refactor: replace char_u with char
Dundar Goc
2022-07-31
*
refactor: replace char_u
Dundar Goc
2022-07-02
*
fix(coverity/348313): don't exit too early in runtime_default
Thomas Vigouroux
2022-06-24
*
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-09
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-04
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-03
*
refactor(uncrustify): change rules to better align with the style guide
Dundar Goc
2022-04-29
*
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
[next]