aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_eval.c
Commit message (Expand)AuthorAge
* refactor: replace char_u with char 25 (#21838)dundargoc2023-01-19
* refactor: replace char_u with char 22 (#21786)dundargoc2023-01-17
* refactor: replace char_u with char 18 (#21237)dundargoc2023-01-09
* refactor: replace char_u with char 17 - remove STRLCPY (#21235)dundargoc2023-01-09
* vim-patch:9.0.0577: buffer underflow with unexpected :finallyzeertzjq2022-12-03
* refactor: replace char_u with chardundargoc2022-11-28
* refactor: remove old TODO comments that aren't relevant anymore (#21144)dundargoc2022-11-22
* fix: pvs warnings (#21145)dundargoc2022-11-22
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* vim-patch:9.0.0869: bogus error when string used after :elseifzeertzjq2022-11-13
* vim-patch:8.2.4675: no error for missing expression after :elseifzeertzjq2022-11-13
* vim-patch:8.2.0612: Vim9: no check for space before #commentzeertzjq2022-11-05
* vim-patch:8.2.0502: Vim9: some code is not testedzeertzjq2022-11-05
* build(lint): remove clint.py rules for braces #20880dundargoc2022-11-01
* refactor: clint (#20600)Lewis Russell2022-10-12
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor: replace char_u with charDundar Göc2022-09-06
* refactor: migrate comment style (#20012)Lewis Russell2022-09-02
* fix(exceptions): restore `did_throw` (#20000)Sean Dewar2022-08-30
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* refactor: replace char_u with charDundar Göc2022-08-29
* refactor: change FALSE/TRUE to false/trueLewis Russell2022-08-26
* refactor: replace char_u with charDundar Goc2022-08-25
* refactor: pre-incr to post-incrLewis Russell2022-08-25
* vim-patch:8.2.2289: Vim9: 'cpo' can become empty (#19887)zeertzjq2022-08-22
* refactor: change pre-decrement/increment to post (#19799)Lewis Russell2022-08-16
* vim-patch:8.2.1653: expand('<stack>') does not include the final line numberzeertzjq2022-08-15
* vim-patch:8.2.1297: when a test fails it's often not easy to see wherezeertzjq2022-08-15
* vim-patch:8.2.0823: Vim9: script reload test is disabledzeertzjq2022-08-14
* vim-patch:8.2.0056: execution stack is incomplete and inefficientzeertzjq2022-08-14
* refactor: remove some unused includes (#19740)zeertzjq2022-08-12
* refactor: move non-symbols in ex_eval.h to ex_eval_defs.h (#19739)zeertzjq2022-08-12
* vim-patch:8.2.1281: the "trailing characters" error can be hard to understandzeertzjq2022-08-07
* vim-patch:8.2.1280: Ex command error cannot contain an argumentzeertzjq2022-08-07
* 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-04
* refactor: replace char_u variables and functions with charDundar Goc2022-05-03
* refactor: replace char_u variables and functions with char (#18288)dundargoc2022-04-30
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* refactor: convert macros to all-caps (#17895)dundargoc2022-04-24
* Merge pull request #18110 from dundargoc/refactor/remove-char_uGregory Anders2022-04-24
|\
| * refactor: add function xstrnsaveDundar Goc2022-04-16
* | refactor: add pure attribute to pure functions (#18165)dundargoc2022-04-24
|/
* vim-patch:8.2.3486: illegal memory access with invalid sequence of commandsSean Dewar2022-04-13
* vim-patch:8.2.3478: still crash with error in :catch and also in :finallySean Dewar2022-04-13
* vim-patch:8.2.3470: crash with error in :catch and also in :finallySean Dewar2022-04-13
* refactor: convert function comments to doxygen formatDundar Göc2022-03-15