aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.h
Commit message (Expand)AuthorAge
* vim-patch:8.2.1161: Vim9: using freed memoryzeertzjq2023-04-14
* vim-patch:8.2.1079: Vim9: no line break allowed in a while loopzeertzjq2023-04-14
* vim-patch:8.2.1049: Vim9: leaking memory when using continuation linezeertzjq2023-04-14
* vim-patch:8.2.1047: Vim9: script cannot use line continuation like :def functionzeertzjq2023-04-14
* vim-patch:8.2.{0695,0725,0734,0753,0818,0819,0822} (#23075)zeertzjq2023-04-14
* vim-patch:8.2.3969: value of MAXCOL not available in Vim scriptzeertzjq2023-03-07
* fix(column)!: ensure 'statuscolumn' works with virtual and wrapped linesLuuk van Baal2023-01-16
* feat(ui): add 'statuscolumn' optionluukvbaal2023-01-09
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: migrate comment style (#20012)Lewis Russell2022-09-02
* vim-patch:8.1.1689: profiling code is spread outzeertzjq2022-08-12
* refactor: move FunPtr to types.h (#19466)zeertzjq2022-07-22
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor: move macro definiton outside of enumsDundar Goc2022-05-06
* feat(server): set $NVIM, unset $NVIM_LISTEN_ADDRESS #11009Justin M. Keyes2022-05-03
* refactor: replace char_u variables and functions with charDundar Goc2022-05-03
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* refactor(misc1): move out autocmd related functionsBjörn Linse2021-12-09
* Merge pull request #16107 from zeertzjq/vim-8.1.1542Jan Edmund Lazo2021-12-06
|\
| * vim-patch:8.1.1542: an OptionSet autocommand does not get enough infozeertzjq2021-11-22
* | lint (#16526)Jan Edmund Lazo2021-12-05
|/
* refactor: uncrustify #16090dundargoc2021-10-29
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* vim-patch:8.1.0736: code for Blob not sufficiently testedSean Dewar2021-09-15
* vim-patch:8.1.0735: cannot handle binary dataSean Dewar2021-09-15
* Merge pull request #14403 from seandewar/vim-8.2.1933Jan Edmund Lazo2021-05-09
|\
| * eval: port v:collateSean Dewar2021-04-20
* | vim-patch:8.2.2388: no easy way to get the maximum or mininum number valueJan Edmund Lazo2021-04-27
* | vim-patch:8.2.0296: mixing up "long long" and __int64 may cause problemsJan Edmund Lazo2021-04-27
|/
* vim-patch:8.2.2319: "exptype_T" can be read as "expected type"Jan Edmund Lazo2021-04-11
* 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
* eval: add v:_null_stringJan Edmund Lazo2021-04-08
* vim-patch:8.0.1505: debugger can't break on a conditionJan Edmund Lazo2021-04-08
* vim-patch:8.2.2070: can't get the exit value in VimLeave(Pre) autocommands (#...Jan Edmund Lazo2021-02-20
* eval: ll_range,ll_empty2 members are boolJan Edmund Lazo2021-02-06
* vim-patch:8.1.2285: padding in structures wastes memoryJan Edmund Lazo2021-02-06
* vim-patch:8.2.0602: :unlet $VAR does not work properly (#13238)Sean Dewar2020-12-02
* vim-patch:8.1.2233: cannot get the Vim command line arguments (#12117)kuuote2020-05-24
* fix: made eval_lavars_used globalJakub Łuczyński2020-02-13
* fix: header updatesJakub Łuczyński2020-02-13
* moved more stuffJakub Łuczyński2020-02-13
* eval.c: factor out eval/funcs.c #11828Jakub Łuczyński2020-02-10
* Add v:lua.func() vimL syntax for calling luaBjörn Linse2019-11-16
* vim-patch:8.1.1913: not easy to compute the space on the command line (#10845)Daniel Hahler2019-08-25
* API: ContextJustin M. Keyes2019-07-27
* eval: Add stdpath() method (#5297)Christian Höltje2018-03-29
* api: change nvim_command_output behaviorJustin M. Keyes2018-01-10
* channels: stderr channelBjörn Linse2017-11-25
* channels: allow bytes sockets and stdio, and buffered bytes outputBjörn Linse2017-11-24