aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_cmds2.c
Commit message (Expand)AuthorAge
* 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
* clang/'Logic error': cmd_source_buffer() requires nonnull paramJan Edmund Lazo2021-04-02
* vim-patch:8.2.2236: 'scroll' option can change when setting the statuslineJan Edmund Lazo2021-03-02
* [RFC] ":source" sources from current buffer if filename is omitted (#11444)Vikram Pal2021-02-18
* vim-patch:8.1.0341: :argadd in empty buffer changes the buffer nameJan Edmund Lazo2021-02-10
* eval: use char* for set_internal_string_var()Jan Edmund Lazo2021-02-07
* vim-patch:8.2.2430: :vimgrep expands wildcards twice (#13853)Jan Edmund Lazo2021-01-31
* vim-patch:8.1.1261: no error for quickfix commands with negative rangeerw72021-01-01
* vim-patch:8.2.2231: when "--remote file" is used "file" is not reloadedJan Edmund Lazo2020-12-27
* vim-patch:8.0.1525: using :wqa exits even if a job runs in a terminal windowJan Edmund Lazo2020-12-01
* fixup! vim-patch:8.0.0858: check if job terminal is running #10908Jan Edmund Lazo2020-12-01
* Merge pull request #13379 from bfredl/runtimeBjörn Linse2020-11-25
|\
| * runtime: extract 'runtimepath' and 'packpath' logic to its own fileBjörn Linse2020-11-25