aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/typval.c
Commit message (Expand)AuthorAge
* 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
* chore: use codespell to spell check #15016dundargoc2021-07-07
* vim-patch:8.1.0897: can modify a:000 when using a reference (#14902)Jan Edmund Lazo2021-06-26
* vim-patch:8.2.1255: cannot use a lambda with quickfix functionsJan Edmund Lazo2021-06-23
* vim-patch:8.1.1437: code to handle callbacks is duplicatedJan Edmund Lazo2021-06-23
* Add 'FUNC_ATTR_NONNULL_RET' to nonnull alloc funcs (#14559)Jan Edmund Lazo2021-05-15
* vim-patch:8.0.1394: cannot intercept a yank commandJan Edmund Lazo2021-05-13
* luaref: simplify handling of table callables and fix leak in vim.fn.call(table)Björn Linse2021-04-03
* tv_dict_watcher_notify: any_needs_freeDaniel Hahler2021-03-30
* tv_dict_watcher_remove: delay freeing with busy queueDaniel Hahler2021-03-30
* Change QUEUE_FOREACH macro to use while instead of forerw72021-03-30
* Test and initial fix for crash with dictwatcherdelDaniel Hahler2021-03-30
* Use abort() instead of assert(false) for things that should never happenJames McCoy2021-01-31
* Use dict_T to pass env vars to process spawning codeJames McCoy2021-01-31
* eval: executable(), exepath() accept strings onlyJan Edmund Lazo2020-12-11
* vim-patch:8.2.2027: Coverity warnts for uninitialized fieldJan Edmund Lazo2020-11-21