aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | 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
| |/
* | Merge pull request #2411 from bfredl/yankregsBjörn Linse2015-04-17
|\ \
| * | 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
| |/
* | Merge pull request #2406 from Pyrohh/make-use-wildcardMichael Reed2015-04-17
|\ \ | |/ |/|
| * Revert "third-party: temporarily drop back to an old version of the busted spec"Michael Reed2015-04-16
| * contrib/local.mk.example: Misc. improvementsMichael Reed2015-04-16
| * CMakeLists.txt: Remove unneeded globsMichael Reed2015-04-16
| * runtime/doc/Makefile: Use `wildcard`Michael Reed2015-04-16
|/
* Eval: do not join a list if it's empty anyway #2441Marco Hinz2015-04-16
* Travis: Remove unused dependencies #2431grtlr2015-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
* | Remove runtime/tools/ #2426Marco Hinz2015-04-14
* | Merge pull request #2331 from splinterofchaos/serverlistenScott Prager2015-04-14
|\ \
| * | server: add unit testsScott 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
* | | third-party: temporarily drop back to an old version of the busted specJohn Szakmeister2015-04-14
* | | third-party: remove stray argumentJohn Szakmeister2015-04-14
* | | runtime: Handle failures while loading individual remote pluginsThiago de Arruda2015-04-13
* | | travis: Don't use jemalloc for the gcc buildThiago de Arruda2015-04-13
* | | build: Improve GenerateHelptags.cmake failure messageThiago de Arruda2015-04-13
* | | Merge pull request #1446 from splinterofchaos/objScott Prager2015-04-13
|\ \ \ | |/ / |/| |
| * | docs: update for rpcstart('nvim', ['--embed'])Scott Prager2015-04-13
| * | channel: recognized nvim-style errorsScott Prager2015-04-13
| * | msgpack: Allow notifications to execute commands.Scott Prager2015-04-13
| * | msgpack: coerce Ints to Windows/Buffers/TabpagesThiago de Arruda2015-04-13
| * | object_to_vim: Recognize buffers, windows, tabpages.Scott Prager2015-04-13
|/ /
* | Merge PR #2415 'Use jemalloc instead of libc allocator'Thiago de Arruda2015-04-13
|\ \
| * | clint: Add rules to check for memory functions callsThiago de Arruda2015-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
* | tests: Fix test setup/teardown in path_spec.lua #2402David Bürgin2015-04-12
* | Remove obsolete CENT macro #2397Marco Hinz2015-04-12
* | Refactor default_vim{,runtime}_dir to use char type. #2375Mark Bainter2015-04-12
* | Merge pull request #2117 from justinmk/fix1836Justin M. Keyes2015-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 regression: recover_spec.luaJustin M. Keyes2015-04-12
| * | test: helpers.lua: add temporary set_session() functionJustin M. Keyes2015-04-12
| * | test: migrate legacy test 78Justin M. Keyes2015-04-12