aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/typval.c
Commit message (Expand)AuthorAge
* refactor: make error message definitions constii142023-04-05
* vim-patch:9.0.1380: CTRL-X on 2**64 subtracts two (#22530)zeertzjq2023-03-05
* vim-patch:9.0.0430: cannot use repeat() with a blobzeertzjq2023-02-28
* vim-patch:8.2.3438: cannot manipulate blobszeertzjq2023-02-28
* vim-patch:8.2.2777: Vim9: blob operations not tested in all wayszeertzjq2023-02-28
* vim-patch:8.2.2767: compiler warning for unused argumentzeertzjq2023-02-28
* vim-patch:8.2.2765: Vim9: not all blob operations workzeertzjq2023-02-28
* vim-patch:8.2.2757: Vim9: blob tests for legacy and Vim9 script are separatezeertzjq2023-02-28
* vim-patch:9.0.0196: finding value in list may require a for loopzeertzjq2023-02-27
* vim-patch:8.2.4632: using freed memory in flatten()zeertzjq2023-02-24
* vim-patch:8.2.4629: flattennew() makes a deep copy unnecessarilyzeertzjq2023-02-24
* vim-patch:8.2.4627: flatten() does not use maxdepth correctlyzeertzjq2023-02-24
* vim-patch:8.2.2449: Vim9: flatten() always changes the list typezeertzjq2023-02-24
* refactor: replace char_u with char (#21901)dundargoc2023-02-11
* build: enable MSVC level 3 warnings (#21934)dundargoc2023-02-11
* vim-patch:9.0.1245: code is indented more than necessary (#21998)zeertzjq2023-01-26
* 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