Commit Graph

  • c55cf5f4c1 eval,lua/converter: Fix problems spotted in review ZyX 2017-12-31 00:50:31 +03:00
  • 46f432074e tests: termclose_spec: fix flaky SIGTERM test #7787 Daniel Hahler 2017-12-29 21:13:21 +01:00
  • a30242d661 Merge pull request #7791 from jamessan/vim-8.0.0608 James McCoy 2017-12-30 10:04:03 -05:00
  • 0d548b73ef scripts/vim-patch.sh: continue when patching with -P fails (#7790) Daniel Hahler 2017-12-30 14:15:51 +01:00
  • 9dc90fcde1 Merge #7782 'Fix TabClose autocommand via close_windows' Justin M. Keyes 2017-12-30 14:12:25 +01:00
  • caf94c72c5 lint James McCoy 2017-12-30 07:56:12 -05:00
  • 697fb05c58 vim-patch:8.0.0608: cannot manipulate other than the current quickfix list James McCoy 2017-12-30 01:17:31 -05:00
  • 5dd2ca767f use snprintf and has_event Daniel Hahler 2017-12-29 20:52:56 +01:00
  • e84e1b68c1 Move applying of TabClosed to win_close_othertab Daniel Hahler 2017-12-29 20:35:52 +01:00
  • 3eaa9a2579 man.vim: always keep the alternate buffer (#7784) Anmol Sethi 2017-12-29 13:00:10 -05:00
  • 5563e808da health.vim: fix $VIRTUAL_ENV validation Justin M. Keyes 2017-12-29 18:35:05 +01:00
  • 49f4358b0a third-party: update deps #7746 Issam Maghni 2017-12-18 19:53:14 -05:00
  • 2c436b3362 Fix TabClose autocommand via close_windows Daniel Hahler 2017-12-29 16:56:14 +01:00
  • ddcfb49262 Merge #7755 Justin M. Keyes 2017-12-28 22:47:46 +01:00
  • eb44519b5d Address PR comments Gabriel Holodak 2017-12-24 12:16:58 -05:00
  • 134c0f0bdb Add functional tests for man highlighting Gabriel Holodak 2017-12-01 01:06:35 -05:00
  • 6740c94562 Add support for escape sequences Gabriel Holodak 2017-11-30 22:15:39 -05:00
  • c28ce5f619 Switch to processing in Lua Gabriel Holodak 2017-11-20 00:19:08 -05:00
  • 0446d4d691 Highlight backspaced characters Gabriel Holodak 2017-11-10 23:27:00 -05:00
  • 061b942dc0 Merge #7771 Justin M. Keyes 2017-12-27 19:30:16 +01:00
  • 2f3e001717 health.vim: minor refactor (group related logic) Justin M. Keyes 2017-12-27 13:53:01 +01:00
  • 341102fe9f health.vim: remove :CheckHealth command Justin M. Keyes 2017-12-27 13:00:58 +01:00
  • 102e0689d8 Merge #7735 'runtime fixes, doc updates' Justin M. Keyes 2017-12-27 12:53:54 +01:00
  • ac2f90f2e1 version.c: update Justin M. Keyes 2017-12-26 03:49:00 +01:00
  • 7773bbd098 vimpatch.lua: automate version.c Justin M. Keyes 2017-12-26 03:38:42 +01:00
  • 903ed09a61 vim-patch.sh: extract list_vimpatch_tokens() Justin M. Keyes 2017-12-16 21:38:53 +01:00
  • 973bd10a12 vim-patch.sh: introduce -V Justin M. Keyes 2017-12-11 01:58:55 +01:00
  • fe60fa9faa doc Justin M. Keyes 2017-12-16 21:33:59 +01:00
  • b6ee90a243 eval: Refactor some potentially dangerous list appends ZyX 2017-12-25 01:44:44 +03:00
  • 6ab5eb347b eval: Remove magic numbers from find_some_match() type argument ZyX 2017-12-25 01:08:58 +03:00
  • bc52ec6110 *: Fix linter errors ZyX 2017-12-24 23:09:26 +03:00
  • 7997147245 eval: Replace some tv_list_item_remove() calls ZyX 2017-12-24 17:52:04 +03:00
  • 2923e8533d unittests: Do gc after reporting error, not before ZyX 2017-12-24 17:42:23 +03:00
  • 32689aa5be unittests: Remove start of trace, not end ZyX 2017-12-24 17:13:42 +03:00
  • 67fa9e5237 eval: Rename tv_list_remove_items() to tv_list_drop_items() ZyX 2017-12-24 16:38:30 +03:00
  • ac55558c97 eval/typval: Make tv_list_item_remove return pointer to the next item ZyX 2017-12-24 02:41:34 +03:00
  • 608c3d7baf eval/typval: Remove tv_list_item_free() as it is unused ZyX 2017-12-24 02:11:46 +03:00
  • 6bf3dc77c4 eval/typval: Make tv_list_item_alloc static ZyX 2017-12-24 01:52:11 +03:00
  • 0c533a488f *: Remove most calls to tv_list_item_alloc ZyX 2017-12-24 01:43:42 +03:00
  • 249bdb07dd Merge #7761 from ZyX-I/fix-7169 Justin M. Keyes 2017-12-24 09:24:39 +01:00
  • 6b45dbca04 mark: Make sure that jumplist item will not have zero lnum ZyX 2017-12-24 00:29:38 +03:00
  • dee78a4095 Merge #7708 from ZyX-I/hide-container-impl Justin M. Keyes 2017-12-23 18:17:01 +01:00
  • ec86f4215f Merge #7646 from bfredl/chan_buffered Justin M. Keyes 2017-12-23 15:49:13 +01:00
  • 61ba3c5e31 provider: delete vimL stderr collector, now that it exists builtin Björn Linse 2017-11-25 10:37:41 +01:00
  • 308dd53783 channel: check for existance before trying to set key Björn Linse 2017-11-27 13:01:49 +01:00
  • 5cb7a709e7 clint: Make linter report line where it found opening brace ZyX 2017-12-23 15:47:23 +03:00
  • d2c01d529f regexp: Fix linter errors ZyX 2017-12-23 15:47:04 +03:00
  • c9ab209f9e Merge branch 'master' into hide-container-impl ZyX 2017-12-23 15:27:42 +03:00
  • eb95b88156 vim-patch:8.0.0315: :help :[range] does not work ckelsel 2017-12-21 18:40:40 +08:00
  • 6c731d33f6 vim-patch:8.0.0314: getcmd*() functions are not tested ckelsel 2017-12-21 18:31:26 +08:00
  • aa951b1489 Merge pull request #7751 from jamessan/vim-8.0.0590 James McCoy 2017-12-19 19:21:30 -05:00
  • 190814bdae vim-patch:8.0.0606: cannot set the context for a specified quickfix list James McCoy 2017-12-19 10:53:59 -05:00
  • cdd86f42cf vim-patch:8.0.0597: off-by-one error in size computation James McCoy 2017-12-19 10:48:31 -05:00
  • 6fcadab3ce vim-patch:8.0.0595: Coverity warning for not checking return value James McCoy 2017-12-19 10:41:50 -05:00
  • 20708a07bf vim-patch:8.0.0590: cannot add a context to locations James McCoy 2017-12-19 08:39:09 -05:00
  • 53a530b2f5 Merge pull request #7747 from jamessan/vim-8.0.0565 James McCoy 2017-12-18 23:52:06 -05:00
  • 4d2d844c12 vim-patch:8.0.0580: cannot set the valid flag with setqflist() James McCoy 2017-12-18 21:40:34 -05:00
  • 9fb7926a0d vim-patch:8.0.0579: duplicate test case for quickfix James McCoy 2017-12-18 21:40:08 -05:00
  • dd27392861 vim-patch:8.0.0574: get only one quickfix list after :caddbuf James McCoy 2017-12-18 21:37:11 -05:00
  • 1b2d386a85 vim-patch:8.0.0565: using freed memory in :caddbuf James McCoy 2017-12-18 21:35:40 -05:00
  • 88863bb6ae Merge pull request #7744 from jamessan/vim-8.0.0517 James McCoy 2017-12-18 21:34:09 -05:00
  • c01a84e344 Updating to latest UNIBILIUM (#7745) Issam Maghni 2017-12-18 18:53:53 -05:00
  • 765ff94b5b vim-patch:8.0.0584: memory leak when executing quickfix tests James McCoy 2017-12-18 14:56:49 -05:00
  • f0bd2bc39a vim-patch:8.0.0536: quickfix window not updated when freeing quickfix stack James McCoy 2017-12-18 14:36:13 -05:00
  • fb8592b7ba vim-patch:8.0.0517: there is no way to remove quickfix lists James McCoy 2017-12-18 14:26:49 -05:00
  • 6b5d92f9e0 Merge pull request #7740 from jamessan/vim-8.0.0404 James McCoy 2017-12-18 07:05:51 -05:00
  • 8536348813 vim-patch:8.0.0484: :lhelpgrep does not fail after a successful one James McCoy 2017-12-17 20:56:01 -05:00
  • ccbf14322a vim-patch:8.0.0404: not enough testing for quickfix James McCoy 2017-12-17 20:51:51 -05:00
  • e6f8b105b0 Merge pull request #7736 from jamessan/vim-8.0.0420 James McCoy 2017-12-17 20:15:12 -05:00
  • cca6d4b267 provider/nodejs: more robust version-check (#7738) Justin M. Keyes 2017-12-18 01:48:30 +01:00
  • 451ff827b8 Merge #7739 'ASAN/LeakSanitizer: ignore loop_schedule_deferred()' Justin M. Keyes 2017-12-18 01:44:22 +01:00
  • 6e0c038a3c ASAN/LeakSanitizer: ignore loop_schedule_deferred() Justin M. Keyes 2017-12-17 22:47:27 +01:00
  • 4a58bd514e Merge pull request #7732 from jamessan/patch-summary James McCoy 2017-12-17 14:10:30 -05:00
  • 2851bb9eff health.vim: mention g:ruby_host_prog #7737 Alex Genco 2017-12-17 08:47:52 -08:00
  • f3d7eeff77 health.vim: Try pyenv root #7341 quinoa42 2017-09-30 16:08:32 -07:00
  • db0685a663 lint James McCoy 2017-12-17 11:17:30 -05:00
  • c162bc6294 vim-patch:8.0.0420: text garbled when the system encoding differs from 'encoding' James McCoy 2017-12-16 21:50:20 -05:00
  • 067bb1e9f4 vim-patch.sh: Include upstream summary in commit message James McCoy 2017-12-16 21:42:08 -05:00
  • be53c209c0 Merge #7706 'ci: nodejs acceptance-test' Justin M. Keyes 2017-12-17 16:10:40 +01:00
  • 103ff26c0a provider/nodejs: check version in Detect() Justin M. Keyes 2017-12-17 15:53:11 +01:00
  • e0054fef7d health.vim: nodejs: skip if nodejs is too old Justin M. Keyes 2017-12-17 15:03:07 +01:00
  • 5b692124cc test: remove inspect test; set NODE_PATH in nodejs_spec.lua Jan Edmund Lazo 2017-12-16 16:29:33 -05:00
  • a1adfdc7d5 ci: nodejs client acceptance-test #7706 Jan Edmund Lazo 2017-11-29 01:50:11 -05:00
  • edccf18df5 eval: Fix some issues found in review ZyX 2017-12-17 15:23:27 +03:00
  • 023631463c functests: Fix linter error ZyX 2017-12-16 16:14:53 +03:00
  • 7f3b9a4acc Merge branch 'master' into hide-container-impl ZyX 2017-12-16 14:27:41 +03:00
  • 76ffe0c5aa eval: Fix linter error ZyX 2017-12-16 14:21:56 +03:00
  • bfb21f3e01 tui: rework deferred-termcodes ... again Justin M. Keyes 2017-12-16 00:38:58 +01:00
  • 7afd26a6d1 Merge pull request #7306 from DarkDeepBlue/vim-8.0.0074 James McCoy 2017-12-15 19:10:25 -05:00
  • 91d3efa35a eval/encode: Avoid unnecessary tv_list_idx_of_item() calls ZyX 2017-12-15 11:40:27 +03:00
  • dcb2780b83 lint James McCoy 2017-12-15 15:57:38 -05:00
  • d5bce42b52 vim-patch:8.0.0074 Michael Schupikov 2017-09-23 09:56:44 +02:00
  • fb07391ce4 window: Fix matchaddpos() and enhance error reporting ZyX 2017-12-15 11:38:34 +03:00
  • c8a5d6181b *: Fix some problems found during review ZyX 2017-12-15 02:39:46 +03:00
  • 6ff13d78b7 Merge #7720 'tui: rework deferred-termcodes implementation' Justin M. Keyes 2017-12-14 00:24:35 +01:00
  • 7164f61850 typval_encode.c.h: avoid -Wnonnull-compare warning (#7712) Justin M. Keyes 2017-12-13 22:22:02 +01:00
  • ed92ece815 tui: defer termcodes using a timer Justin M. Keyes 2017-12-12 20:41:25 +01:00
  • 6b51c72e0c tui: rework deferred-termcodes implementation Justin M. Keyes 2017-12-11 23:05:36 +01:00
  • 6203c23449 pty_process_unix: _exit() on execvp() failure Justin M. Keyes 2017-12-12 01:31:15 +01:00
  • 34057045be ui: forward relevant option updates to UIs (#7520) Björn Linse 2017-12-12 18:23:19 +01:00