Commit Graph

  • 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
  • a5bdd64a5e eval: Fix unused variable error in release builds ZyX 2017-01-03 07:14:54 +03:00
  • 492c439c54 clint: Check for misplaced brace at function start ZyX 2017-01-03 07:08:59 +03:00
  • 287c69dd32 clint: Enable check for { positioned at the start of the line correctly ZyX 2017-01-03 06:54:40 +03:00
  • a52238707c eval/encode: Fix 4 new linter failures ZyX 2017-01-03 06:36:58 +03:00
  • ff8944105d eval/typval_encode: Refactor arguments to argument macroses ZyX 2017-01-03 06:35:32 +03:00
  • 5ba24318e2 eval: Do not free partial contents if partial is still referenced ZyX 2017-01-03 04:30:35 +03:00
  • 67b53361ba eval/typval_encode: Rename some \*tv variables ZyX 2017-01-03 04:29:25 +03:00
  • e2d81cc479 eval: Do not free partial lists as lists ZyX 2017-01-03 04:11:34 +03:00
  • 901e7805ee eval: Fix case when cur_mpsv is NULL ZyX 2016-12-26 02:15:45 +03:00
  • 759e736b0a eval/typval_encode: Fix infinite loop ZyX 2016-12-25 23:29:35 +03:00
  • affa3c2baa api/helpers: Fix unused variable error in release build ZyX 2016-12-25 22:09:07 +03:00
  • dd27fcfda5 eval/typval_encode: Fix linter errors ZyX 2016-12-25 21:20:31 +03:00
  • 38ab553eb2 clint: Allow including .c.h files multiple times ZyX 2016-12-25 21:18:04 +03:00
  • 27343bc5b2 eval/typval_encode: Fix crashes ZyX 2016-12-25 21:02:27 +03:00
  • b3163d06b3 eval/typval_encode: Refactor big-big macros into .c.h file ZyX 2016-12-25 20:54:06 +03:00
  • c5c75513b8 eval/typval_encode: Make partial conversions not recursive ZyX 2016-12-25 19:37:13 +03:00
  • bfb5180627 vim-patch:7.4.1889 James McCoy 2017-01-02 07:22:15 -05:00
  • efe1476d42 Merge pull request #5743 from jamessan/na-vim-patches James McCoy 2017-01-02 13:57:26 -05:00
  • af2b5abcd6 lint James McCoy 2017-01-02 07:18:18 -05:00
  • 9264f4cbbb Mark 'execute()' patches applied James McCoy 2017-01-02 07:05:59 -05:00
  • 5b8bdca564 vim-patch:7.4.1861 James McCoy 2017-01-01 22:24:11 -05:00
  • 94a08e8186 vim-patch:7.4.1839 James McCoy 2017-01-01 21:47:50 -05:00
  • be177bce8f vim-patch:7.4.1781 James McCoy 2017-01-02 07:03:03 -05:00
  • 27b5fa59f5 vim-patch:7.4.1656 James McCoy 2017-01-01 21:26:51 -05:00
  • 67d57f6917 version.c: Mark NA patches James McCoy 2016-12-09 09:49:13 -05:00
  • f7639e2490 Merge pull request #5859 from jamessan/vim-7.4.1866 James McCoy 2017-01-02 06:39:47 -05:00
  • 945540b782 vim-patch:7.4.1868 James McCoy 2017-01-01 22:47:55 -05:00
  • 1feaa450cb vim-patch:7.4.1866 James McCoy 2017-01-01 22:34:17 -05:00
  • 6ba3b85382 vim-patch:6f1d9a Shougo Matsushita 2016-12-10 18:49:33 +09:00