aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | vim-patch:220adb1e9f9eJustin M. Keyes2017-04-28
| * | | | | | | | | | | vim-patch:7e1479b86c59Justin M. Keyes2017-04-28
| * | | | | | | | | | | vim-patch:abd468ed0fbcJustin M. Keyes2017-04-28
| * | | | | | | | | | | vim-patch:f37506f60f87Justin M. Keyes2017-04-28
| * | | | | | | | | | | vim-patch:89bcfda6834aJustin M. Keyes2017-04-28
| * | | | | | | | | | | vim-patch:36f44c21da2eJustin M. Keyes2017-04-28
| * | | | | | | | | | | vim-patch:818078ddfbb8Justin M. Keyes2017-04-28
* | | | | | | | | | | | health.vim: syntax/style fixes (#6614)Daniel Hahler2017-04-28
|/ / / / / / / / / / /
* | | | | | | | | | | Merge #6247 'api: nvim_get_mode()'Justin M. Keyes2017-04-28
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | event: Remove "priority" concept.Justin M. Keyes2017-04-28
| * | | | | | | | | | | api/nvim_get_mode: Use child-queue instead of "priority".Justin M. Keyes2017-04-28
| * | | | | | | | | | | input.c: Process only safe events before blocking.Justin M. Keyes2017-04-28
| * | | | | | | | | | | api: nvim_get_mode()Justin M. Keyes2017-04-28
|/ / / / / / / / / / /
* | | | | | | | | | | api/ext_tabline: `curtab` should be a Tabpage handle.Justin M. Keyes2017-04-28
* | | | | | | | | | | Merge #6606 from justinmk/build_stlJustin M. Keyes2017-04-28
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | lintJustin M. Keyes2017-04-28
| * | | | | | | | | | | build_stl_str_hl: Array name should be plural.Justin M. Keyes2017-04-28
|/ / / / / / / / / / /
* | | | | | | | | | | refactor/single-include (#6604)relnod2017-04-27
* | | | | | | | | | | Merge pull request #6600 from jamessan/post-sourcing-filetypeJames McCoy2017-04-27
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | defaults_spec: Test changing :filetype/:syntax in -c, after defaultsJames McCoy2017-04-27
|/ / / / / / / / / / /
* | | | | | | | | | | test: inccommand_spec: Avoid indeterminism. (#6592)Justin M. Keyes2017-04-26
* | | | | | | | | | | Merge #6583 from justinmk/ui-tablineJustin M. Keyes2017-04-26
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | api/ext_tabline: List of Dicts.Justin M. Keyes2017-04-26
| * | | | | | | | | | | api: nvim_ui_attach(): Flatten ext_* options.Justin M. Keyes2017-04-26
| * | | | | | | | | | | api/ui: externalize tablineJustin M. Keyes2017-04-26
| * | | | | | | | | | | api/ui: externalize tablineDongdong Zhou2017-04-26
|/ / / / / / / / / / /
* | | | | | | | | | | tui: Only set cursor color if the highlight group is valid (#6585)James McCoy2017-04-25
* | | | | | | | | | | refactor/single-include (#6586)relnod2017-04-25
* | | | | | | | | | | doc: Revise nvim-from-vim advice (#6505)Drew Neil2017-04-25
* | | | | | | | | | | Merge #6581 from ZyX-I/really-kill-single-includesJustin M. Keyes2017-04-25
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ci: Remove `x` from `test x`ZyX2017-04-24
| * | | | | | | | | | | ci: Source ci/common/test.sh in run_test_wd subshellZyX2017-04-24
| * | | | | | | | | | | ci: Make scripts in common be dash-compatibleZyX2017-04-24
| * | | | | | | | | | | ci: Make $cmd failure fail the build without -o pipefailZyX2017-04-24
| * | | | | | | | | | | ci: Do not use pipefailZyX2017-04-24
| * | | | | | | | | | | ci: Do not accidentally kill something unneededZyX2017-04-24
| * | | | | | | | | | | ci: When using restarting tests kill make with the shellZyX2017-04-24
* | | | | | | | | | | | test/fs: sanity check for literal "~" directory (#6579)Justin M. Keyes2017-04-24
|/ / / / / / / / / / /
* | | | | | | / / / / api/dispatch: Mark generated functions table readonly (#6576)Patrick Jackson2017-04-24
| |_|_|_|_|_|/ / / / |/| | | | | | | | |
* | | | | | | | | | Merge #6569 from justinmk/apierrorJustin M. Keyes2017-04-24
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | api: Do not translate error messages.Justin M. Keyes2017-04-24
| * | | | | | | | | | tui/input.c: Use default 'ttimeoutlen' if option get fails.Justin M. Keyes2017-04-23
| * | | | | | | | | | api_set_error(): renameJustin M. Keyes2017-04-23
| * | | | | | | | | | api/internal: Remove `set` field from Error type.Justin M. Keyes2017-04-23
| * | | | | | | | | | api_clear_error: Skip if error was not set.Justin M. Keyes2017-04-23
| * | | | | | | | | | api_clear_error()Justin M. Keyes2017-04-23
| * | | | | | | | | | api: Do not truncate errors <1 MB. #6237Sander Bosma2017-04-23
| * | | | | | | | | | test: api: Do not truncate errors <1 MB.Justin M. Keyes2017-04-23
|/ / / / / / / / / /
* | | | | | | | | | refactor: Remove unused MAP_IMPL. (#6573)Patrick Jackson2017-04-23
* | | | | | | | | | Merge #6513 from ZyX-I/lazier-arg_errmsg-gettextJustin M. Keyes2017-04-23
|\ \ \ \ \ \ \ \ \ \