aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.h
Commit message (Expand)AuthorAge
* vim-patch:9.1.0984: exception handling can be improvedzeertzjq2025-01-07
* vim-patch:9.1.0831: 'findexpr' can't be used as lambad or Funcref (#31058)zeertzjq2024-11-03
* vim-patch:9.1.0821: 'findexpr' completion doesn't set v:fname to cmdline argu...zeertzjq2024-10-29
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* vim-patch:partial:9.0.0327: items() does not work on a listzeertzjq2024-07-30
* refactor(IWYU): fix headersdundargoc2024-01-11
* feat(terminal): trigger TermRequest autocommand events (#22159)Ghjuvan Lacambre2024-01-09
* refactor: remove redundant struct namesdundargoc2024-01-02
* refactor(IWYU): move evalarg_T to eval_defs.h (#26716)zeertzjq2023-12-23
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq2023-12-21
* refactor(options): remove option type macrosFamiu Haque2023-12-14
* refactor(IWYU): create {ex_getln,rbuffer,os/fileio}_defs.h (#26338)zeertzjq2023-12-01
* refactor(IWYU): move typedefs out of globals.h (#26322)zeertzjq2023-11-30
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: move hashtab types to hashtab_defs.h (#26262)zeertzjq2023-11-28
* refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq2023-11-27
* refactor: iwyu (#26062)zeertzjq2023-11-16
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* refactor: the long goodbyedundargoc2023-10-09
* refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq2023-10-02
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* vim-patch:9.0.1507: assert message is confusing with boolean resultzeertzjq2023-05-05
* 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