aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/funcs.c
Commit message (Expand)AuthorAge
* 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
* refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)zeertzjq2023-11-10
* fix(job-control): make jobwait() flush UI after hiding cursor (#25927)zeertzjq2023-11-08
* refactor: the long goodbyedundargoc2023-11-05
* vim-patch:9.0.2070: [security] disallow setting env in restricted mode (#25807)zeertzjq2023-10-28
* fix(terminal): assign channel to terminal earlier (#25771)zeertzjq2023-10-25
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* refactor(options): rename `empty_option` to `empty_string_option`Famiu Haque2023-10-17
* vim-patch:9.0.2033: gcc overflow-warning for f_resolve (#25666)zeertzjq2023-10-16
* refactor: allow not having a `default` case for enumFamiu Haque2023-10-10
* refactor: the long goodbyedundargoc2023-10-09
* refactor(grid): get rid of unbatched grid_puts and grid_putcharbfredl2023-10-06
* feat: ignore swapfile for running Nvim processes #25336Justin M. Keyes2023-10-04
* refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq2023-10-02
* vim-patch:9.0.1962: No support for writing extended attributeszeertzjq2023-09-30
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* docs: fix typos and other small fixes (#25005)dundargoc2023-09-14
* feat(msgpack_rpc): support out-of-order responses on `msgpack-rpc`Alisue2023-08-26
* fix(terminal): set $COLORTERM unconditionally in :terminal (#24763)Gregory Anders2023-08-21
* vim-patch:8.1.2062: the mouse code is spread out (#24817)zeertzjq2023-08-21