aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/typval.c
Commit message (Expand)AuthorAge
* refactor: use uint8_t for blobs and ga_append() (#21916)zeertzjq2023-01-21
* refactor: replace char_u with char 25 (#21838)dundargoc2023-01-19
* vim-patch:8.2.1698: cannot lock a variable in legacy Vim script like in Vim9 ...zeertzjq2023-01-19
* refactor: replace char_u with char 24 (#21823)dundargoc2023-01-18
* vim-patch:partial:9.0.1196: code is indented more than necessary (#21796)zeertzjq2023-01-14
* refactor: replace char_u with charDundar Göc2022-11-26
* vim-patch:9.0.0926: Coverity warns for not using return value of dict_add()zeertzjq2022-11-23
* vim-patch:partial:9.0.0917: the WinScrolled autocommand event is not enough (...zeertzjq2022-11-23
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* vim-patch:9.0.0863: col() and charcol() only work for the current window (#21...zeertzjq2022-11-13
* refactor: fix clang-tidy warningsdundargoc2022-11-06
* vim-patch:9.0.0836: wrong error when using extend() with funcrefzeertzjq2022-11-06
* vim-patch:8.2.2921: E704 for script local variable is not backwards compatiblezeertzjq2022-11-06
* vim-patch:8.2.2920: still a way to shadow a builtin functionzeertzjq2022-11-06
* vim-patch:8.1.1949: cannot scroll a popup window to the very bottomzeertzjq2022-11-05
* build(lint): remove clint.py rules for braces #20880dundargoc2022-11-01
* vim-patch:8.2.3407: using uninitialized memory with "let g:['bar'] = 2"zeertzjq2022-10-28
* vim-patch:8.2.1395: Vim9: no error if declaring a funcref with lower case letterzeertzjq2022-10-28
* vim-patch:8.2.2653: build failurezeertzjq2022-10-27
* vim-patch:8.2.0619: null dict is not handled like an empty dictzeertzjq2022-10-26
* vim-patch:8.2.0610: some tests are still old stylezeertzjq2022-10-26
* refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc2022-10-21
* vim-patch:partial:9.0.0715: wrong argument for append() gives two error messageszeertzjq2022-10-10
* vim-patch:8.2.2671: error for line number in legacy scriptzeertzjq2022-10-10
* vim-patch:8.2.2184: Vim9: no error when using "2" for a line numberzeertzjq2022-10-10
* fix: compiler warnings from clang 15 (#20321)dundargoc2022-09-28
* fix(api): notify dict watchers on nvim_set_var and vim.g settersmolck2022-09-27
* vim-patch:8.2.3796: the funcexe_T struct members are not named consistently (...zeertzjq2022-09-16
* vim-patch:9.0.0299: error messages for setcmdline() could be better (#20169)zeertzjq2022-09-12
* vim-patch:8.2.5034: there is no way to get the byte index from a virtual columnzeertzjq2022-09-12
* vim-patch:8.2.2664: Vim9: not enough function arguments checked for stringzeertzjq2022-09-12
* vim-patch:8.2.2646: Vim9: error for not using string doesn't mention argumentzeertzjq2022-09-12
* refactor: replace char_u with charDundar Göc2022-09-09
* refactor: replace char_u with charDundar Göc2022-09-06
* refactor: replace char_u with charDundar Göc2022-09-01
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* refactor: suppress clang and PVS warnings (#19940)zeertzjq2022-08-25
* Merge pull request #19906 from bfredl/bigstagebfredl2022-08-24
|\
| * perf(api): allow to use an arena for return valuesbfredl2022-08-23
* | vim-patch:8.2.0522: several errors are not tested for (#19901)zeertzjq2022-08-23
|/
* refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* feat(lua): print source locations of lua callbacks (#19597)ii142022-08-03
* vim-patch:8.1.1763: evalfunc.c is still too big (#17952)Lewis Russell2022-07-24
* vim-patch:8.1.1933: the eval.c file is too big (#19462)zeertzjq2022-07-22
* refactor: replace char_uDundar Goc2022-07-02
* feat(autocmds): retrieve lua callback (#18642)kylo2522022-06-09
* refactor: missing parenthesis may cause unexpected problems (#17443)kylo2522022-05-26
* 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-05
* feat(server): set $NVIM, unset $NVIM_LISTEN_ADDRESS #11009Justin M. Keyes2022-05-03