Commit Graph

  • 9d2985ecba vim-patch:7.4.1658 James McCoy 2016-11-14 10:19:06 -05:00
  • 4539d867d4 Merge pull request #5603 from jamessan/remove-flaky-term-resize-test James McCoy 2016-11-13 19:54:14 -05:00
  • 5e1dc26f74 test: window_spec: Remove flaky terminal resize test James McCoy 2016-11-13 18:47:03 -05:00
  • 598f5af58b Merge #5582 from justinmk/icm Justin M. Keyes 2016-11-12 13:32:48 +01:00
  • 84eed76b55 CheckHealth: Include v:throwpoint in error message (#5575) Tommy Allen 2016-11-12 05:59:15 -05:00
  • 7e48c23a50 vim-patch:7.4.1634 (#5594) James McCoy 2016-11-12 05:32:23 -05:00
  • c5bc0ea04c vim-patch:7.4.1614 (#5593) James McCoy 2016-11-12 05:30:18 -05:00
  • 05d1211424 Merge pull request #5592 from jamessan/vim-7.4.1591 James McCoy 2016-11-11 16:01:13 -05:00
  • 7baa96b717 vim-patch:7.4.1591 James McCoy 2016-11-11 10:59:01 -05:00
  • ae9a3d3b99 'inccommand': Simplify cursor placement logic. Justin M. Keyes 2016-11-10 18:28:33 +01:00
  • 795f2bb9b9 'inccommand': Restore cursor/view if cancelled. Justin M. Keyes 2016-11-10 15:47:14 +01:00
  • 2e1217da46 'inccommand': buftype=nofile, restore cursor/view Justin M. Keyes 2016-11-09 12:08:49 +01:00
  • 0213e99aaf Merge #5561 'inccommand' Justin M. Keyes 2016-11-09 03:19:22 +01:00
  • aa0e09d251 'inccommand': Preserve curbuf->b_u_newhead. Justin M. Keyes 2016-11-07 22:48:39 +01:00
  • 21dfbfbb9a perf: do_sub(): avoid work, avoid screen updates Justin M. Keyes 2016-11-07 17:37:59 +01:00
  • f3e8ca3bf5 'inccommand': preserve 'modified' Justin M. Keyes 2016-11-06 20:48:12 +01:00
  • ff6ec703d5 'inccommand': Do not trigger during scripts, feedkeys(). Justin M. Keyes 2016-11-07 03:08:31 +01:00
  • 527ba2b12a 'inccommand': test: scripts/feedkeys() should not trigger preview KillTheMule 2016-11-06 16:20:03 +01:00
  • 6a3f8d48d0 'inccommand': rename 'incsubstitute' Justin M. Keyes 2016-11-07 00:59:32 +01:00
  • 1e0e301062 'inccommand': format line numbers as "|123| " Justin M. Keyes 2016-11-07 00:17:57 +01:00
  • 3ccf69c1de 'inccommand': set buffer name to [Preview] Justin M. Keyes 2016-11-07 00:08:23 +01:00
  • d0689eb0b2 'inccommand': disable 'cursorline', 'spell' in preview Justin M. Keyes 2016-11-06 23:58:53 +01:00
  • e31f9007e4 'inccommand': preserve b:changedtick Justin M. Keyes 2016-11-06 16:57:44 +01:00
  • e4e7b2d239 lint Justin M. Keyes 2016-11-06 11:23:40 +01:00
  • c04ffe866d 'inccommand': rework Justin M. Keyes 2016-10-31 03:50:19 +01:00
  • bd33f1165b CheckHealth: ignore non-existing markdownCodeBlock group (#5570) Marco Hinz 2016-11-08 19:01:15 +01:00
  • 3089c86f4e CheckHealth: timeout system() calls (#5565) Tommy Allen 2016-11-08 08:34:03 -05:00
  • 9147331e21 Merge pull request #2905 from bfredl/utf8 Björn Linse 2016-11-05 18:12:14 +01:00
  • 4ab3fe8eaa encoding: update documentation Björn Linse 2016-01-27 12:20:44 +01:00
  • b3ece5c81c encoding: update tests Björn Linse 2015-09-14 13:10:51 +02:00
  • 18f56c8e90 encoding: delete non-UTF-8 implementations of multibyte functions Björn Linse 2015-06-26 12:49:47 +02:00
  • 5072ab9e5b encoding: cleanup mbyte.c given fixed encoding=utf-8 Björn Linse 2015-06-26 12:49:14 +02:00
  • 4804001aff encoding: only allow encoding=utf-8 Björn Linse 2015-06-23 20:48:17 +02:00
  • 32d9c19e29 Health: introduce help links (#5557) Marco Hinz 2016-11-04 11:03:05 +01:00
  • 01f1028496 Merge pull request #5524 from brcolow/vim-7.4.1967 James McCoy 2016-11-02 20:06:23 -04:00
  • b8bb1f6729 vim-patch:7.4.1967 Michael Ennen 2016-10-22 18:16:24 -07:00
  • 9ef4be9aab Merge pull request #5550 from jamessan/big-endian-fixes James McCoy 2016-11-02 20:04:10 -04:00
  • 654e92186b lint James McCoy 2016-10-31 23:33:16 -04:00
  • 9b545dd3db nvim_win_get_number: Use int as rv to fix BE issues James McCoy 2016-10-31 00:02:16 -04:00
  • 37e64d79cc object_to_vim: Fix buffer/window/tabpage conversion on BE systems James McCoy 2016-10-30 23:44:36 -04:00
  • 87ff2682d7 Use int as the standard type for boolean options. James McCoy 2016-10-30 23:18:29 -04:00
  • 349fa0048b Merge #5542 from mhinz/health/clipboard Justin M. Keyes 2016-11-02 12:17:32 +01:00
  • 3a802e3c16 provider/clipboard.vim: never show a warning on sourcing Marco Hinz 2016-10-29 14:35:15 +02:00
  • 797d72a997 health/provider.vim: add clipboard check Marco Hinz 2016-10-29 03:39:29 +02:00
  • 0a1b852cd1 provider/clipboard.vim: refactor Marco Hinz 2016-10-29 02:48:49 +02:00
  • 36c0ec6dd4 tui/suspend_event(): set STDIN to "blocking" Justin M. Keyes 2016-11-02 01:20:16 +01:00
  • d37c2e5dc2 doc: Remove features from vim_diff which have been merged upstream (#5554) James McCoy 2016-10-31 12:26:32 -04:00
  • e427cdf2d4 doc/api: Closes #1842 Justin M. Keyes 2016-10-31 16:16:37 +01:00
  • 859e9fa65f Merge pull request #5527 from brcolow/vim-7.4.1730 James McCoy 2016-10-31 10:13:41 -04:00
  • b172f9904f doc: eval/typval_encode.h Justin M. Keyes 2016-10-31 02:03:37 +01:00
  • ed198737fd Merge #5546 from justinmk/global-ctrlc Justin M. Keyes 2016-10-30 14:20:40 +01:00
  • 49cf0b6ac4 lint Justin M. Keyes 2016-10-29 18:39:58 +02:00
  • 7cd204dbfa ex_global: Catch CTRL-C even if it is mapped. Justin M. Keyes 2016-10-29 17:28:24 +02:00
  • e8c0f90962 Linted KillTheMule 2016-08-23 16:11:26 +02:00
  • 561c1e39e0 Tests for incsubstitution feature KillTheMule 2016-08-12 12:05:18 +02:00
  • 13841a56b4 Incsubsitution feature KillTheMule 2016-08-12 12:00:36 +02:00
  • 6143cfdeec Merge pull request #5543 from jamessan/fix-shada-marks-test James McCoy 2016-10-29 12:49:50 -04:00
  • 3d49fc1f50 CheckHealth: fix check for tmux escape-time (#5545) J Phani Mahesh 2016-10-29 18:18:19 +05:30
  • 93f3896300 test: Fix shada/marks_spec.lua failure James McCoy 2016-10-28 22:32:14 -04:00
  • 242c3d5f0b version bump Justin M. Keyes 2016-10-28 15:02:41 +02:00
  • cc1ec959f1 NVIM v0.1.6 v0.1.6 Justin M. Keyes 2016-10-28 15:01:24 +02:00
  • 5b514b5988 Merge #5535 from justinmk/api_level Justin M. Keyes 2016-10-28 14:53:09 +02:00
  • c5f5f427c6 api: api_info()['version'] Justin M. Keyes 2016-10-26 15:20:00 +02:00
  • fb4d5b0516 CheckHealth: check for sensible.vim Justin M. Keyes 2016-10-28 05:07:51 +02:00
  • f25797f869 api: Nvim version, API level #5386 Rui Abreu Ferreira 2016-09-25 18:46:37 +01:00
  • 90bf31c742 Merge #5500 Justin M. Keyes 2016-10-26 14:01:49 +02:00
  • 26b90e95e7 test: Add missing test from vim-patch:7.4.2312 Justin M. Keyes 2016-10-26 13:53:14 +02:00
  • e350902b7d vim-patch:7.4.2128 (#5517) Michael Ennen 2016-10-26 04:27:00 -07:00
  • 2a6c5bb0c4 modeline: Handle version number overflow. #5450 Florian Larysch 2016-10-08 17:55:55 +02:00
  • 0f32088ea2 vim-patch:7.4.2109 (#5518) Michael Ennen 2016-10-25 12:15:43 -07:00
  • e828a5a76b Merge #5530 from justinmk/checkhealth Justin M. Keyes 2016-10-25 20:42:04 +02:00
  • e8ddbbdf07 list_features(): Hack around infinite loop. Justin M. Keyes 2016-10-25 15:33:57 +02:00
  • c853fd6fab CheckHealth: more checks Justin M. Keyes 2016-10-25 15:28:34 +02:00
  • 714ec09c6d version: Allow has("nvim-x"), has("nvim-x.y") Justin M. Keyes 2016-10-25 13:07:18 +02:00
  • e7e2844d46 version: has("nvim-1.2.3") Justin M. Keyes 2015-05-05 00:15:09 -04:00
  • f6f77272b3 vim-patch:7.4.1782 Michael Ennen 2016-10-23 17:10:14 -07:00
  • f96dfae52f doc; vim-patch.sh Justin M. Keyes 2016-10-19 15:43:04 +02:00
  • fb503d73da Merge #5483 from Shougo/vim-0648142 Justin M. Keyes 2016-10-24 13:17:41 +02:00
  • 6bc0d9b8c7 vim-patch:7.4.1779 Michael Ennen 2016-10-23 17:38:28 -07:00
  • b5dfdf0669 vim-patch:7.4.1742 Michael Ennen 2016-10-23 17:07:36 -07:00
  • 9e5dca8490 vim-patch:7.4.1741 Michael Ennen 2016-10-23 17:04:26 -07:00
  • 763422b036 vim-patch:7.4.1734 Michael Ennen 2016-10-23 16:59:24 -07:00
  • d6e27f90b9 vim-patch:7.4.1730 Michael Ennen 2016-10-23 13:41:51 -07:00
  • 43309d1993 test/api: Specify handling of VimL errors, v:errmsg. Justin M. Keyes 2016-10-23 00:02:22 +02:00
  • d357a42389 Fix lint errors. Grzegorz Milka 2016-10-23 00:56:15 +02:00
  • 9755a2ffd5 vim-patch:7.4.2312 Grzegorz Milka 2016-10-18 02:02:47 +02:00
  • c5c8a82134 vim-patch:7.4.2309 Grzegorz Milka 2016-10-23 00:25:16 +02:00
  • d7b942b54e vim-patch:7.4.2237 Grzegorz Milka 2016-10-23 00:00:47 +02:00
  • fdc48cad7d Merge #5523 from justinmk/test-system Justin M. Keyes 2016-10-23 00:33:51 +02:00
  • 459a6ff058 test: system(): Avoid indeterminism. Justin M. Keyes 2016-10-22 20:40:06 +02:00
  • 8b8db9e158 api: documentation Justin M. Keyes 2016-10-22 18:15:46 +02:00
  • 9ca90fdb9f vim-patch:7.4.2212 Grzegorz Milka 2016-10-18 21:04:57 +02:00
  • 500c485e36 Merge #5499 from tweekmonster/vim-8.0.0041 Justin M. Keyes 2016-10-22 23:36:04 +02:00
  • e62f681d2d vim-patch:7.4.2227 (#5521) Grzegorz 2016-10-22 23:22:50 +02:00
  • f2af6177fb vim-patch:8.0.0043 Tommy Allen 2016-10-17 22:33:14 -04:00
  • d733beb0be vim-patch:8.0.0042 Tommy Allen 2016-10-17 17:18:39 -04:00
  • c377c8be61 vim-patch:8.0.0041 Tommy Allen 2016-10-17 17:16:56 -04:00
  • 31df051ed9 Merge pull request #4568 from bfredl/multirequest Björn Linse 2016-10-22 12:50:50 +02:00
  • f6968dc0f7 api: call multiple methods atomically (useful in async contexts) Björn Linse 2016-04-13 16:37:09 +02:00
  • e904186277 vim-patch: mark applied #5381 Shougo Matsushita 2016-09-24 08:03:06 +09:00