Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | api/ext_tabline: List of Dicts. | Justin M. Keyes | 2017-04-26 | |
| * | | | | | | api: nvim_ui_attach(): Flatten ext_* options. | Justin M. Keyes | 2017-04-26 | |
| * | | | | | | api/ui: externalize tabline | Justin M. Keyes | 2017-04-26 | |
| * | | | | | | api/ui: externalize tabline | Dongdong Zhou | 2017-04-26 | |
| * | | | | | | test/fs: sanity check for literal "~" directory (#6579) | Justin M. Keyes | 2017-04-24 | |
* | | | | | | | Merge branch 'master' into option-fixes | Jakob Schnitzer | 2017-04-24 | |
|\| | | | | | | ||||
| * | | | | | | api: Do not translate error messages. | Justin M. Keyes | 2017-04-24 | |
| * | | | | | | api: Do not truncate errors <1 MB. #6237 | Sander Bosma | 2017-04-23 | |
| * | | | | | | test: api: Do not truncate errors <1 MB. | Justin M. Keyes | 2017-04-23 | |
| * | | | | | | Merge #6513 from ZyX-I/lazier-arg_errmsg-gettext | Justin M. Keyes | 2017-04-23 | |
| |\ \ \ \ \ \ | ||||
| | * \ \ \ \ \ | Merge branch 'master' into lazier-arg_errmsg-gettext | ZyX | 2017-04-21 | |
| | |\ \ \ \ \ \ | ||||
| | * | | | | | | | unittests: Add a test for TV_CSTRING | ZyX | 2017-04-14 | |
| * | | | | | | | | Merge #6539 'More cursor shape modes' | Justin M. Keyes | 2017-04-21 | |
| |\ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | tests: detect invalid helpers.sleep | Björn Linse | 2017-04-21 | |
| | * | | | | | | | | ui: use an array for mode styles | Björn Linse | 2017-04-21 | |
| | * | | | | | | | | ui: add tests for new cursor shape modes | Björn Linse | 2017-04-21 | |
| * | | | | | | | | | ex_cmds.c: Fix bug in ex_z (#6557) | sander2 | 2017-04-21 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||
| * | | | | | | | | Merge #6550 from ZyX-I/pvs-check-comment | Justin M. Keyes | 2017-04-20 | |
| |\ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | *: Add comment to all C files | ZyX | 2017-04-19 | |
| | |/ / / / / / / | ||||
| * / / / / / / / | 'scrollback': Allow :setlocal -1 on normal buffers | Justin M. Keyes | 2017-04-20 | |
| |/ / / / / / / | ||||
| * | | | | | | | test: Cursor after `:hi clear|syntax reset` | Justin M. Keyes | 2017-04-17 | |
| * | | | | | | | fold: foldMoveRange(): fix :move bug #6534 | Matthew Malcomson | 2017-04-17 | |
| * | | | | | | | ops: fix i<c-r> with multi-byte text (#6524) | Björn Linse | 2017-04-15 | |
| |/ / / / / / | ||||
| * | | | | | | test: check_cores(): Escape $TMPDIR path. (#6520) | Justin M. Keyes | 2017-04-14 | |
| * | | | | | | win: os_shell_is_cmdexe() + tests | Justin M. Keyes | 2017-04-12 | |
| * | | | | | | win: default shellxescape, shellxquote to empty | Rui Abreu Ferreira | 2017-04-12 | |
| * | | | | | | win: libuv_process_spawn(): special-case cmd.exe | Rui Abreu Ferreira | 2017-04-12 | |
| * | | | | | | win/test: Enable more system() tests | Rui Abreu Ferreira | 2017-04-12 | |
| * | | | | | | win: defaults: 'shellredir', 'shellxquote', 'shellxescape' | Justin M. Keyes | 2017-04-12 | |
| * | | | | | | ci: install Turkish locale and make locale tests more reliable | Björn Linse | 2017-04-11 | |
| * | | | | | | test: helpers.execute() => helpers.feed_command() | Justin M. Keyes | 2017-04-11 | |
| * | | | | | | win/test: Enable recover_spec.lua | Justin M. Keyes | 2017-04-11 | |
| * | | | | | | test: `:file {name}` | Justin M. Keyes | 2017-04-11 | |
| * | | | | | | test/rmdir(): fallback to Nvim delete() | Justin M. Keyes | 2017-04-11 | |
| * | | | | | | test/rmdir(): Remove `readonly` attr on Windows. | Justin M. Keyes | 2017-04-10 | |
| | |_|/ / / | |/| | | | | ||||
| * | | | | | Merge #6479 from bfredl/tolower | Justin M. Keyes | 2017-04-10 | |
| |\ \ \ \ \ | ||||
| | * | | | | | test: add tests for gu/gU behavior in Turkish locale | Björn Linse | 2017-04-10 | |
| * | | | | | | Merge #6488 from ZyX-I/coverity-fixes | Justin M. Keyes | 2017-04-10 | |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||
| | * | | | | | coverity/56795: Fix NULL dereference in :syn keyword non-printable | ZyX | 2017-04-09 | |
| | * | | | | | coverity/13689: Check file header with memcmp | ZyX | 2017-04-09 | |
| | * | | | | | coverity/13688: Check for NUL bytes in salfrom | ZyX | 2017-04-09 | |
| | * | | | | | coverity/13687: Do not allow NUL byte in region names | ZyX | 2017-04-09 | |
| | * | | | | | spellfile: Use old error | ZyX | 2017-04-09 | |
| | * | | | | | coverity/13686: Do not allow NUL byte in precondition regex | ZyX | 2017-04-09 | |
| * | | | | | | Merge branch 'master' into rename-execute | ZyX | 2017-04-09 | |
| |\| | | | | | ||||
| | * | | | | | test/check_cores(): Skip workspace-local temp dir. (#6483) | Justin M. Keyes | 2017-04-09 | |
| | * | | | | | Merge #6439 from ZyX-I/fix-gc-failures | Justin M. Keyes | 2017-04-09 | |
| | |\ \ \ \ \ | ||||
| | | * | | | | | unittests: Move allocating vimconv_T to a function | ZyX | 2017-04-09 | |
| | | * | | | | | unittests: Do not GC typval_T which is owned by a di | ZyX | 2017-04-09 | |
| | | * | | | | | unittests: Do not unref partial which is owned by Callback structure | ZyX | 2017-04-09 |