aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_cmds2.c
Commit message (Expand)AuthorAge
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor: replace char_u with charDundar Göc2022-08-31
* vim-patch:9.0.0318: clearing screen causes flicker (#19993)zeertzjq2022-08-30
* vim-patch:8.2.1269: language and locale code spread out (#19964)zeertzjq2022-08-27
* refactor: replace char_u with charDundar Göc2022-08-26
* refactor: replace char_u with charDundar Goc2022-08-25
* vim-patch:8.2.4753: error from setting an option is silently ignored (#19888)zeertzjq2022-08-22
* vim-patch:8.1.1869: code for the argument list is spread out (#19791)zeertzjq2022-08-16
* refactor: remove some unused includes (#19747)zeertzjq2022-08-13
* refactor: remove some unused includes (#19740)zeertzjq2022-08-12
* refactor: replace char_u with charDundar Goc2022-08-12
* refactor: move code dealing with script files to runtime.c (#19734)zeertzjq2022-08-12
* vim-patch:8.1.1689: profiling code is spread outzeertzjq2022-08-12
* vim-patch:8.1.1684: profiling functionality is spread outzeertzjq2022-08-12
* refactor: replace char_u with charDundar Goc2022-07-31
* vim-patch:8.1.1933: the eval.c file is too big (#19462)zeertzjq2022-07-22
* vim-patch:8.0.1118: FEAT_WINDOWS adds a lot of #ifdefszeertzjq2022-07-15
* vim-patch:8.2.0151: detecting a script was already sourced is unreliablezeertzjq2022-07-08
* vim-patch:8.2.0132: script may be re-used when deleting and creating a new onezeertzjq2022-07-08
* vim-patch:8.2.1900: Vim9: command modifiers do not workzeertzjq2022-07-03
* refactor: replace char_uDundar Goc2022-07-02
* refactor: replace char_u #18429dundargoc2022-06-28
* vim-patch:8.2.1898: command modifier parsing always uses global cmdmodzeertzjq2022-06-14
* vim-patch:8.2.0577: not all modifiers supported for :options (#18952)zeertzjq2022-06-13
* refactor(clang-tidy): remove nested redundant ifdefs #18811dundargoc2022-06-01
* 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-16
* refactor: replace char_u variables and functions with charDundar Goc2022-05-11
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* refactor: replace char_u variables and functions with charDundar Goc2022-05-05
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* 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: replace char_u variables and functions with charDundar Goc2022-04-30
* refactor: replace char_u variables and functions with char (#18288)dundargoc2022-04-30
* refactor: convert macros to all-caps (#17895)dundargoc2022-04-24
* refactor: add pure attribute to pure functions (#18165)dundargoc2022-04-24
* vim-patch:8.2.0836: not all :cdo output is visible (#18007)zeertzjq2022-04-06
* 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