aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* Fix coverity errors in haslocaldir() and getcwd.HiPhish2016-04-27
* Merge pull request #4649 from justinmk/vimpatchesJustin M. Keyes2016-04-27
|\
| * remove disable_char_avail_for_testing()Justin M. Keyes2016-04-26
| * vim-patch:7.4.1092Justin M. Keyes2016-04-25
| * Satisfy the linter.KillTheMule2016-04-25
| * vim-patch:7.4.1300KillTheMule2016-04-25
* | Merge pull request #4593 from ZyX-I/length-functionsJustin M. Keyes2016-04-26
|\ \ | |/ |/|
| * *: Fix linter errorsZyX2016-04-18
| * ex_getln: Make get_histtype return HIST_DEFAULT if neededZyX2016-04-18
| * ex_getln: Make get_histtype accept length argumentZyX2016-04-18
| * keymap: Make replace_termcodes and friends accept length and cpo_flagsZyX2016-04-18
* | 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
| |/ |/|