aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* vim-patch:7.4.1535 (#5327)davix2016-09-11
* vim-patch:7.4.1533 #5320Wei Huang2016-09-11
* Merge #2789 'system(): Respect shellxescape, shellxquote'Justin M. Keyes2016-09-11
|\
| * shell_escape: rename; refactorJustin M. Keyes2016-09-11
| * system(): Respect 'sxe' and 'sxq' #2789Zhaosheng Pan2016-09-10
* | Merge #5318 from equalsraf/fix-openbsdJustin M. Keyes2016-09-10
|\ \ | |/ |/|
| * Add compiler check for -Wno-static-in-inlineRui Abreu Ferreira2016-09-10
* | eval.c: Fix memory leak for detached pty joboni-link2016-09-08
* | eval.c: Garbage collection frees dictionary before job cleanuponi-link2016-09-08
|/
* shada: Fix non-writeable ShaDa directory handlingZyX2016-09-04
* getcwd(): Return empty string if CWD is invalid. #5292HiPhish2016-09-04
* vim-patch:7.4.1913 (#5260)Jurica Bradarić2016-09-04
* vim-patch:7.4.1971 (#5262)Jurica Bradarić2016-09-04
* test: Add unittest spec for option.c (#5289)Kalle Ranki2016-09-04
* 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 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
* api: fix leak when a api function is incorrectly called with a list.Bjö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
* vim-patch:7.4.1896 (#5258)Jurica Bradarić2016-08-29
* signal_init: Always unblock SIGCHLD. (#5243)Justin M. Keyes2016-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
* 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
|\
| * use bool type for flag mod_entry_T membersAnmol 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
| * | ops.c: Rename start_global_changes().Justin M. Keyes2016-08-25
| |/
* / eval: remove (char_u *) in constant get_dict_(string|number) parametersBjörn Linse2016-08-24
|/
* Merge commit 'refs/pull/upstream/5156'Justin M. Keyes2016-08-22
|\
| * LintingTommy Allen2016-08-17
| * highlight: Added QuickFixLine highlight groupTommy Allen2016-08-17
* | ex_cmds: Factor pieces of functionality out of do_subJames McCoy2016-08-20
* | lintJames McCoy2016-08-20