aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* globals: cmd_silent is boolJan Edmund Lazo2018-08-29
* vim-patch:8.1.0214 fixup: remove feature-guardJustin M. Keyes2018-08-28
* vim-patch:8.1.0214 (#8927)Vivek R2018-08-28
* vim-patch:8.0.1242: function argument with only dash is seen as number zeroJan Edmund Lazo2018-08-22
* vim-patch:8.1.0184: not easy to figure out the window layoutJan Edmund Lazo2018-08-15
* vim-patch:8.0.1364: there is no easy way to get the window positionJan Edmund Lazo2018-08-15
* vim-patch:8.1.0262: not enough testing for getftype()Jan Edmund Lazo2018-08-13
* vim-patch:8.0.1630: trimming white space is not that easyJan Edmund Lazo2018-08-13
* eval: match in find_some_match() is boolJan Edmund Lazo2018-08-11
* vim-patch:8.0.1410: hang when using count() with an empty stringJan Edmund Lazo2018-08-09
* vim-patch:8.0.1004: matchstrpos() without a match returns too many itemsJan Edmund Lazo2018-08-08
* Merge #8744 from janlazo/vim-8.0.0890Justin M. Keyes2018-08-08
|\
| * window: no_display in restore_win() is boolJan Edmund Lazo2018-08-07
| * eval: add const to f_gettabvar() variablesJan Edmund Lazo2018-08-06
| * vim-patch:8.0.1160: getting tab-local variable fails after closing windowJan Edmund Lazo2018-08-06
* | Remove all occurences of the mb_ptr2char macroZviRackover2018-08-06
|/
* vim-patch:8.0.0948: crash if timer closes window while dragging status lineJan Edmund Lazo2018-08-05
* eval, ex_getln: Fix incompatible pointer types (#8792)hyatskov2018-08-05
* system(): handle profiling and 'verbose' #8730Marcos Almeida2018-07-29
* vim-patch:8.0.0794: checking translations fails with multiple NLJan Edmund Lazo2018-07-23
* Make "v:errmsg", "v:shell_error" and "v:this_session" distinctShougo Matsushita2018-07-23
* vim-patch: finish port of 8.0.0{654,663,667}Jan Edmund Lazo2018-07-07
* vim-patch:8.0.0593: DRY: setting list/dict return value (#8639)Jan Edmund Lazo2018-06-30
* vim-patch:8.0.0642: writefile() continues after detecting an errorJan Edmund Lazo2018-06-24
* vim-patch:8.0.0548: saving the redo buffer only works one time (#8629)KunMing Xie2018-06-24
* vim-patch:8.0.0535: leak when exiting user function (#8574)KunMing Xie2018-06-24
* *: Replace b_changedtick with new always-inline functionsZyX2018-06-22
* vim-patch:8.0.0542: getpos() can return a negative line number (#8580)Jan Edmund Lazo2018-06-19
* vim-patch:8.0.0547: extra line break in verbosefileJan Edmund Lazo2018-06-18
* vim-patch:8.0.0467: using g< after :for does not show the right outputJan Edmund Lazo2018-06-18
* vim-patch:8.0.0625: shellescape() always escapes a newline (#8573)Jan Edmund Lazo2018-06-17
* Merge #8526 from janlazo/vim-8.0.0451Justin M. Keyes2018-06-16
|\
| * vim-patch:8.0.0451: some macros are in lower caseJan Edmund Lazo2018-06-12
* | screen: use UTF-8 representationBjörn Linse2018-06-13
|/
* vim-patch:8.0.0466: still macros that should be all-caps (#8510)Jan Edmund Lazo2018-06-10
* vim-patch:8.0.0452: some macros are in lower case (#8505)Jan Edmund Lazo2018-06-08
* Merge #8491 from janlazo/vim-8.0.0255Justin M. Keyes2018-06-07
|\
| * vim-patch:8.0.0256: missing changes to one file breaks testJan Edmund Lazo2018-06-07
* | vim-patch:8.0.0254: error message of assert functions (#8488)Jan Edmund Lazo2018-06-07
|/
* cleanupJustin M. Keyes2018-05-18
* do not pass NULL to os_getenvJustin M. Keyes2018-05-18
* timer: make sure to free callback after the last timer due callbackBjörn Linse2018-05-13
* Merge #8329 'API: Make nvim_set_option() update `:verbose set …`'Justin M. Keyes2018-05-11
|\
| * lintb-r-o-c-k2018-05-10
| * api: Make nvim_set_option() update `:verbose set ...`b-r-o-c-k2018-05-03
* | API: better way to capture abort-causing non-exception errorsJustin M. Keyes2018-05-09
* | API: return non-generic VimL errorsJustin M. Keyes2018-05-09
|/
* Merge #8218 'Fix errors reported by PVS'Justin M. Keyes2018-04-27
|\
| * eval: Silence PVS/V547: PVS cannot stand `!known_val` expressionsZyX2018-04-15
| * eval: Fix PVS/V547: skipping is now done using eval0ZyX2018-04-15