aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | Merge pull request #5862 from jamessan/vim-aa3b15dJames McCoy2017-01-09
|\ \ \ \ \
| * | | | | vim-patch:c95a302James McCoy2017-01-09
| * | | | | vim-patch:7.4.1925James McCoy2017-01-09
| * | | | | vim-patch:82af871James McCoy2017-01-09
| * | | | | vim-patch:aa3b15dJames McCoy2017-01-09
|/ / / / /
* | | | | Merge pull request #5860 from jamessan/vim-7.4.1889James McCoy2017-01-09
|\ \ \ \ \
| * | | | | vim-patch:7.4.1889James McCoy2017-01-02
| |/ / / /
* | | | | process_wait(): Avoid dereference after LOOP_PROCESS_EVENTS. (#5917)Justin M. Keyes2017-01-09
* | | | | Merge #5519 from blueyed/improve-python-health-checkJustin M. Keyes2017-01-09
|\ \ \ \ \
| * | | | | healthcheck: s:download: do not report curl errors (twice)Daniel Hahler2017-01-08
| * | | | | healthcheck: s:check_python: only report latest with good responseDaniel Hahler2017-01-08
| * | | | | healthcheck: python: prefer neovim.VERSIONDaniel Hahler2017-01-08
| * | | | | healthcheck: python: include nvim path for unknown/outdated versionDaniel Hahler2017-01-08
| * | | | | Improve error reporting for Python health checkDaniel Hahler2017-01-08
| * | | | | s:check_python: handle 'pip install --user -e'Daniel Hahler2017-01-08
* | | | | | health: completion for :CheckHealthMarco Hinz2017-01-08
|/ / / / /
* | | | | health: Windows: Handle backslash path separators. (#5914)Justin M. Keyes2017-01-08
* | | | | Merge #5909 from justinmk/win32-xdgJustin M. Keyes2017-01-08
|\ \ \ \ \
| * | | | | test: Windows: Re-enable shada functional testsRui Abreu Ferreira2017-01-08
| * | | | | XDG: Windows: resolve $LOCALAPPDATA, $TEMP (#5278)Rui Abreu Ferreira2017-01-08
|/ / / / /
* | | | | ruby: old versions don't know `gem list -e`Marco Hinz2017-01-08
* | | | | Merge #5079 from ZyX-I/shada-save-current-posJustin M. Keyes2017-01-07
|\ \ \ \ \
| * | | | | clint: Add more exceptions to “space after a cast” ruleZyX2017-01-06
| * | | | | shada: Mark ALWAYS_INLINE function as `inline`ZyX2017-01-06
| * | | | | shada: Move setpcmark()/cleanup_jumplist() out of the cycleZyX2017-01-04
| * | | | | shada: Fix offset savingZyX2017-01-04
| * | | | | shada: Silence linterZyX2017-01-04
| * | | | | shada: Save current cursor position before saving jumpsZyX2017-01-04
* | | | | | Merge #5903 from ZyX-I/fix-5901Justin M. Keyes2017-01-07
|\ \ \ \ \ \
| * | | | | | unittest: Fix linter errorsZyX2017-01-07
| * | | | | | unittest,memory: Fix testsZyX2017-01-07
| * | | | | | memory: Document new additions to memory.hZyX2017-01-07
| * | | | | | memory: Restore entered_free_all_mem functionalityZyX2017-01-07
| * | | | | | eval: Fix failing testZyX2017-01-07
| * | | | | | unittest: Add failing test for freeing dictionaries in a listZyX2017-01-07
| * | | | | | unittest: Add dict_items functionZyX2017-01-07
| * | | | | | eval: Make sure that copyID is reset when neededZyX2017-01-07
| * | | | | | eval/typval_encode.h: Use only a single macros with _INNER[_2] hackZyX2017-01-07
| * | | | | | unittest: Add failing test of freeing listsZyX2017-01-07
| * | | | | | unittest: Allow mocking allocator callsZyX2017-01-07
| | |_|/ / / | |/| | | |
* / | | | | health: refactor s:check_ruby()Marco Hinz2017-01-07
|/ / / / /
* | | | | Merge pull request #5826 from ZyX-I/fix-typval_encodeJames McCoy2017-01-06
|\ \ \ \ \
| * | | | | eval: Fix typoZyX2017-01-07
| * | | | | functests: Add tests for new fixesZyX2017-01-06
| * | | | | eval/typval_encode: Dump empty dictionary before checking for refcycleZyX2017-01-06
| * | | | | eval: Work with reference cycles in partials (self) properlyZyX2017-01-06
| * | | | | eval/typval_encode: Use TYPVAL_ENCODE_CONV_EMPTY_DICT for partialsZyX2017-01-06
| * | | | | eval/typval_encode.h: Remove documentation that is located in *.c.hZyX2017-01-06
| * | | | | *: Remove `// fname()` comments near typval_encode includesZyX2017-01-04
| * | | | | eval/encode: Always check the return value of encode_vim_to_\*ZyX2017-01-04