aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_eval.c
Commit message (Expand)AuthorAge
* 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
* refactor: remove redundant castsDundar Göc2022-03-06
* refactor: fix clang-tidy bugprone-signed-char-misuse warningsDundar Göc2022-03-04
* vim-patch:8.2.4241: some type casts are redundantDundar Göc2022-01-30
* lint (#16526)Jan Edmund Lazo2021-12-05
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* refactor: reduce number of explicit char casts (#16077)dundargoc2021-11-16
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* vim-patch:8.1.2379: using old C style commentsDundar Göc2021-10-21
* vim-patch:8.1.2379: using old C style commentsDundar Göc2021-10-06
* refactor: format with uncrustify #15726dundargoc2021-09-20
* vim-patch:8.1.1195: Vim script debugger functionality needs cleanupSean Dewar2021-09-13
* refactor: replace TRUE/FALSE with true/falseDundar Göc2021-07-26
* chore: use codespell to spell check #15016dundargoc2021-07-07
* ex_cmds: port :evalJan Edmund Lazo2021-04-15
* vim-patch:8.2.2163: crash when discarded exception is the current exceptionJan Edmund Lazo2020-12-19
* vim-patch:8.2.0607: gcc warns for using uninitialized variableJan Edmund Lazo2020-08-19
* vim-patch:8.1.2341: not so easy to interrupt a script programaticallyJan Edmund Lazo2020-08-14
* Merge #11851 'eval.c: factor out eval/userfunc.c'Justin M. Keyes2020-04-26
|\
| * rename: user_funcs -> userfuncJakub Łuczyński2020-02-13
| * fix: includesJakub Łuczyński2020-02-13
* | vim-patch:8.2.0560: compiler warning in tiny buildJan Edmund Lazo2020-04-12
|/
* vim-patch:8.2.0013: not using a typedef for condstackJan Edmund Lazo2019-12-16
* Remove excess <stdint.h>Jan Edmund Lazo2019-09-11
* vim-patch:8.0.0705: check did_throw before discarding exception #9808Gabriel Cruz2019-03-30