aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | tchdir: New tab should inherit CWD. (#5227)Alejandro Sanchez2016-09-04
* | | | | vim-patch:7.4.1900 (#5259)Jurica Bradarić2016-09-04
* | | | | signal_init: unblock all signals on startup. #5283Nicolas Hillegeer2016-09-03
* | | | | Merge #5249 'man.vim'Justin M. Keyes2016-09-03
|\ \ \ \ \
| * | | | | man.vim: Avoid hard redraw.Justin M. Keyes2016-09-03
| * | | | | man.vim #5249Anmol Sethi2016-09-03
|/ / / / /
* | | | | Merge pull request #5286 from jamessan/strtoimax-error-checkingJames McCoy2016-09-03
|\ \ \ \ \
| * | | | | Fix error-handling of strtoimax boundary conditionsJames McCoy2016-09-02
* | | | | | lint: Close resource leak (#5288)Patrick Jackson2016-09-03
|/ / / / /
* | | | | helpers.c: Fix invalid state of failed conversion result for object_to_vim() ...oni-link2016-09-01
* | | | | Merge pull request #4934 from bfredl/apiBjörn Linse2016-09-01
|\ \ \ \ \
| * | | | | api: fix leak when a api function is incorrectly called with a list.Björn Linse2016-08-31
| * | | | | api: add tests for calling the api from vimscriptBjörn Linse2016-08-31
| * | | | | api: consistently use nvim_ prefix and update documentationBjörn Linse2016-08-31
| * | | | | api: Allow blacklist functions that shouldn't be accesible from evalBjörn Linse2016-08-31
| * | | | | eval: use gperf to generate the hash of builtin functionsBjörn Linse2016-08-31
| * | | | | api: When calling get/set_lines from vimL, don't convert between "\n" and "\0".Björn Linse2016-08-31
| * | | | | api: unify buffer numbers and window ids with handlesBjörn Linse2016-08-31
| * | | | | api: auto generate api function wrappers for vimlBjörn Linse2016-08-31
| * | | | | api: rename "msgpack_rpc/defs.h" to "api/private/dispatch.h" and use the head...Björn Linse2016-08-31
| * | | | | eval: Use generated hash to look up function listZyX2016-08-31
| * | | | | eval: add new function entriesBjörn Linse2016-08-31
| * | | | | eval: Move VimL functions list to a lua fileZyX2016-08-31
|/ / / / /
* | | | | Merge pull request #5225 from equalsraf/windows-functionaltestsBjörn Linse2016-08-31
|\ \ \ \ \
| * | | | | functionaltest: Create lua helper for os.tmpname()Rui Abreu Ferreira2016-08-31
| * | | | | Mark some functional tests as pending in WindowsRui Abreu Ferreira2016-08-26
| * | | | | Appveyor: Enable functional testsRui Abreu Ferreira2016-08-26
| * | | | | third-party: Windows fix for luv build recipeRui Abreu Ferreira2016-08-26
| * | | | | third-party: Build busted in WindowsRui Abreu Ferreira2016-08-26
| * | | | | Update to libuv 1.9.1Michael Ennen2016-08-26
* | | | | | vim-patch:7.4.1896 (#5258)Jurica Bradarić2016-08-29
* | | | | | signal_init: Always unblock SIGCHLD. (#5243)Justin M. Keyes2016-08-29
* | | | | | Merge pull request #4432 from bfredl/pum_uiBjörn Linse2016-08-29
|\ \ \ \ \ \
| * | | | | | api/ui: add documentation for remote ui redraw eventsBjörn Linse2016-08-29
| * | | | | | api/ui: add tests for popupmenu_external eventsBjörn Linse2016-08-29
| * | | | | | api/ui: use ui options instead of one method per featureBjörn Linse2016-08-29
| * | | | | | api/ui: allow popupmenu to be drawn by external uiBjörn Linse2016-08-29
|/ / / / / /
* / / / / / release.sh: Sign the tag.Justin M. Keyes2016-08-26
|/ / / / /
* | | | | build: Refactor appveyor/Windows scripts (#5244)Rui Abreu Ferreira2016-08-26
* | | | | iconv: Always include errno.h when USE_ICONV is defined (#5251)James McCoy2016-08-25
* | | | | Merge #5210 'vim-patch:7.4.1898 + :Man modifiers support'.Justin M. Keyes2016-08-25
|\ \ \ \ \
| * | | | | man.vim: if reusing a buffer, do not use noautocmdAnmol Sethi2016-08-24
| * | | | | man.vim: slight refactoringAnmol Sethi2016-08-24
| * | | | | use bool type for flag mod_entry_T membersAnmol Sethi2016-08-24
| * | | | | man.vim: set window local options when reusing bufferAnmol Sethi2016-08-24
| * | | | | man.vim: support for command modifiersAnmol Sethi2016-08-24
| * | | | | vim-patch:7.4.1898Anmol Sethi2016-08-24
* | | | | | Merge #5253 'perf: Disable clipboard in do_cmdline()'Justin M. Keyes2016-08-25
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | lintJustin M. Keyes2016-08-25
| * | | | | perf: Disable clipboard in do_cmdline().Justin M. Keyes2016-08-25