aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/runtime.c
Commit message (Expand)AuthorAge
* vim-patch:9.0.1431: getscriptinfo() loops even when specific SID is givenzeertzjq2023-04-15
* vim-patch:9.0.0303: it is not easy to get information about a scriptzeertzjq2023-04-15
* vim-patch:9.0.0269: getscriptinfo() does not include the versionzeertzjq2023-04-15
* refactor: remove redundant castsii142023-04-07
* refactor: remove redundant castsii142023-04-07
* refactor: remove redundant const char * castsii142023-04-07
* vim-patch:9.0.1434: crash when adding package already in 'runtimepath' (#22849)zeertzjq2023-04-01
* vim-patch:8.2.1398: autoload script sourced twice if sourced directly (#22622)zeertzjq2023-03-11
* refactor: move ga_loaded to runtime.c (#22626)zeertzjq2023-03-11
* refactor(runtime.c): factor out find_script_by_name() (#22620)zeertzjq2023-03-11
* vim-patch:9.0.0244: cannot easily get the list of sourced scripts (#22596)Michal Liszcz2023-03-11
* fix: windows assertion failure due to incorrect path length (#22324)Ghjuvan Lacambre2023-02-19
* feat: $NVIM_APPNAME #22128Ghjuvan Lacambre2023-02-16
* vim-patch:8.2.0154: reallocating the list of scripts is inefficientzeertzjq2023-02-16
* vim-patch:8.2.0114: info about sourced scripts is scatteredzeertzjq2023-02-16
* refactor: reduce scope of locals as per the style guide 3 (#22221)dundargoc2023-02-12
* refactor: reduce scope of locals as per the style guide (#22211)dundargoc2023-02-11
* vim-patch:9.0.1238: :runtime completion can be further improvedzeertzjq2023-01-26
* vim-patch:9.0.1231: completion of :runtime does not handle {where} argumentzeertzjq2023-01-26
* vim-patch:9.0.1227: no cmdline completion for :runtimezeertzjq2023-01-26
* vim-patch:partial:9.0.1237: code is indented more than necessary (#21971)zeertzjq2023-01-24
* perf(completion): use one call to globpath() for .vim and .lua #21942zeertzjq2023-01-23
* fix(completion): include lua syntaxes in :ownsyntax completion (#21941)zeertzjq2023-01-22
* refactor: replace char_u with char 23 (#21798)dundargoc2023-01-18
* vim-patch:8.2.4617: no completion for :scriptnameszeertzjq2023-01-17
* refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc2023-01-15
* refactor: replace char_u with char 18 (#21237)dundargoc2023-01-09
* refactor: replace char_u with char 17 - remove STRLCPY (#21235)dundargoc2023-01-09
* refactor: replace char_u with chardundargoc2022-11-28
* refactor: replace char_u with charDundar Göc2022-11-26
* refactor: replace char_u with charDundar Göc2022-11-19
* refactor: deprecate 'secure' optionGregory Anders2022-11-17
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* docs: fix typosdundargoc2022-11-02
* refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc2022-10-21
* vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)dundargoc2022-09-18
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor: replace char_u with charDundar Göc2022-09-10
* refactor: replace char_u with charDundar Göc2022-09-09
* refactor: replace char_u with charDundar Göc2022-08-31
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* refactor: replace char_u with charDundar Göc2022-08-29
* refactor: replace char_u with charDundar Göc2022-08-27
* refactor: replace char_u with charDundar Göc2022-08-26
* vim-patch:9.0.0248: duplicate code in finding a script in the execution stack...zeertzjq2022-08-24
* vim-patch:8.2.4749: <script> is not expanded in autocmd contextzeertzjq2022-08-23
* vim-patch:8.2.4726: cannot use expand() to get the script namezeertzjq2022-08-23
* vim-patch:8.2.4753: error from setting an option is silently ignored (#19888)zeertzjq2022-08-22
* vim-patch:8.1.1886: command line expansion code is spread out (#19861)zeertzjq2022-08-21
* fix(source): fix expand('<sfile>') no longer works for Luazeertzjq2022-08-16