summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/eval_defs.h
AgeCommit message (Expand)AuthorFiles
2026-04-22feat(:restart): v:starttime, v:exitreason #39282Justin M. Keyes1
2026-02-25feat(startup): provide v:argf for file arguments #35889Sanzhar Kuandyk1
2025-11-02vim-patch:9.1.1892: Not possible to know once Vim is done with sourcing vimrc...zeertzjq1
2025-10-04vim-patch:partial:8.1.1939: code for handling v: variables in generic eval fi...Jan Edmund Lazo1
2024-06-27refactor(typval)!: remove distinction of binary and nonbinary stringsbfredl1
2023-12-23refactor(IWYU): move evalarg_T to eval_defs.h (#26716)zeertzjq1
2017-03-29eval: Split eval.c into smaller filesZyX1
2017-03-27ci: Check that `#include "*.h"` works as a single includeEiichi NISHINA1
2017-02-27vim-patch:7.4.2095James McCoy1
2017-02-23eval: Refactor item_lockZyX1
2017-02-14vim-patch:8.0.0297Michael Ennen1
2017-02-14Allow lambdas to be used with jobs, timers and dictwatchers.Michael Ennen1
2017-02-14vim-patch:7.4.2142Michael Ennen1
2017-02-14vim-patch:7.4.2137Michael Ennen1
2017-02-14vim-patch:7.4.2090Michael Ennen1
2017-02-11eval: Add id() function and make printf("%p") return something useful (#6095)Nikolai Aleksandrovich Pavlov1
2016-12-12Fixes.Michael Ennen1
2016-12-12vim-patch:7.4.1836Michael Ennen1
2016-12-12vim-patch:7.4.1559Michael Ennen1
2016-09-28vim-patch:7.4.1648Jurica Bradaric1
2016-07-23vim-patch:7.4.1703James McCoy1
2016-06-24*: Fix linter errorsZyX1
2016-06-24eval: Also make clear_tv non-recursiveZyX1
2016-04-18eval: Change dv_lock type to VarLockStatusZyX1
2016-04-18eval: Remove v:noneZyX1
2016-04-18eval: Add special variables v:false, v:null, v:noneZyX1
2016-04-18eval: Add special variable typeZyX1
2016-01-27eval_defs.h: fix commentJustin M. Keyes1
2016-01-27vim-patch:7.4.698Jurica Bradaric1
2015-12-13eval: Replace internal_refcount hack with proper copyID settingZyX1
2015-11-09eval: Implement dictionary change notificationsThiago de Arruda1
2015-10-08*: Make ShaDa code use VimL values for additional_\* dataZyX1
2015-09-07vim-patch:7.4.609oni-link1
2015-08-02eval: Remove most of msgpack* functions limitationsZyX1
2015-04-02eval: Add internal_refcount field to dict_TThiago de Arruda1
2014-05-15Introduce nvim namespace: Fix define guards.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Fix project-local includes.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Move files.Eliseo Martínez1