aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/typval.c
Commit message (Expand)AuthorAge
* 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
* vim-patch:8.2.1961: various comments can be improvedJan Edmund Lazo2020-11-06
* typval: fix incompatibility with vimerw72020-07-23
* Merge pull request #12575 from cbarrete/vim-8.2.0935Matthieu Coudron2020-07-20
|\
| * Fix documentationCédric Barreteau2020-07-20
| * Prevent `flatten` from taking a null listCédric Barreteau2020-07-15
| * vim-patch:8.2.0937: asan failure in the flatten() testCédric Barreteau2020-07-15
| * vim-patch:8.2.0935: flattening a list with existing code is slowCédric Barreteau2020-07-15
* | vim-patch:8.2.0539: comparing two NULL list failsJan Edmund Lazo2020-07-19
|/
* lua: Add ability to pass tables with __callTJ DeVries2020-07-10
* vim-patch:8.2.0111: VAR_SPECIAL is also used for booleansBilly Su2020-06-06