| Commit message (Expand) | Author | Age |
* | system(), jobstart(): raise error on non-executable #11234 | Daniel Hahler | 2019-12-24 |
* | eval: fix pvs/V1048 | Jan Edmund Lazo | 2019-12-22 |
* | vim-patch:8.2.0030: "gF" does not work on output of "verbose command" | Jan Edmund Lazo | 2019-12-22 |
* | vim-patch:8.2.0019: cannot number of lines of another buffer | Jan Edmund Lazo | 2019-12-20 |
* | vim-patch:8.2.0013: not using a typedef for condstack | Jan Edmund Lazo | 2019-12-16 |
* | Add support for the pum_getpos() API (#11562) | Seth Fowler | 2019-12-16 |
* | Merge remote-tracking branch 'upstream/master' into libcall | James McCoy | 2019-12-15 |
|\ |
|
| * | Add negative test for type of job's env option | James McCoy | 2019-12-12 |
| * | Add os_getfullenv_size/os_copyfullenv | James McCoy | 2019-12-11 |
| * | jobstart now supports env/clear_env | Matthieu Coudron | 2019-12-11 |
| * | API: rename nvim_execute_lua => nvim_exec_lua | Justin M. Keyes | 2019-12-02 |
| * | vim-patch:8.1.2355: test with "man" fails on FreeBSD | Jan Edmund Lazo | 2019-11-30 |
| * | vim-patch:8.1.2348: :const cannot be followed by "| endif" | Jan Edmund Lazo | 2019-11-26 |
| * | Add v:lua.func() vimL syntax for calling lua | Björn Linse | 2019-11-16 |
| * | f_getenv/setenv: Access v_special when v_type is VAR_SPECIAL #11388 | James McCoy | 2019-11-13 |
| * | vim-patch:8.1.2262: unpack assignment in function not recognized | Jan Edmund Lazo | 2019-11-09 |
| * | vim-patch:8.1.2173: searchit() has too many arguments | Jaehwang Jerry Jung | 2019-10-27 |
| * | vim-patch:8.1.2168: heredoc not skipped in if-block #11265 | Marco Hinz | 2019-10-20 |
| * | vim-patch:8.1.1729: heredoc with trim not properly handled in function | Jurica Bradaric | 2019-10-13 |
| * | vim-patch:8.1.1723: heredoc assignment has no room for new features | Jurica Bradaric | 2019-10-13 |
| * | vim-patch:8.1.1625: script line numbers are not exactly right | Jurica Bradaric | 2019-10-13 |
| * | vim-patch:8.1.1585: :let-heredoc does not trim enough | Jurica Bradaric | 2019-10-13 |
| * | fnamemodify: fix handling of :r after :e #11165 | Rob Pilling | 2019-10-10 |
| * | Merge #11077 'vim-patch:8.1.{1354,1356,1362,1588}' | Justin M. Keyes | 2019-10-07 |
| |\ |
|
| | * | vim-patch:8.1.1588: in :let-heredoc line continuation is recognized | Jurica Bradaric | 2019-10-07 |
| | * | vim-patch:8.1.1356: some text in heredoc assignment ends the text | Jurica Bradaric | 2019-10-07 |
| | * | vim-patch:8.1.1354: getting a list of text lines is clumsy | Jurica Bradaric | 2019-10-07 |
| |/ |
|
| * | vim-patch:8.1.2120: some MB_ macros are more complicated than necessary | Jan Edmund Lazo | 2019-10-06 |
| * | vim-patch:8.1.2095: leaking memory when getting item from dict | Jan Edmund Lazo | 2019-10-01 |
| * | cmdline: wildmenumode() should be true with wildoptions+=pum | Björn Linse | 2019-09-28 |
| * | vim-patch:8.1.2055: profile: adjust line format #11058 | Daniel Hahler | 2019-09-21 |
| * | Merge #11060 from janlazo/vim-8.1.1783 | Justin M. Keyes | 2019-09-21 |
| |\ |
|
| | * | vim-patch:8.0.1529: assert_equalfile() does not close file descriptors | Jan Edmund Lazo | 2019-09-21 |
| | * | vim-patch:8.0.1109: timer causes error on exit from Ex mode | Jan Edmund Lazo | 2019-09-21 |
| * | | vim-patch:8.1.0460: assert_fails() message argument #11051 | Jan Edmund Lazo | 2019-09-21 |
| |/ |
|
| * | vim-patch:8.0.1770: assert functions don't return anything | Jan Edmund Lazo | 2019-09-16 |
| * | vim-patch:8.0.1523: cannot write and read terminal screendumps | Jan Edmund Lazo | 2019-09-16 |
* | | libcallnr: Use int, not int64_t, as the return type for Vim compat | James McCoy | 2019-12-15 |
|/ |
|
* | Context: rename "buflist" => "bufs" | Justin M. Keyes | 2019-09-14 |
* | lint | Justin M. Keyes | 2019-09-13 |
* | getdigits: introduce `strict`, `def` parameters | Justin M. Keyes | 2019-09-13 |
* | syntax, TUI: support "strikethrough" | Jaskaran Singh | 2019-09-13 |
* | eval: wait(): always spin up dummy-timer #10990 | Justin M. Keyes | 2019-09-11 |
* | provider: has("python3_dynamic") et al. #10980 | Justin M. Keyes | 2019-09-09 |
* | refactor: allow us to process a child queue only while waiting on input | Björn Linse | 2019-09-08 |
* | Merge #10869 'vim-patch:8.1.{0309,0362,0365,0515,1946}' | Justin M. Keyes | 2019-09-05 |
|\ |
|
| * | vim-patch:8.1.1946: memory error when profiling a function without a script ID | erw7 | 2019-09-04 |
| * | vim-patch:8.1.0515: reloading a script gives errors for existing functions | erw7 | 2019-09-04 |
| * | vim-patch:8.1.0365: function profile doesn't specify where it was defined | erw7 | 2019-09-04 |
| * | vim-patch:8.1.0362: cannot get the script line number when executing a function | erw7 | 2019-09-04 |