aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_cmds2.c
Commit message (Expand)AuthorAge
* refactor(ex_cmds): convert function comments to doxygen formatDundar Göc2022-03-16
* Merge pull request #17622 from dundargoc/refactor/clang-tidy/remove-redundant...zeertzjq2022-03-09
|\
| * refactor: remove redundant castsDundar Göc2022-03-06
* | fix(line continuation): set growsize to correct value (#17655)Sean Dewar2022-03-08
|/
* feat(lua): show proper verbose output for lua configurationshadmansaleh2022-02-28
* vim-patch:8.2.4336: using :filter for :scriptnames does not workzeertzjq2022-02-10
* feat(provider)!: remove support for python2 and python3.[3-5]Björn Linse2022-01-29
* vim-patch:8.2.4133: output of ":scriptnames" goes into the message historyzeertzjq2022-01-27
* vim-patch:8.2.3584: "verbose set efm" reports location of the :compiler commandzeertzjq2022-01-21
* vim-patch:8.2.3914 (#16808)dundargoc2021-12-28
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* refactor(misc1): move line_breakcheck family of functions to os/input.cBjörn Linse2021-12-09
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* fix(float): skip non-focusable windows for :windo (#15378)Daniel Steinberg2021-11-11
* vim-patch:8.1.0779: argument for message functions is inconsistentJames McCoy2021-11-01
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* refactor: uncrustify #16090dundargoc2021-10-29
* Merge #15994 feat(:source, nvim_exec): script-local scopeJustin M. Keyes2021-10-17
|\
| * feat(:source, nvim_exec): defer script item creation until s:var accessSean Dewar2021-10-14
| * feat(:source, nvim_exec): support script-local variablesSean Dewar2021-10-14
* | refactor: reduce number of unique char castsDundar Göc2021-10-13
|/
* refactor: reduce number of unique char casts (#15995)dundargoc2021-10-12
* Refactor/uncrustify (#15790)dundargoc2021-09-29
* refactor: format with uncrustify #15778dundargoc2021-09-25
* fix(PVS V507): false positiveJustin M. Keyes2021-09-24
* fix(startup): init.lua: set $MYVIMRC to absolute path #15748Justin M. Keyes2021-09-21
* refactor: format with uncrustify #15726dundargoc2021-09-20
* refactor(runtime): always use DIP_START when searching for runtime filesBjörn Linse2021-09-18
* fix(:source): copy curbuf lines to memory before sourcing #15111Sean Dewar2021-09-15
* fix(:source, nvim_exec): handle Vimscript line continuations #14809Sean Dewar2021-09-14
* vim-patch:8.1.1195: Vim script debugger functionality needs cleanupSean Dewar2021-09-13
* refactor: replace TRUE/FALSE with true/falseDundar Göc2021-08-12
* refactor: replace TRUE/FALSE with true/falseDundar Göc2021-07-30
* chore: use codespell to spell check #15016dundargoc2021-07-07
* fix(source): Source giving E484 & parsing error at line 1 for lua filesshadmansaleh2021-06-21
* BugFix: Fix inconsistent verbose messageshadmansaleh2021-06-21
* fixup(runtime): Fix lua runtime files not listedshadmansaleh2021-06-13
* refactor(source): Move lua file detection to do_sourceshadmansaleh2021-06-11
* feat(runtime): Allow lua to be used in compilershadmansaleh2021-06-11
* clang/'Logic error': has_profiling() may not set forceitJan Edmund Lazo2021-06-02
* Merge pull request #14403 from seandewar/vim-8.2.1933Jan Edmund Lazo2021-05-09
|\
| * eval: port v:collateSean Dewar2021-04-20
* | get_str_line: Replace grow_array usageFabian Viöl2021-05-03
* | get_str_line: Simplify growarray usageFabian Viöl2021-04-30
* | get_str_line: Use heap instead of stackFabian Viöl2021-04-29
|/
* vim-patch:8.2.0069: ETYPE_ is used for two different enumsJan Edmund Lazo2021-04-11
* vim-patch:8.2.0044: expression type is used inconsistentlyJan Edmund Lazo2021-04-11
* vim-patch:8.0.1511: some code for the debugger watch expression is clumsyJan Edmund Lazo2021-04-08
* vim-patch:8.0.1505: debugger can't break on a conditionJan Edmund Lazo2021-04-08