aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* vim-patch:7.4.1300KillTheMule2016-04-25
* Merge pull request #4325 from watiko/vim-7.4.984Justin M. Keyes2016-04-25
|\
| * vim-patch:7.4.1093watiko2016-03-02
| * vim-patch:7.4.984watiko2016-03-02
* | Merge #4303 'vim-patch:7.4.{951,1143,1144}'.Justin M. Keyes2016-04-25
|\ \
| * | vim-patch:7.4.1143watiko2016-03-02
| * | vim-patch:7.4.951watiko2016-03-02
| |/
* | Merge pull request #4367 from jbradaric/vim-7.4.1107Justin M. Keyes2016-04-22
|\ \
| * | Merge tempfile.c back into fileio.cJurica Bradaric2016-04-20
| * | vim-patch:7.4.1107Jurica Bradaric2016-04-20
* | | Merge #3229 ':tcd'Justin M. Keyes2016-04-21
|\ \ \
| * | | tcd: doc, error messagesJustin M. Keyes2016-04-21
| * | | Implement tab-local working directory feature.HiPhish2016-04-20
| |/ /
* / / eval: let getreg() return valid list for an undefined registerBjörn Linse2016-04-21
|/ /
* | Merge pull request #4589 from gregorias/patch_1113Justin M. Keyes2016-04-20
|\ \
| * | vim-patch:7.4.1113Grzegorz Milka2016-04-19
* | | v:windowid #4608Rui Abreu Ferreira2016-04-19
|/ /
* | *: Fix preincrement lint errorsZyX2016-04-18
* | eval/encode: Make sure that encoder can encode NULL variablesZyX2016-04-18
* | *: Make set_vim_var_\* functions have proper argument typesZyX2016-04-18
* | eval: Treat [] and [""] as any other empty stringZyX2016-04-18
* | eval: Fix overflow in error message in f_json_decodeZyX2016-04-18
* | eval: Remove assert expressionZyX2016-04-18
* | eval: Do not break when VimVarIndex and vimvars order mismatchesZyX2016-04-18
* | eval: Rename json* functions to json_*ZyX2016-04-18
* | api: Replace set_var(name, NIL) with del_var(name)ZyX2016-04-18
* | eval: Fix QuickBuild failuresZyX2016-04-18
* | eval: Port parts of 7.4.1267 that are not already presentZyX2016-04-18
* | eval: Make assert_true and assert_false accept v:true and v:falseZyX2016-04-18
* | *: Fix linter errorsZyX2016-04-18
* | eval: Remove v:noneZyX2016-04-18
* | eval: Remove get_vim_var_tv functionZyX2016-04-18
* | eval: Move some decoding functions to eval/decode.cZyX2016-04-18
* | eval: Get rid of VV_LEN constantZyX2016-04-18
* | eval: Move encode.c to eval/encode.cZyX2016-04-18
* | eval: Add jsondecode() functionZyX2016-04-18
* | eval: Add special variables v:false, v:null, v:noneZyX2016-04-18
* | eval: Add special variable typeZyX2016-04-18
* | eval: Add jsonencode() functionZyX2016-04-18
* | eval: Split out typval_T dumping functions to nvim/encode.cZyX2016-04-18
* | eval.c: Fix heap corruption error when constructing sourcing_nameoni-link2016-04-17
* | eval.c: Fix cut off of terminal exit messageoni-link2016-04-17
* | Merge pull request #4357 from jbradaric/vim-7.4.1105Justin M. Keyes2016-04-09
|\ \
| * | eval: Fix linter error.Jurica Bradaric2016-02-27
| * | vim-patch:7.4.1105Jurica Bradaric2016-02-27
* | | vim-patch:7.4.1654James McCoy2016-03-30
* | | vim-patch:7.4.1643James McCoy2016-03-30
* | | vim-patch:7.4.1641James McCoy2016-03-30
* | | Proper type checking for set{qf,loc}list()Marco Hinz2016-03-02
| |/ |/|
* | Correct max numbers of args for some functionsMarco Hinz2016-03-01