aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Merge #2418: Remove char_u (4)Eliseo Martínez2015-04-19
|\
| * Refactor after_pathsep() to use const qualified argsMark Bainter2015-04-18
| * Refactor get_env() to respect const qualifierMark Bainter2015-04-18
| * Remove char_u: get_mess_lang()Mark Bainter2015-04-18
| * Remove char_u: set_helplang_default()Mark Bainter2015-04-18
| * Remove char_u: vim_setenv()Mark Bainter2015-04-18
| * Remove char_u: vim_getenv()Mark Bainter2015-04-17
| * Remove char_u: after_pathstep()Mark Bainter2015-04-17
* | Merge pull request #2443 from jszakmeister/fix-more-release-warningsJohn Szakmeister2015-04-18
|\ \
| * | Fix an uninitialized variable warning for call_start.Eliseo Martínez2015-04-18
| * | Fix a couple uninitialized variable warnings in the release build.John Szakmeister2015-04-18
| |/
* | clipboard: cleanup `valid_yank_reg` and use it for `:redir`Björn Linse2015-04-17
* | clipboard: simplify handling of of put in visual mode.Björn Linse2015-04-17
* | ops.c: eliminate unneccesary static variable `y_append`Björn Linse2015-04-17
* | ops.c: eliminate static variable `y_current`Björn Linse2015-04-17
|/
* Eval: do not join a list if it's empty anyway #2441Marco Hinz2015-04-16
* Merge pull request #2353 from jszakmeister/fix-unused-var-warnings-in-releaseJohn Szakmeister2015-04-16
|\
| * Fix several unused variable warnings in the release build.John Szakmeister2015-04-16
* | Merge pull request #2331 from splinterofchaos/serverlistenScott Prager2015-04-14
|\ \
| * | eval: learn serverstart, list, and close().Scott Prager2015-04-14
| * | msgpack_rpc/server.c: Use a garray over a kmap.Scott Prager2015-04-14
| * | Implement os_unsetenv()Rui Abreu Ferreira2015-04-14
* | | channel: recognized nvim-style errorsScott Prager2015-04-13
* | | msgpack: Allow notifications to execute commands.Scott Prager2015-04-13
* | | object_to_vim: Recognize buffers, windows, tabpages.Scott Prager2015-04-13
|/ /
* | deps: Add jemalloc as an optional dependencyThiago de Arruda2015-04-13
* | memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* | memory: Replace klib memory pools by malloc/freeThiago de Arruda2015-04-12
* | eval: Fix memory deallocation of JobEventThiago de Arruda2015-04-12
* | remove char_u: vim_version_dir #2414Mark Bainter2015-04-12
* | refactor remove_tail() function to no longer use char_u #2413Mark Bainter2015-04-12
* | Remove obsolete CENT macro #2397Marco Hinz2015-04-12
* | Refactor default_vim{,runtime}_dir to use char type. #2375Mark Bainter2015-04-12
* | fix: segfault in ml_recover() if swap file not foundJustin M. Keyes2015-04-12
* | fix: segfault in recover_names(): must not concat full pathJustin M. Keyes2015-04-12
* | test: migrate legacy test 78Justin M. Keyes2015-04-12
* | passing-by: mark non-null return; remove invalid OOM check.Justin M. Keyes2015-04-12
* | Expand :profile's filename #2390Marco Hinz2015-04-11
* | Merge pull request #2404 from Pyrohh/coverity-108870Michael Reed2015-04-11
|\ \
| * | coverity/108870: Missing break in switchMichael Reed2015-04-10
* | | coverity/{13738,13739,68853,13717,13720,13716,68854,13718,13721}: FP.Eliseo Martínez2015-04-11
* | | Remove all references to JobActivityMarco Hinz2015-04-11
* | | eval: Fix `jobwait()`Thiago de Arruda2015-04-11
* | | eval: Fix segfault caused by passing invalid callback to jobstartThiago de Arruda2015-04-11
* | | ops.c: cleanup of `get_yank_register`Björn Linse2015-04-11
* | | clipboard: fix "" register not updated when clipboard=unnamedBjörn Linse2015-04-11
* | | clipboard: adjust v:register when clipboard=unnamedBjörn Linse2015-04-11
|/ /
* | Remove unused 'if_[language].txt': ReviewMichael Reed2015-04-10
* | Remove unused 'if_[language].txt': Clean upMichael Reed2015-04-10
* | Bring E319 (cmd not available) in line with E519 (opt not available)Michael Reed2015-04-10