aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | Fix warnings: ex_getln.c: init_history(): NP dereference: FP.Eliseo Martínez2015-04-23
| * | Fix warnings: ops.c: op_yank_reg(): Dead assignment: HI.Eliseo Martínez2015-04-23
|/ /
* | Merge PR #2208 'if_python3 support'Thiago de Arruda2015-04-23
|\ \
| * | Improve travis ci scriptShougo Matsushita2015-04-21
| * | Add if_python3 supportShougo Matsushita2015-04-21
| |/
* | Merge pull request #2479 from Pyrohh/contributing-mdMichael Reed2015-04-22
|\ \ | |/ |/|
| * CONTRIBUTING: Mention the wiki's troubleshooting & FAQ articlesMichael Reed2015-04-21
|/
* Change neovim.org references to neovim.ioThiago de Arruda2015-04-19
* 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
| |/
* | 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
|/ /