aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/runtime.c
Commit message (Expand)AuthorAge
* 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
* fix(runtime): ordering of loading packages with user configBjörn Linse2021-09-26
* refactor: format with uncrustify #15755dundargoc2021-09-24
* refactor(runtime): handle pack/foo/start/bar/after dirs properlyBjörn Linse2021-09-18
* refactor(runtime): always use DIP_START when searching for runtime filesBjörn Linse2021-09-18
* fix: only source package ftdetect files onceGregory Anders2021-08-11
* refactor(source): Move lua file detection to do_sourceshadmansaleh2021-06-11
* feat(runtime): Allow lua to be used in ftdetectshadmansaleh2021-06-11
* feat(startup): Source runtime/plugin/**/*.lua at startupshadmansaleh2021-06-11
* runtime: extract 'runtimepath' and 'packpath' logic to its own fileBjörn Linse2020-11-25