aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* Change QUEUE_FOREACH macro to use while instead of forerw72021-03-30
* vim-patch:8.1.0958: compiling weird regexp pattern is very slowJan Edmund Lazo2021-03-29
* floats: add borders (MS-DOS MODE)Björn Linse2021-03-22
* vim-patch:8.2.2341: expresison command line completion incomplete after "g:"Jan Edmund Lazo2021-03-12
* vim-patch:8.2.1507: using malloc() directlyJan Edmund Lazo2021-03-09
* vim-patch:8.2.2070: can't get the exit value in VimLeave(Pre) autocommands (#...Jan Edmund Lazo2021-02-20
* option: use char* for get_option_value() paramJan Edmund Lazo2021-02-07
* eval: use char* for set_var_lval() paramJan Edmund Lazo2021-02-07
* eval: use char* for set_internal_string_var()Jan Edmund Lazo2021-02-07
* eval: ll_range,ll_empty2 members are boolJan Edmund Lazo2021-02-06
* Use abort() instead of assert(false) for things that should never happenJames McCoy2021-01-31
* vim-patch:8.1.1261: no error for quickfix commands with negative rangeerw72021-01-01
* vim-patch:8.1.1727: code for viminfo support is spread outJan Edmund Lazo2020-12-30
* vim-patch:8.2.0928: many type casts are used for vim_strnsave()Jan Edmund Lazo2020-12-27
* vim-patch:8.2.2206: :exe command line completion only works for first argumentJan Edmund Lazo2020-12-25
* refactor: de-curwin-ify update_topline/curs_columnsMatthieu Coudron2020-12-23
* fix: Include auto/config.h before HAVE_* preprocessor checksJames McCoy2020-12-15
* vim-patch:8.2.0602: :unlet $VAR does not work properly (#13238)Sean Dewar2020-12-02
* refactor: pass window to was_set_insecurelyMatthieu Coudron2020-11-23
* eval: use VAR_UNLOCKED enum, not the direct valueJan Edmund Lazo2020-11-21
* vim-patch:8.2.2028: Coverity warns for using an uninitialized variableJan Edmund Lazo2020-11-21
* menu: remove winbar codeJan Edmund Lazo2020-11-20
* Removed restricted mode - Fix #11972georg3tom2020-11-11
* vim-patch:8.2.1901: variable completion does not work in command line windowJan Edmund Lazo2020-10-25
* vim-patch:8.1.1705: using ~{} for a literal dict is not niceJan Edmund Lazo2020-10-07
* vim-patch:8.1.1692: using *{} for literal dict is not backwards compatibleJan Edmund Lazo2020-10-07
* vim-patch:8.1.1686: "*" of "*{" is recognized as multipy operatorJan Edmund Lazo2020-10-07
* vim-patch:8.1.1683: dictionary with string keys is longer than neededJan Edmund Lazo2020-10-07
* vim-patch:8.1.1319: computing function length name in many placesJan Edmund Lazo2020-09-30
* vim-patch:8.2.0824: still not enough memory allocated when converting stringJan Edmund Lazo2020-09-19
* vim-patch:8.2.0817: not enough memory allocated when converting stringJan Edmund Lazo2020-09-19
* buf_attach: fix buffer updates with setline()Björn Linse2020-09-16
* win/env: fix stdpath()/XDG_* initialization, parsing #12829erw72020-09-07
* eval_call_provider(): free unused return value #12819Jacques Germishuys2020-09-01
* vim-patch:8.2.0607: gcc warns for using uninitialized variableJan Edmund Lazo2020-08-19
* vim-patch:8.2.1471: :const only locks the variable, not the value (#12765)Jan Edmund Lazo2020-08-16
* vim-patch:8.2.1379: curly braces expression ending in " }" does not workJan Edmund Lazo2020-08-14
* vim-patch:8.2.1361: error for white space after expression in assignmentJan Edmund Lazo2020-08-14
* vim-patch:8.2.1360: stray error for white space after expressionJan Edmund Lazo2020-08-14
* eval: improve ex_execute (#12445)erw72020-07-20
* vim-patch:8.2.0899: assert_equalfile() does not give a hint about the differenceJan Edmund Lazo2020-07-19
* vim-patch:8.2.0893: assert_equalfile() does not take a third argumentJan Edmund Lazo2020-07-19
* vim-patch:8.1.0819: a failed assert with a long string is hard to readJan Edmund Lazo2020-07-19
* lua: Add ability to pass tables with __callTJ DeVries2020-07-10
* vim-patch:8.1.1372: when evaluating 'statusline' the current window is unknownJan Edmund Lazo2020-07-04
* eval: fix pvs/v547Jan Edmund Lazo2020-06-18
* vim-patch:8.2.0629: setting a boolean option to v:false does not workBilly Su2020-06-06
* vim-patch:8.2.0111: VAR_SPECIAL is also used for booleansBilly Su2020-06-06
* vim-patch:8.1.2335: error message for function arguments may use NULL pointerJan Edmund Lazo2020-06-04
* vim-patch:8.2.0491: cannot recognize a <script> mapping using maparg()Jan Edmund Lazo2020-06-04