aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/funcs.c
Commit message (Expand)AuthorAge
* fix(api/buffer): fix handling of viewport of non-current bufferbfredl2024-03-13
* vim-patch:9.1.0168: too many STRLEN() calls (#27823)zeertzjq2024-03-12
* vim-patch:9.1.0166: Internal error with blockwise getregion() in another buff...zeertzjq2024-03-12
* vim-patch:9.1.0164: Internal error when passing invalid position to getregion...zeertzjq2024-03-11
* vim-patch:9.1.0157: Duplicate assignment in f_getregion() (#27766)zeertzjq2024-03-08
* vim-patch:9.1.0155: can only get getregion() from current buffer (#27757)zeertzjq2024-03-07
* fix(eval): make has('pythonx') work properly (#27739)zeertzjq2024-03-05
* fix(eval): correct failure return value for readfile/blob (#27722)Sean Dewar2024-03-03
* vim-patch:9.1.0142: getregion() can be improved (#27662)zeertzjq2024-02-29
* refactor(metadata): generate all metadata in luabfredl2024-02-28
* vim-patch:9.1.0127: Naming a non-pointer variable "oap" is strangezeertzjq2024-02-23
* vim-patch:9.1.0126: Internal error when using upper-case mark in getregion()zeertzjq2024-02-23
* vim-patch:9.1.0120: hard to get visual region using Vim scriptzeertzjq2024-02-23
* refactor(api): make freeing of return-value opt-in instead of opt outbfredl2024-02-21
* Merge pull request #27511 from bfredl/maparenabfredl2024-02-18
|\
| * refactor(api): use an arena for mappingsbfredl2024-02-18
* | fix(eval): skip over v:lua properly (#27517)zeertzjq2024-02-18
|/
* refactor(eval): use arena when converting typvals to Objectbfredl2024-02-15
* refactor(lua): use Arena when converting from lua stack to API argsbfredl2024-02-13
* refactor(api): make cstr_as_string accept "const char*"bfredl2024-02-09
* vim-patch:9.0.1105: code is indented too much (#27314)zeertzjq2024-02-03
* fix(eval): properly support checking v:lua function in exists() (#27124)Raphael2024-01-22
* vim-patch:9.1.0009: Cannot easily get the list of matches (#27028)zeertzjq2024-01-16
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor(options): use schar_T representation for fillchars and listcharsbfredl2024-01-08
* refactor: follow style guidedundargoc2023-12-30
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq2023-12-21
* refactor: use `bool` to represent boolean valuesdundargoc2023-12-19
* docs: add style rule regarding initializationdundargoc2023-12-18
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* feat(eval): exists() function supports checking v:lua functions (#26485)Raphael2023-12-12
* refactor(options): reduce `findoption()` usageFamiu Haque2023-12-09
* refactor: format casting of negative number better (#26482)zeertzjq2023-12-09
* fix(terminal): ignore $VIM and $VIMRUNTIME in pty jobsGregory Anders2023-12-07
* refactor: object_to_vim() cannot failJustin M. Keyes2023-12-07
* fix(terminal): never propagate $COLORTERM from outer env (#26440)zeertzjq2023-12-07
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: fix headers with IWYUdundargoc2023-11-28
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq2023-11-27
* docs: small fixes (#26154)dundargoc2023-11-27
* build(IWYU): replace public-to-public mappings with pragmas (#26237)zeertzjq2023-11-27
* build: rework IWYU mapping filesdundargoc2023-11-25
* refactor: enable formatting for ternariesdundargoc2023-11-20
* refactor(grid): make screen rendering more multibyte than ever beforebfredl2023-11-17
* build: remove PVSdundargoc2023-11-12
* fix(context): don't crash on invalid arg to nvim_get_context (#25977)zeertzjq2023-11-11
* fix(f_wait): flush UI before blocking (#25962)zeertzjq2023-11-10