aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* | vim-patch:7.4.2219James McCoy2016-08-20
* | vim-patch:7.4.1700James McCoy2016-08-20
* | job control: reuse common job code for rpc jobsBjörn Linse2016-08-20
* | stream: set data together with callbackBjörn Linse2016-08-20
* | build: initialize variable (#5194)Matt Fowles Kulukundis2016-08-19
* | Merge #5198 from equalsraf/windows-path-is-absoluteJustin M. Keyes2016-08-18
|\ \ | |/ |/|
| * path.c: Avoid code duplication for path separator checksRui Abreu Ferreira2016-08-18
| * Windows: Check drive letter in absolute pathsRui Abreu Ferreira2016-08-18
| * Add Windows support to path_is_absolute()Rui Abreu Ferreira2016-08-18
* | vim-patch:7.4.2112 (#5175)Shougo2016-08-17
* | api: handle null string in buffer_add_highlightBjörn Linse2016-08-17
|/
* Windows: get_past_head() (#5199)Rui Abreu Ferreira2016-08-13
* Prevent endless loop in printdigraph(). (#5215)oni-link2016-08-11
* lintJames McCoy2016-08-11
* Restore ":browse oldfiles" behavior from VimJames McCoy2016-08-11
* Re-add support for the :browse command modifierJames McCoy2016-08-11
* timers: do not crash after processing events in the handlerBjörn Linse2016-08-10
* Windows: Don't use literal path separatorsRui Abreu Ferreira2016-08-09
* Set the default value for 'packpath'James McCoy2016-08-08
* Merge #5025 'input.c: Restore double click'Justin M. Keyes2016-08-07
|\
| * lintsach1t2016-08-07