aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/runtime.c
Commit message (Expand)AuthorAge
* 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
* vim-patch:9.0.0217: 'shellslash' works differently when sourcing a script againzeertzjq2022-08-16
* fix(source): make changing 'shellslash' change expand() resultzeertzjq2022-08-15
* vim-patch:8.2.1658: expand('<stack>') has trailing ".."zeertzjq2022-08-15
* vim-patch:8.2.1653: expand('<stack>') does not include the final line numberzeertzjq2022-08-15
* vim-patch:8.2.1297: when a test fails it's often not easy to see wherezeertzjq2022-08-15
* vim-patch:8.2.0823: Vim9: script reload test is disabledzeertzjq2022-08-14
* refactor: change remaining sourcing_name/sourcing_lnum to exestackzeertzjq2022-08-14
* vim-patch:8.2.0056: execution stack is incomplete and inefficientzeertzjq2022-08-14
* refactor: remove some unused includes (#19740)zeertzjq2022-08-12
* refactor: replace char_u with charDundar Goc2022-08-12
* refactor: move non-symbols in ex_eval.h to ex_eval_defs.h (#19739)zeertzjq2022-08-12
* refactor: move code dealing with script files to runtime.c (#19734)zeertzjq2022-08-12
* vim-patch:8.1.1684: profiling functionality is spread outzeertzjq2022-08-12
* refactor: replace char_u with charDundar Goc2022-07-31
* refactor: replace char_uDundar Goc2022-07-02
* fix(coverity/348313): don't exit too early in runtime_defaultThomas Vigouroux2022-06-24
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* refactor: replace char_u variables and functions with charDundar Goc2022-05-03
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* feat(lua): show proper verbose output for lua configurationshadmansaleh2022-02-28
* refactor(lua): cleanup and docs for threadsbfredl2022-02-26
* feat(lua): add proper support of luv threadserw72022-02-26
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* refactor: reduce number of explicit char casts (#16077)dundargoc2021-11-16
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* fix(runtime): fix missing packpath entriesBjörn Linse2021-10-31
* fix(runtime): don't use regexes inside lua require'mod'Björn Linse2021-10-17
* refactor: reduce number of unique char castsDundar Göc2021-10-13
* refactor: format header files with uncrustify #15877dundargoc2021-10-09
* refactor: remove redundant char casts #15888dundargoc2021-10-04
* Merge pull request #15867 from bfredl/starpackBjörn Linse2021-10-02
|\
| * fix(runtime): add packages as "/pack/*/start/*" patterns to &rtpBjörn Linse2021-10-02
* | refactor: format with uncrustify #15842dundargoc2021-10-02
|/
* fix(runtime): fix ordering of "after" packagesBjörn Linse2021-09-30
* fix(runtime): make a copy of runtime_search_path when iteratingBjörn Linse2021-09-27