Commit Graph

  • 3420bd21e1 provider/perl: add basic tests Jan Edmund Lazo 2020-01-13 19:48:59 -05:00
  • c25b5a1576 remote plugins: add support for perl hosts Jacques Germishuys 2019-11-04 17:33:07 +00:00
  • 4faf30de3e ci/Appveyor: install diffutils via scoop Jan Edmund Lazo 2020-01-12 01:14:43 -05:00
  • 40cc5822b1 ci: install perl provider Jan Edmund Lazo 2020-01-11 13:04:35 -05:00
  • f245c0218a tabpage: "tabnext #" switches to previous tab #11734 butwerenotthereyet 2020-01-20 15:14:51 -08:00
  • ef379d4eaa Merge pull request #11742 from bfredl/shedbike Björn Linse 2020-01-20 20:41:17 +01:00
  • 48a869dc6d shed biking: it's always extmarks, never marks extended Björn Linse 2020-01-20 19:29:12 +01:00
  • 4d4035400e Merge pull request #11715 from teto/fix_fillchar Matthieu Coudron 2020-01-20 18:39:17 +01:00
  • 270cd623ef Merge #11735 ':tabs : show # for previous tabpage' Justin M. Keyes 2020-01-19 22:25:53 -08:00
  • 8e385eb46a tabpage: :tabs indicates previous tabpage's curwin We're Yet 2020-01-18 13:19:56 -08:00
  • 198d94da0b Merge #11737 from janlazo/vim-8.1.2421 Justin M. Keyes 2020-01-19 13:28:50 -08:00
  • 75c2c4e1b4 Merge pull request #11736 from bfredl/tenc Björn Linse 2020-01-19 20:11:19 +01:00
  • b3974e4437 restore old 'termencoding' behavior Björn Linse 2020-01-19 08:48:35 +01:00
  • f5cc5153c6 vim-patch:8.1.2421: test88 is old style Jan Edmund Lazo 2020-01-19 09:14:06 -05:00
  • 4c152be726 fixup! fixup! vim-patch.sh: list related missing Vim patches [ci skip] #11514 Jan Edmund Lazo 2020-01-19 10:05:23 -05:00
  • 58033e15d5 vim-patch:8.1.2031: cursor position wrong when resizing and using conceal Jan Edmund Lazo 2020-01-19 09:44:43 -05:00
  • acaf5d233b Merge #11331 'WinClosed autocmd' Justin M. Keyes 2020-01-18 22:08:49 -08:00
  • b648b38bb1 doc: autocmd.txt Justin M. Keyes 2020-01-18 19:38:48 -08:00
  • 156c25e498 WinClosed: sort auevents.lua; improve tests Justin M. Keyes 2020-01-13 00:19:20 -08:00
  • 2b8e66c6ce autocmd: WinClosed exposes window id as <afile> notomo 2020-01-14 22:34:05 +09:00
  • 757aad92e8 autocmd: add WinClosed event Marcos ALMEIDA 2018-09-29 20:40:53 +02:00
  • fb8b0503ba Merge #11707 from janlazo/vim-8.1.1434 Justin M. Keyes 2020-01-18 16:12:16 -08:00
  • ad35cbca76 vim-patch:8.2.0123: complete_info() does not work when CompleteDone is triggered Jan Edmund Lazo 2020-01-17 23:31:18 -05:00
  • 3d0c3148fb vim-patch:8.1.1139: no test for what is fixed in patch 8.1.0716 Jan Edmund Lazo 2020-01-17 23:14:47 -05:00
  • 9a9bb9186a vim-patch:8.1.0716: get warning message when 'completefunc' returns nothing Jan Edmund Lazo 2020-01-17 22:06:44 -05:00
  • a7aa1fc87d spell: spell_soundfold_sal() is dead code Jan Edmund Lazo 2020-01-16 00:24:26 -05:00
  • 1042338c00 clang/'Logic error': zero-init struct Jan Edmund Lazo 2020-01-16 00:10:16 -05:00
  • d811fab0ad vim-patch:8.2.0120: virtcol() does not check arguments to be valid Jan Edmund Lazo 2020-01-15 22:20:21 -05:00
  • 03da3697a4 vim-patch:8.2.0112: illegal memory access when using 'cindent' Jan Edmund Lazo 2020-01-12 18:40:27 -05:00
  • fd89ad7bfb Merge pull request #11390 from erw7/feature-conpty Björn Linse 2020-01-17 12:59:50 +01:00
  • 1e4f290691 Remove termtype option erw7 2019-11-22 14:01:12 +09:00
  • c86d5fa981 Change to replace stderr with conout erw7 2019-11-22 13:51:14 +09:00
  • 4e06594c53 Add missing include file erw7 2019-11-17 12:20:24 +09:00
  • a5a3d7160d Change option name from termwintype to termtype erw7 2019-11-16 13:55:27 +09:00
  • 8f91d709b0 Rename from os_win_conpty.{c,h} to pty_conpty_win.{c,h} erw7 2019-11-16 13:50:52 +09:00
  • 2c8016c704 Add stdin, stdout replacement functions erw7 2019-11-16 13:45:37 +09:00
  • 60c7eabb2f Change enum to a name that follows naming convention erw7 2019-11-16 13:16:52 +09:00
  • 59ae38a919 Change to use TriState instead of bool erw7 2019-11-16 12:59:07 +09:00
  • b25e42f798 Fix function prototype erw7 2019-11-15 14:42:49 +09:00
  • b4ff583277 Minor changes in reviewer's point erw7 2019-11-15 13:12:48 +09:00
  • 7aff0340e1 Move ConPTY resize to os_win_conpty.c erw7 2019-11-15 13:03:25 +09:00
  • ed37d1081c Change union name from pty_object to object erw7 2019-11-15 12:51:41 +09:00
  • 5355cee77d Change to use ConPTY, if available erw7 2019-11-09 15:46:12 +09:00
  • 8fe0635e73 Merge pull request #11723 from bfredl/nocleareol Björn Linse 2020-01-16 20:35:27 +01:00
  • b4a92aadd2 messages: echo "line1\r\nline2" should not clear line1 Björn Linse 2020-01-16 15:48:42 +01:00
  • 6e78b21623 Merge pull request #11563 from bfredl/mark_madness Björn Linse 2020-01-16 15:31:05 +01:00
  • ca1a00edd6 extmarks/bufhl: reimplement using new marktree data structure Björn Linse 2020-01-14 12:45:09 +01:00
  • 8ba3354d74 api_set_error: include expression with "Failed to evaluate expression" (#11713) Daniel Hahler 2020-01-15 09:08:22 +01:00
  • f86acd213b version.c: update [ci skip] #11689 Marvim the Paranoid Android 2020-01-15 08:59:48 +01:00
  • 53473b3b71 fillchars: fix display on closed fold Matthieu Coudron 2020-01-14 22:51:11 +01:00
  • 55677ddc46 Add new marktree data structure for storing marks Björn Linse 2019-11-15 18:21:45 +01:00
  • 3d1531aee5 API: include invalid buffer/window/tabpage in error message (#11712) Daniel Hahler 2020-01-14 09:21:10 +01:00
  • 9231684986 doc [ci skip] #11656 Justin M. Keyes 2020-01-12 23:41:55 -08:00
  • dfb676fe0d edit.c: Ensure undo sync when emulating <Esc>x #11706 Matthew Malcomson 2020-01-13 01:09:39 +00:00
  • 05ea3c1997 defaults: set fillchars "foldsep" to box line #11702 Matthieu Coudron 2020-01-12 01:36:11 +01:00
  • 1cbe8d6d78 vim-patch:8.0.1593: :qall never exits active :terminal #11704 Jan Edmund Lazo 2020-01-11 19:31:05 -05:00
  • 462ee281b7 vim-patch:8.0.1769: refactor save/restore of viewstate #11701 Jan Edmund Lazo 2020-01-11 16:21:21 -05:00
  • a4d21f0592 vim-patch.sh: fix for bash 4.3 or older #11700 Jan Edmund Lazo 2020-01-11 15:09:54 -05:00
  • 29b1a4761a tabpage: disallow go-to-previous in cmdline-win #11692 butwerenotthereyet 2020-01-09 07:31:16 -08:00
  • 25afa10f92 Merge #11669 'LSP: differentiate diagnostic underline by severity' Justin M. Keyes 2020-01-08 22:48:57 -08:00
  • 0a1c6d9a37 LSP: highlight groups test, doc Justin M. Keyes 2020-01-08 09:46:25 -08:00
  • b6276f5aee Merge #11691 from janlazo/vim-8.2.0099 Justin M. Keyes 2020-01-08 22:13:46 -08:00
  • 8c8681d594 test: hoist buf_lines() Justin M. Keyes 2020-01-08 09:32:49 -08:00
  • 844cd9cef1 test: just say no to hyper-granularity Justin M. Keyes 2020-01-08 09:20:53 -08:00
  • e616ec4394 LSP: differentiate diagnostic underline by severity Alvaro Muñoz 2020-01-03 23:35:09 +01:00
  • 831fa45ad8 API: nvim_get_hl_by_id: omit hl instead of returning -1 #11685 kevinhwang91 2020-01-08 22:19:23 +08:00
  • a91ea02830 version.c: update [ci skip] #11636 Marvim the Paranoid Android 2020-01-08 07:38:10 +01:00
  • 45759e44f9 Remove (void) hacks, Mark unused attrs Jan Edmund Lazo 2020-01-08 01:08:55 -05:00
  • 3d6cca5a9d vim-patch:8.2.0099: use of NULL pointer when out of memory Jan Edmund Lazo 2020-01-07 23:20:35 -05:00
  • e8d61005dc third-party: upgrade libvterm to v0.1.3 (#11678) Daniel Hahler 2020-01-07 20:12:56 +01:00
  • 013436c997 ui_grid_resize: fix resize logic for floating window #11655 Ville Hakulinen 2020-01-07 08:03:15 +02:00
  • 4a7d84ae60 man.vim: workaround for 'cscopetag' #11679 Rob Pilling 2020-01-07 05:57:36 +00:00
  • 83b0054b87 Merge #11674 'vim-patch:8.0.1786,8.1.{851,1308,1309,1579}' Justin M. Keyes 2020-01-06 06:52:52 -08:00
  • 83083dd47b vim-patch:8.1.1309: test for Normal highlight fails on MS-Windows GUI Jan Edmund Lazo 2020-01-05 23:03:51 -05:00
  • 3c764aabb5 vim-patch:8.1.1308: the Normal highlight is not defined when compiled with GUI Jan Edmund Lazo 2020-01-05 22:51:49 -05:00
  • 1aacab49ea vim-patch:8.1.1579: dict and list could be GC'ed while displaying error Jan Edmund Lazo 2020-01-05 10:40:02 -05:00
  • 3a3fb08602 vim-patch:8.1.0851: feedkeys() with "L" does not work properly Jan Edmund Lazo 2020-01-03 22:58:09 -05:00
  • e7d49dc909 vim-patch:8.0.1786: no test for 'termwinkey' Jan Edmund Lazo 2020-01-05 08:17:55 -05:00
  • fa9b057d35 Merge #11670 from janlazo/vim-8.0.1817 Justin M. Keyes 2020-01-04 15:11:56 -08:00
  • d139fb5cd0 vim-patch:8.1.0844: when timer fails test will hang forever Jan Edmund Lazo 2020-01-03 22:48:53 -05:00
  • 25613fa65b vim-patch:8.1.0842: getchar_zero test fails on MS-Windows Jan Edmund Lazo 2020-01-03 22:47:38 -05:00
  • a2554858df vim-patch:8.1.0840: getchar(0) never returns a character in the terminal Jan Edmund Lazo 2020-01-03 22:43:06 -05:00
  • 4c4bcecc4a vim-patch:8.0.1817: a timer may change v:count unexpectedly Jan Edmund Lazo 2020-01-03 20:08:13 -05:00
  • 234232ff4e Merge #11648 from butwerenotthereyet/vim-8.1.0972 Justin M. Keyes 2020-01-03 06:56:47 -08:00
  • a7b6b37519 vim-patch:8.1.0974: cannot switch from terminal window to previous tabpage We're Yet 2020-01-01 10:08:06 -08:00
  • 42aa876488 vim-patch:8.1.0972: cannot switch from terminal window to next tabpage We're Yet 2020-01-01 09:52:13 -08:00
  • c241395b3d LSP: place hover window by vertical space #11657 Ville Hakulinen 2020-01-03 14:39:25 +02:00
  • 94cc8a20b4 vim-patch:8.2.0079: test still fails on MS-Windows #11663 Jan Edmund Lazo 2020-01-03 07:13:45 -05:00
  • 77b61cb0df option: restore termencoding (readonly) #11662 Jan Edmund Lazo 2020-01-03 00:42:52 -05:00
  • 0c436559df Merge pull request #11658 from bfredl/clipstderr Björn Linse 2020-01-02 19:31:49 +01:00
  • 6e3793bf11 clipboard: do not close stderr together with stdout (fixup #11617) Björn Linse 2020-01-02 17:37:39 +01:00
  • cbc8d72fde tabpage: track last-used tabpage #11626 butwerenotthereyet 2020-01-02 06:06:11 -08:00
  • 2c62b2fc56 build.ps1: add "-NoTests" param #11654 KillTheMule 2020-01-02 14:52:18 +01:00
  • 1bf90bf9d3 API: fix crash on copy_object(kObjectTypeWindow) #11651 Ghjuvan Lacambre 2020-01-02 11:00:39 +01:00
  • dc6077535f API: fix crash on copy_object(kObjectTypeWindow) #11651 Ghjuvan Lacambre 2020-01-02 11:00:39 +01:00
  • 67d7906652 clipboard: close stdout when copying via xclip #11617 Jan Edmund Lazo 2020-01-02 03:41:36 -05:00
  • 3917064504 doc: mention *_host_prog ordering sensitivity #11639 William Chargin 2020-01-02 00:38:49 -08:00
  • 8645d480bd Merge pull request #11470 from bfredl/emptytable Björn Linse 2020-01-01 21:03:08 +01:00
  • a495d49012 Merge #11647 from janlazo/vim-8.2.0070 Justin M. Keyes 2020-01-01 11:09:01 -08:00
  • ea4127e9a7 lua: metatable for empty dict value Björn Linse 2019-11-27 20:45:41 +01:00