aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/typval.c
Commit message (Expand)AuthorAge
* 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
* refactor(uncrustify): format all c filesDundar Göc2022-03-10
* refactor(autocmd): simplify check for freed callbackbfredl2022-03-03
* feat(lua): add missing changes to autocmds lost in the rebaseTJ DeVries2022-02-28
* feat(lua): add api and lua autocmdsTJ DeVries2022-02-27
* chore(typval): return NULL over false for pointer return type (#17316)Sean Dewar2022-02-07
* vim-patch:8.2.2324: not easy to get mark en cursor posotion by character countzeertzjq2022-02-06
* refactor: remove unused macrosDundar Göc2021-12-30
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* refactor(misc1): move line_breakcheck family of functions to os/input.cBjörn Linse2021-12-09
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* fix(eval): checking for a non-empty string is too strict (#15987)Fabian2021-10-28
* refactor: reduce number of unique char casts (#15995)dundargoc2021-10-12
* refactor: remove redundant castsDundar Göc2021-10-07
* refactor: remove redundant char casts #15888dundargoc2021-10-04
* Refactor/uncrustify (#15790)dundargoc2021-09-29
* refactor: format #15702dundargoc2021-09-18
* vim-patch:8.2.1866: Vim9: appending to pushed blob gives wrong resultSean Dewar2021-09-16
* vim-patch:8.2.1473: items in a list given to :const can still be modifiedSean Dewar2021-09-16
* vim-patch:8.1.1671: copying a blob may result in it being lockedSean Dewar2021-09-15
* vim-patch:8.1.0802: negative index doesn't work for BlobSean Dewar2021-09-15
* vim-patch:8.1.0798: changing a blob while iterating over it works strangelySean Dewar2021-09-15
* 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
* vim-patch:8.1.1355: obvious mistakes are accepted as valid expressionsSean Dewar2021-09-11