aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
| * batch draw :lsBjörn Linse2019-09-01
* | Merge #10906 from janlazo/vim-8.0.1241Justin M. Keyes2019-09-01
|\ \
| * | vim-patch:8.0.1260: using global variables for WaitFor()Jan Edmund Lazo2019-09-01
| * | vim-patch:8.0.1246: popup test has an arbitrary delayJan Edmund Lazo2019-09-01
| * | vim-patch:8.0.1241: popup test is flakyJan Edmund Lazo2019-09-01
| |/
* | vim-patch:8.1.0141: :cexpr no longer jumps to the first error #10901Marco Hinz2019-09-01
* | vim-patch:8.0.1217: remote eval to inspect vars in :debug #10903Jan Edmund Lazo2019-09-01
|/
* vim-patch:8.1.1950: using NULL pointer after an out-of-memory (#10902)Jan Edmund Lazo2019-08-31
* tui/input: remove "cancel paste" logic which should be redundantBjörn Linse2019-08-31
* api: make nvim_put support "\022{NUM}" regtype as returned by getregtype()Björn Linse2019-08-31
* events: loop_schedule() is unclear, rename it loop_schedule_fast()Björn Linse2019-08-31
* tui/input: defer nvim_paste properly.Björn Linse2019-08-31
* vim-patch:8.1.1947: when executing one test the report doesn't show it #10893Daniel Hahler2019-08-30
* vim-patch:8.1.1941: getftype() test fails on Mac #10894Daniel Hahler2019-08-30
* vim-patch:cb00f0393 (#10892)Daniel Hahler2019-08-30
* vim-patch:8.0.0930: terminal buffers are stored in the viminfo file (#10889)Jaskaran Singh2019-08-30
* vim-patch:8.1.0950: using :python sets 'pyxversion' even when not executed (#...Daniel Hahler2019-08-30
* vim-patch:8.1.0212: preferred cursor column not set in interfaces (#10890)Daniel Hahler2019-08-30
* API: nvim_paste: add `crlf` parameterJustin M. Keyes2019-08-30
* Merge pull request #10855 from blueyed/out_data_decide_throttleDaniel Hahler2019-08-30
|\
| * Revisit out_data_decide_throttleDaniel Hahler2019-08-30
* | Merge #10886 from janlazo/vim-8.1.1938Justin M. Keyes2019-08-30
|\ \ | |/ |/|
| * vim-patch:8.1.0233: "safe" argument of call_vim_function() is always FALSEJan Edmund Lazo2019-08-30
| * vim-patch:8.1.1938: may crash when out of memoryJan Edmund Lazo2019-08-29
* | tests: fix Test_tagfiles: use Vim's 'tags' (#10883)Daniel Hahler2019-08-30
|/
* paste: break lines at CR, CRLF #10877Justin M. Keyes2019-08-29
* tests: use runtime from build for doc/tags with :help (#10479)Daniel Hahler2019-08-28
* vim-patch:8.0.0303: shift_delete_registers() #10868Jan Edmund Lazo2019-08-28
* Merge #4448 'paste: redesign'Justin M. Keyes2019-08-28
|\
| * API: TRY_WRAP() for "abort-causing non-exception errors"Justin M. Keyes2019-08-28
| * paste: handle 'nomodifiable'Justin M. Keyes2019-08-27
| * paste: make vim.paste() "public"Justin M. Keyes2019-08-27
| * paste: handle vim.paste() failureJustin M. Keyes2019-08-27
| * paste: tickle cursorJustin M. Keyes2019-08-27
| * paste: implement redo (AKA dot-repeat)Justin M. Keyes2019-08-27
| * paste: insert text "before" cursor in Insert-modeJustin M. Keyes2019-08-27
| * API: nvim_pasteJustin M. Keyes2019-08-27
| * paste: phases, dotsJustin M. Keyes2019-08-27
| * API: nvim_put: "follow" parameterJustin M. Keyes2019-08-27
| * API: nvim_put: always PUT_CURSENDJustin M. Keyes2019-08-27
| * API: nvim_put: Avoid "N more lines" messageJustin M. Keyes2019-08-27
| * paste: edge-case: handle EOL at end-of-bufferJustin M. Keyes2019-08-27
| * paste: use nvim_put()Justin M. Keyes2019-08-27
| * API: nvim_put #6819Justin M. Keyes2019-08-27
| * API: nvim_put #6819: try to fix Insert, VisualBjörn Linse2019-08-27
| * API: nvim_put #6819Björn Linse2019-08-27
| * paste: use chansend() in Terminal-modeJustin M. Keyes2019-08-27
| * paste: fixup testsJustin M. Keyes2019-08-27
| * paste: abort paste if handler does not return trueJustin M. Keyes2019-08-27
| * TUI/paste: always flush on paste mode-changeJustin M. Keyes2019-08-27