aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval
Commit message (Expand)AuthorAge
* refactor(options): remove option type macrosFamiu Haque2023-12-14
* feat(eval): exists() function supports checking v:lua functions (#26485)Raphael2023-12-12
* refactor(options): convert `opt_idx` variables to `OptIndex`Famiu Haque2023-12-09
* refactor(options): reduce `findoption()` usageFamiu Haque2023-12-09
* refactor: format casting of negative number better (#26482)zeertzjq2023-12-09
* Merge pull request #26456 from gpanders/ignore-vim-runtimeGregory Anders2023-12-07
|\
| * fix(terminal): ignore $VIM and $VIMRUNTIME in pty jobsGregory Anders2023-12-07
* | refactor(options): split `get_option_value()` into smaller functionsFamiu Haque2023-12-07
|/
* refactor: object_to_vim() cannot failJustin M. Keyes2023-12-07
* fix(terminal): never propagate $COLORTERM from outer env (#26440)zeertzjq2023-12-07
* fix(json): allow objects with empty keys #25564Emanuel2023-12-06
* vim-patch:8.1.1583: set_ref_in_list() only sets ref in items (#26418)zeertzjq2023-12-06
* refactor(IWYU): fix includes for highlight_group.h (#26340)zeertzjq2023-12-01
* refactor(IWYU): move typedefs out of globals.h (#26322)zeertzjq2023-11-30
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: move hashtab types to hashtab_defs.h (#26262)zeertzjq2023-11-28
* refactor: fix runtime_defs.h (#26259)zeertzjq2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build: enable IWYU on macdundargoc2023-11-27
* build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq2023-11-27
* refactor: remove vim.h from more headers (#26244)zeertzjq2023-11-27
* docs: small fixes (#26154)dundargoc2023-11-27
* refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq2023-11-27
* build(IWYU): replace public-to-public mappings with pragmas (#26237)zeertzjq2023-11-27
* refactor: move garray_T to garray_defs.h (#26227)zeertzjq2023-11-26
* build: rework IWYU mapping filesdundargoc2023-11-25
* vim-patch:8.2.4685: when a swap file is found for a popup there is no dialog ...zeertzjq2023-11-25
* refactor: remove __clang_analyzer__ macrodundargoc2023-11-21
* build: adjust clang-tidy warning exclusion logicdundargoc2023-11-20
* refactor: enable formatting for ternariesdundargoc2023-11-20
* refactor: follow style guidedundargoc2023-11-19
* Merge pull request #25724 from luukvbaal/signmergebfredl2023-11-18
|\
| * refactor(sign): move legacy signs to extmarksLuuk van Baal2023-11-17
* | refactor(grid): make screen rendering more multibyte than ever beforebfredl2023-11-17
* | refactor: iwyu (#26062)zeertzjq2023-11-16
* | refactor: move some functions to winfloat.c (#26020)Raphael2023-11-16
|/
* fix(textformat): remove unnecessary changed_bytes() (#26027)zeertzjq2023-11-13
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* build: remove PVSdundargoc2023-11-12
* refactor: remove redundant castsdundargoc2023-11-11
* 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