aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/runtime.c
Commit message (Expand)AuthorAge
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: fix runtime_defs.h (#26259)zeertzjq2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* refactor: create runtime_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq2023-11-27
* build: adjust clang-tidy warning exclusion logicdundargoc2023-11-20
* refactor: enable formatting for ternariesdundargoc2023-11-20
* refactor: follow style guidedundargoc2023-11-19
* refactor: follow style guidedundargoc2023-11-13
* build: remove PVSdundargoc2023-11-12
* refactor: remove redundant castsdundargoc2023-11-11
* refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq2023-10-02
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor(message): smsg_attr -> smsgbfredl2023-09-29
* refactor(messages): fold msg_outtrans_attr into msg_outtransbfredl2023-09-27
* refactor(map): enhanced implementation, Clean Codeā„¢, etc etcbfredl2023-09-08
* vim-patch:9.0.1730: passing multiple patterns to runtime not working (#24771)zeertzjq2023-08-18
* vim-patch:9.0.1734: :runtime completion fails for multiple args (#24767)zeertzjq2023-08-18
* test(startup_spec): add a test for #18315 (#24391)zeertzjq2023-07-19
* fix(runtime): respect 'fileignorecase' when sourcing (#24344)zeertzjq2023-07-14
* fix(runtime): respect 'rtp' order for all runtime files (#24335)zeertzjq2023-07-14
* perf(rtp): reduce rtp scans (#24191)Lewis Russell2023-07-13
* fix(completion): don't add backslashes to runtime pattern (#24296)zeertzjq2023-07-08
* fix(messages): use "Vimscript" instead of "VimL" #24111Justin M. Keyes2023-06-22
* refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)Famiu Haque2023-06-07
* feat(:source): source current ft=lua buffer as Lua code (#23802)zeertzjq2023-06-02
* refactor(api): new helper macrosFamiu Haque2023-05-23
* Merge pull request #15534 from bfredl/monomapbfredl2023-05-17
|\
| * refactor(map): avoid duplicated khash_t types for valuesbfredl2023-05-17
* | refactor: use xstrl{cpy,cat} on IObuff (#23648)ii142023-05-16
|/
* vim-patch:9.0.1523: some error messages are not marked for translation (#23529)zeertzjq2023-05-08
* vim-patch:9.0.1330: handling new value of an option has a long "else if" chainLewis Russell2023-04-28
* refactor: uncrustifydundargoc2023-04-26
* fix(runtime): do not allow breakcheck inside runtime path calculationbfredl2023-04-19
* refactor: suppress clang false positives (#23154)zeertzjq2023-04-17
* refactor: remove FC_DEADzeertzjq2023-04-15
* 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