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
*
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
*
refactor: replace char_u with char 17 - remove STRLCPY (#21235)
dundargoc
2023-01-09
*
refactor: replace char_u with char
dundargoc
2022-11-28
*
refactor: replace char_u with char
Dundar Göc
2022-11-26
*
refactor: replace char_u with char
Dundar Göc
2022-11-19
*
refactor: deprecate 'secure' option
Gregory Anders
2022-11-17
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
docs: fix typos
dundargoc
2022-11-02
*
refactor: clang-tidy fixes to silence clangd warning (#20683)
dundargoc
2022-10-21
*
vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)
dundargoc
2022-09-18
*
refactor: replace char_u with char
Dundar Göc
2022-09-11
*
refactor: replace char_u with char
Dundar Göc
2022-09-10
*
refactor: replace char_u with char
Dundar Göc
2022-09-09
*
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
[next]