Commit Graph

  • 282109c51b vim-patch:82af871 James McCoy 2017-01-01 23:25:03 -05:00
  • 60e306368d vim-patch:aa3b15d James McCoy 2017-01-01 20:48:26 -05:00
  • b260004d65 Merge pull request #5860 from jamessan/vim-7.4.1889 James McCoy 2017-01-09 20:20:03 -05:00
  • 2b56cf099a fix test failure lonerover 2017-01-09 13:06:24 +08:00
  • a584375e9f vim-patch:7.4.2314 lonerover 2017-01-09 12:15:10 +08:00
  • f8f04350bd vim-patch:7.4.2313 lonerover 2017-01-09 12:01:50 +08:00
  • 6f285226a9 vim-patch:7.4.2300 lonerover 2017-01-09 11:00:56 +08:00
  • 7486e7586d vim-patch:7.4.2117 lonerover 2017-01-09 08:41:45 +08:00
  • 94101987a5 process_wait(): Avoid dereference after LOOP_PROCESS_EVENTS. (#5917) Justin M. Keyes 2017-01-09 01:42:58 +01:00
  • 1420e10474 Merge #5519 from blueyed/improve-python-health-check Justin M. Keyes 2017-01-09 00:07:13 +01:00
  • 370379a486 health: completion for :CheckHealth Marco Hinz 2017-01-07 17:36:54 +01:00
  • 35988b93e1 healthcheck: s:download: do not report curl errors (twice) Daniel Hahler 2017-01-08 16:46:15 +01:00
  • 7db0017f4e healthcheck: s:check_python: only report latest with good response Daniel Hahler 2017-01-08 16:42:35 +01:00
  • adf32e1403 healthcheck: python: prefer neovim.VERSION Daniel Hahler 2017-01-08 16:23:13 +01:00
  • 5ce50504f9 healthcheck: python: include nvim path for unknown/outdated version Daniel Hahler 2017-01-08 13:32:55 +01:00
  • 0583ca63a5 Improve error reporting for Python health check Daniel Hahler 2016-10-22 17:35:01 +02:00
  • 339dd4b1fb s:check_python: handle 'pip install --user -e' Daniel Hahler 2016-10-22 17:28:17 +02:00
  • e7b1b5d6ed health: Windows: Handle backslash path separators. (#5914) Justin M. Keyes 2017-01-08 21:26:00 +01:00
  • f5d06c52a2 vim-patch:7.4.2077 rover 2017-01-08 23:12:52 +08:00
  • c2344f3d31 vim-patch:7.4.2075 rover 2017-01-08 21:05:41 +08:00
  • 888cdce3aa vim-patch:7.4.2006 rover 2017-01-07 22:56:51 +08:00
  • 2a366b674a Merge #5909 from justinmk/win32-xdg Justin M. Keyes 2017-01-08 03:57:54 +01:00
  • ae1ba2b2fb test: Windows: Re-enable shada functional tests Rui Abreu Ferreira 2016-08-31 13:18:18 +01:00
  • 32156f06f7 XDG: Windows: resolve $LOCALAPPDATA, $TEMP (#5278) Rui Abreu Ferreira 2016-08-31 12:04:47 +01:00
  • ca7a5c0ce7 ruby: old versions don't know gem list -e Marco Hinz 2017-01-08 00:44:48 +01:00
  • d2f16d534f Merge #5079 from ZyX-I/shada-save-current-pos Justin M. Keyes 2017-01-07 23:15:50 +01:00
  • 50af8e0255 Merge #5903 from ZyX-I/fix-5901 Justin M. Keyes 2017-01-07 23:13:57 +01:00
  • 3967618fa5 unittest: Fix linter errors ZyX 2017-01-07 19:12:18 +03:00
  • dea4bb33dc unittest,memory: Fix tests ZyX 2017-01-07 19:07:32 +03:00
  • 40c76741c1 health: refactor s:check_ruby() Marco Hinz 2017-01-06 16:11:02 +01:00
  • 6f267b3968 memory: Document new additions to memory.h ZyX 2017-01-07 17:58:29 +03:00
  • 35416e89bc memory: Restore entered_free_all_mem functionality ZyX 2017-01-07 17:52:53 +03:00
  • 9a09ffa883 eval: Fix failing test ZyX 2017-01-07 15:54:46 +03:00
  • 88a4820cc9 unittest: Add failing test for freeing dictionaries in a list ZyX 2017-01-07 15:45:27 +03:00
  • 728367a196 unittest: Add dict_items function ZyX 2017-01-07 15:26:34 +03:00
  • a970c1a957 eval: Make sure that copyID is reset when needed ZyX 2017-01-07 15:15:14 +03:00
  • 7d0a892b37 eval/typval_encode.h: Use only a single macros with _INNER[_2] hack ZyX 2017-01-07 14:59:42 +03:00
  • 41cbb7891d unittest: Add failing test of freeing lists ZyX 2017-01-07 14:48:05 +03:00
  • 8fd3d31329 unittest: Allow mocking allocator calls ZyX 2017-01-07 13:52:51 +03:00
  • b4c0c61f5c Merge pull request #5826 from ZyX-I/fix-typval_encode James McCoy 2017-01-06 21:11:33 -05:00
  • dd48d7b94b eval: Fix typo ZyX 2017-01-07 00:17:31 +03:00
  • 527636f158 functests: Add tests for new fixes ZyX 2017-01-06 23:52:31 +03:00
  • 1052009b37 eval/typval_encode: Dump empty dictionary before checking for refcycle ZyX 2017-01-06 23:32:04 +03:00
  • 10c6e68db6 eval: Work with reference cycles in partials (self) properly ZyX 2017-01-06 22:57:34 +03:00
  • 6584fb723a eval/typval_encode: Use TYPVAL_ENCODE_CONV_EMPTY_DICT for partials ZyX 2017-01-06 22:48:50 +03:00
  • 7f11ec00fd eval/typval_encode.h: Remove documentation that is located in *.c.h ZyX 2017-01-06 22:38:46 +03:00
  • 1fee9a7151 eval.c: filter_map(): avoid maybe-uninitialized warning (#5897) Michael Schupikov 2017-01-06 18:23:52 +01:00
  • ffdf1904d6 Merge pull request #5893 from lonerover/vim-7.4.2127 James McCoy 2017-01-06 09:54:40 -05:00
  • f82f27ccec Merge pull request #5892 from lonerover/vim-7.4.2103 James McCoy 2017-01-06 09:47:30 -05:00
  • 6c69bc9788 fix lint error lonerover 2017-01-06 09:25:15 +08:00
  • 23b39ebb24 time.c: os_microdelay(): Let input cancel the delay. #5830 Michael Schupikov 2016-12-26 18:30:10 +01:00
  • afa7f42f77 man.vim: Avoid empty argument when MANWIDTH is set. (#5882) Marcus Fritzsch 2017-01-06 00:20:22 +01:00
  • a1cce83d3c clint: Add more exceptions to “space after a cast” rule ZyX 2017-01-06 01:52:36 +03:00
  • 10d9c6d813 shada: Mark ALWAYS_INLINE function as inline ZyX 2017-01-06 01:47:07 +03:00
  • 1fbee630a8 provider: add Python 3.6 (#5886) Marco Hinz 2017-01-05 21:29:31 +01:00
  • 7a344c795f path.c: vim_FullName(): Fix heap overflow #5737 nfnty 2016-12-11 23:44:54 +01:00
  • 9da9e1c417 vim-patch:7.4.2127 rover 2017-01-05 20:22:07 +08:00
  • 12b50b116f vim-patch:7.4.2110 (#5880) lonerover 2017-01-05 20:55:32 +08:00
  • bef645e5e4 vim-patch:7.4.2103 lonerover 2017-01-05 12:06:09 +08:00
  • e21aef1e10 Merge #5874 from ZyX-I/fix-5482 Justin M. Keyes 2017-01-04 17:34:17 +01:00
  • c93ce07628 *: Remove // fname() comments near typval_encode includes ZyX 2017-01-04 19:04:15 +03:00
  • 358097ac5f eval/encode: Always check the return value of encode_vim_to_\* ZyX 2017-01-04 19:01:04 +03:00
  • 695703ca97 provider/clipboard.vim: fallback if xsel is broken (#5868) Justin M. Keyes 2017-01-04 15:10:31 +01:00
  • ac50971f87 shada: Move setpcmark()/cleanup_jumplist() out of the cycle ZyX 2017-01-04 16:55:28 +03:00
  • ec975a74ad shada: Fix offset saving ZyX 2017-01-04 16:42:43 +03:00
  • 40cedfd0f5 shada: Silence linter ZyX 2016-07-17 19:57:14 +03:00
  • 81ef9f55ae shada: Save current cursor position before saving jumps ZyX 2016-07-17 15:28:14 +03:00
  • 1dc67f4dc8 version.c: update (#5876) Ole Reifschneider 2017-01-04 14:31:23 +01:00
  • 0ce77a744a Merge #5749 from justinmk/test-ctrl-c Justin M. Keyes 2017-01-04 13:32:39 +01:00
  • 24b3b938e8 plugin/shada: Handle NUL characters with intchar correctly ZyX 2017-01-04 15:06:33 +03:00
  • d8a97d7b79 man.vim: do not set ft=man on files with extension man (#5831) Anmol Sethi 2017-01-04 07:01:03 -05:00
  • d82f5d1ba2 plugin/msgpack: Support character constants like '\0' ZyX 2017-01-04 14:53:02 +03:00
  • a934144e04 doc: Document that character constants are supported ZyX 2017-01-04 14:52:13 +03:00
  • 6f9be2464c Merge #5872 justinmk/test_autochdir Justin M. Keyes 2017-01-04 08:24:36 +01:00
  • af828f2257 Merge #5864 from ZyX-I/fix-5857 Justin M. Keyes 2017-01-04 11:54:11 +01:00
  • a63675c384 test/helpers.rmdir(): Windows: Change to top-level dir on failure. Justin M. Keyes 2017-01-04 06:35:21 +01:00
  • e43f7425ee refactor: Remove VimL function test() Justin M. Keyes 2017-01-04 05:32:46 +01:00
  • 097c8dccca refactor: Remove VimL function test_autochdir() Justin M. Keyes 2017-01-04 05:22:32 +01:00
  • c56411ed87 vim-patch:7.4.2043 (#5871) lonerover 2017-01-04 13:16:21 +08:00
  • e03b43bd07 test: skip_fragile(), TEST_SKIP_FRAGILE Justin M. Keyes 2017-01-04 04:10:38 +01:00
  • f4d326cf10 test: ctrl_c_spec Justin M. Keyes 2016-12-10 04:43:34 +01:00
  • 1984e784fb fix lint error lonerover 2017-01-03 15:28:38 +08:00
  • 15259c4b84 clipboard: show error message only once and put in history (#5870) Marco Hinz 2017-01-04 00:45:31 +01:00
  • 9cb31ecdb0 syntax/ruby.vim, perl.vim: Preserve 'foldmethod'. (#5858) Shougo 2017-01-04 07:53:59 +09:00
  • 3c64b814d2 unittests: Fix linter errors ZyX 2017-01-03 23:58:12 +03:00
  • 937b6fac8f unittest: Fix linter errors ZyX 2017-01-03 17:37:18 +03:00
  • b38e725428 unittest: Refactor preprocess.lua ZyX 2017-01-03 16:56:35 +03:00
  • 2151ddbd73 unittest: Move nil checks to Gcc:preprocess ZyX 2017-01-03 16:25:04 +03:00
  • 0d7b779cab unittest: Record previous defines in another place ZyX 2017-01-03 08:57:43 +03:00
  • 410d18ef5c unittest: Allow multiple indirect includes ZyX 2017-01-03 08:46:44 +03:00
  • 136b382e64 tests: Add tests for partials dumping ZyX 2017-01-03 22:51:29 +03:00
  • 3b793d0453 Merge pull request #5835 from lonerover/vim-7.4.1847 James McCoy 2017-01-03 11:36:56 -05:00
  • 17dc20369e fix lint error lonerover 2017-01-03 11:40:27 +08:00
  • 1bea73a21e vim-patch:7.4.1847 lonerover 2016-12-27 11:59:59 +08:00
  • efc624c2fe eval: Fix errorneous early exit when converting lists and dictionaries ZyX 2017-01-03 17:28:57 +03:00
  • f21725946c eval/encode: Fail when stringifying NULL functions ZyX 2017-01-03 16:13:21 +03:00
  • fd9cc8b0b2 automation: Generate API documentation (#5798) Tommy Allen 2017-01-03 07:11:19 -05:00
  • a5f36e24bb vim-patch:7.4.2036 lonerover 2017-01-03 12:19:19 +08:00
  • 06cca5dc59 eval/typval_encode: Handle NULL partials properly ZyX 2017-01-03 07:44:54 +03:00
  • 9c84f3ba3e eval/typval_encode: Provide proper values as dict argument ZyX 2017-01-03 07:41:05 +03:00