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(message): smsg_attr -> smsg
bfredl
2023-09-29
*
refactor(messages): fold msg_outtrans_attr into msg_outtrans
bfredl
2023-09-27
*
refactor(map): enhanced implementation, Clean Codeā¢, etc etc
bfredl
2023-09-08
*
vim-patch:9.0.1730: passing multiple patterns to runtime not working (#24771)
zeertzjq
2023-08-18
*
vim-patch:9.0.1734: :runtime completion fails for multiple args (#24767)
zeertzjq
2023-08-18
*
test(startup_spec): add a test for #18315 (#24391)
zeertzjq
2023-07-19
*
fix(runtime): respect 'fileignorecase' when sourcing (#24344)
zeertzjq
2023-07-14
*
fix(runtime): respect 'rtp' order for all runtime files (#24335)
zeertzjq
2023-07-14
*
perf(rtp): reduce rtp scans (#24191)
Lewis Russell
2023-07-13
*
fix(completion): don't add backslashes to runtime pattern (#24296)
zeertzjq
2023-07-08
*
fix(messages): use "Vimscript" instead of "VimL" #24111
Justin M. Keyes
2023-06-22
*
refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)
Famiu Haque
2023-06-07
*
feat(:source): source current ft=lua buffer as Lua code (#23802)
zeertzjq
2023-06-02
*
refactor(api): new helper macros
Famiu Haque
2023-05-23
*
Merge pull request #15534 from bfredl/monomap
bfredl
2023-05-17
|
\
|
*
refactor(map): avoid duplicated khash_t types for values
bfredl
2023-05-17
*
|
refactor: use xstrl{cpy,cat} on IObuff (#23648)
ii14
2023-05-16
|
/
*
vim-patch:9.0.1523: some error messages are not marked for translation (#23529)
zeertzjq
2023-05-08
*
vim-patch:9.0.1330: handling new value of an option has a long "else if" chain
Lewis Russell
2023-04-28
*
refactor: uncrustify
dundargoc
2023-04-26
*
fix(runtime): do not allow breakcheck inside runtime path calculation
bfredl
2023-04-19
*
refactor: suppress clang false positives (#23154)
zeertzjq
2023-04-17
*
refactor: remove FC_DEAD
zeertzjq
2023-04-15
*
vim-patch:9.0.1431: getscriptinfo() loops even when specific SID is given
zeertzjq
2023-04-15
*
vim-patch:9.0.0303: it is not easy to get information about a script
zeertzjq
2023-04-15
*
vim-patch:9.0.0269: getscriptinfo() does not include the version
zeertzjq
2023-04-15
*
refactor: remove redundant casts
ii14
2023-04-07
*
refactor: remove redundant casts
ii14
2023-04-07
*
refactor: remove redundant const char * casts
ii14
2023-04-07
*
vim-patch:9.0.1434: crash when adding package already in 'runtimepath' (#22849)
zeertzjq
2023-04-01
*
vim-patch:8.2.1398: autoload script sourced twice if sourced directly (#22622)
zeertzjq
2023-03-11
*
refactor: move ga_loaded to runtime.c (#22626)
zeertzjq
2023-03-11
*
refactor(runtime.c): factor out find_script_by_name() (#22620)
zeertzjq
2023-03-11
*
vim-patch:9.0.0244: cannot easily get the list of sourced scripts (#22596)
Michal Liszcz
2023-03-11
*
fix: windows assertion failure due to incorrect path length (#22324)
Ghjuvan Lacambre
2023-02-19
*
feat: $NVIM_APPNAME #22128
Ghjuvan Lacambre
2023-02-16
*
vim-patch:8.2.0154: reallocating the list of scripts is inefficient
zeertzjq
2023-02-16
*
vim-patch:8.2.0114: info about sourced scripts is scattered
zeertzjq
2023-02-16
*
refactor: reduce scope of locals as per the style guide 3 (#22221)
dundargoc
2023-02-12
*
refactor: reduce scope of locals as per the style guide (#22211)
dundargoc
2023-02-11
*
vim-patch:9.0.1238: :runtime completion can be further improved
zeertzjq
2023-01-26
*
vim-patch:9.0.1231: completion of :runtime does not handle {where} argument
zeertzjq
2023-01-26
*
vim-patch:9.0.1227: no cmdline completion for :runtime
zeertzjq
2023-01-26
*
vim-patch:partial:9.0.1237: code is indented more than necessary (#21971)
zeertzjq
2023-01-24
*
perf(completion): use one call to globpath() for .vim and .lua #21942
zeertzjq
2023-01-23
*
fix(completion): include lua syntaxes in :ownsyntax completion (#21941)
zeertzjq
2023-01-22
*
refactor: replace char_u with char 23 (#21798)
dundargoc
2023-01-18
*
vim-patch:8.2.4617: no completion for :scriptnames
zeertzjq
2023-01-17
*
refactor: fix IWYU mapping file and use IWYU (#21802)
dundargoc
2023-01-15
*
refactor: replace char_u with char 18 (#21237)
dundargoc
2023-01-09
[next]