Commit Graph

  • 39f802bef4 Merge pull request #12416 from teto/openbsd_fix Matthieu Coudron 2020-06-06 02:06:40 +02:00
  • 33dafc4f0f Merge pull request #12413 from janlazo/vim-8.2.0089 Matthieu Coudron 2020-06-06 02:05:49 +02:00
  • fca471d8e2 Merge pull request #12411 from kuuote/fix-remote-plugin-command Matthieu Coudron 2020-06-06 01:39:12 +02:00
  • d14298a1f0 test: remove flaky unhelpful test TJ DeVries 2020-05-31 20:37:43 -04:00
  • c4888b2bde ci: bump openbsd image 6.5 -> 6.7 Matthieu Coudron 2020-06-01 01:02:52 +02:00
  • 9538a7895c vim-patch:8.2.0905: test coverage could be better Jan Edmund Lazo 2020-06-04 21:08:33 -04:00
  • 0fa2aefb61 vim-patch:8.2.0892: ubsan warns for undefined behavior Jan Edmund Lazo 2020-06-03 23:22:23 -04:00
  • ed85d68123 vim-patch:8.1.2335: error message for function arguments may use NULL pointer Jan Edmund Lazo 2020-06-03 02:59:33 -04:00
  • 909af2f3f1 vim-patch:8.2.0491: cannot recognize a <script> mapping using maparg() Jan Edmund Lazo 2020-06-03 01:36:26 -04:00
  • f85bf6ec37 vim-patch:8.2.0873: a .jl file can be sawfish (lisp) or Julia Jan Edmund Lazo 2020-06-02 23:52:41 -04:00
  • 44531928b3 vim-patch:8.1.2018: using freed memory when out of memory and displaying message Jan Edmund Lazo 2020-05-31 17:01:28 -04:00
  • 310a56d0a0 vim-patch:8.1.1895: using NULL pointer when out of memory Jan Edmund Lazo 2020-05-31 16:17:45 -04:00
  • 64a2884d4c vim-patch:8.0.1564: too many #ifdefs Jan Edmund Lazo 2020-05-31 15:53:37 -04:00
  • 2298350884 vim-patch:8.1.0917: double free when running out of memory Jan Edmund Lazo 2020-05-31 14:58:46 -04:00
  • f5c1314cb0 vim-patch:8.2.0089: crash when running out of memory in :setfiletype completion Jan Edmund Lazo 2020-05-31 12:06:47 -04:00
  • dd4018947c lsp: do not process diagnostics for unloaded buffers (#12440) TJ DeVries 2020-06-04 19:37:38 -04:00
  • b7f3f11049 lsp: compute height of floating preview correctly for wrapped lines (#12380) Christian Clason 2020-06-04 20:23:03 +02:00
  • 6f4f38cd54 lsp: Add check for declaration and typeDefinition support in vim lsp server before making request (#12421) Dheepak Krishnamurthy 2020-06-04 06:52:44 -06:00
  • ac5a3f2c56 lua: fix behavior when split empty string (#12429) notomo 2020-06-04 21:48:48 +09:00
  • b807de36d4 build: match WSL2 kernel name (#12425) Luis Hagenauer 2020-06-04 14:07:09 +02:00
  • 96568d5b07 Merge pull request #12343 from ndreas/fix/lsp-multibyte-indexing Hirokazu Hata 2020-06-04 12:16:42 +09:00
  • 6b949211a0 treesitter: update runtime Thomas Vigouroux 2020-06-03 21:33:34 +02:00
  • 6a93077475 treesitter: fix tests Thomas Vigouroux 2020-06-03 19:58:02 +02:00
  • 8a1276005a Add v:event.visual during TextYankPost (#12382) Christian Clason 2020-06-03 16:51:25 +02:00
  • 60c581b35d lua: fix infinite loop for vim.split on empty string (#12420) notomo 2020-06-03 08:31:43 +09:00
  • 662688817b treesitter: enhance script and add README Thomas Vigouroux 2020-06-02 22:32:49 +02:00
  • f5fbe8e3b5 treesitter: add update script and update runtime Thomas Vigouroux 2020-06-02 22:16:54 +02:00
  • 8349192503 treesitter: update runtime Thomas Vigouroux 2020-05-15 12:23:26 +02:00
  • 91e41c8576 lua: add vim.highlight.range (#12401) Christian Clason 2020-05-31 20:56:00 +02:00
  • ed815c61fd vim-patch.sh: fix bash version-check message #12398 Poh Zi How 2020-06-01 01:27:05 +08:00
  • 89123017b8 test: rewrite to multiple arguments kuuote 2020-06-01 00:10:17 +09:00
  • 7124c0e5ac runtime: fix remote plugin command fails at some case kuuote 2020-05-31 20:21:58 +09:00
  • 4b87248285 vim-patch:8.2.0843: filetype elm not detected (#12403) Jan Edmund Lazo 2020-05-30 18:06:23 -04:00
  • b8e2cd4f60 Merge pull request #12348 from tjdevries/luawait TJ DeVries 2020-05-30 12:56:02 -04:00
  • be662fe5c7 lua: vim.wait implementation TJ DeVries 2020-05-20 11:08:19 -04:00
  • 504d6878da lua: vim.wait initial outline Björn Linse 2019-11-06 19:23:24 +01:00
  • 7d8dc4c331 provider: Fix ruby checkhealth error for Windows (#12400) BusyBruce 2020-05-30 20:29:24 +08:00
  • 977c0f292f API: nvim_create_buf: unset 'modeline' in scratch-buffer #12379 Justin M. Keyes 2020-05-29 18:45:32 +02:00
  • 5a9226c800 lua: simple snippet support in the completion items (#12118) Viktor Kojouharov 2020-05-28 14:31:56 +02:00
  • 2ca8f02a64 lsp: add preview_location util function (#12368) Christian Clason 2020-05-26 15:07:10 +02:00
  • 15b762761a lsp: make the command error message more detailed (#11633) Hirokazu Hata 2020-05-26 21:55:45 +09:00
  • 618e9a7692 Merge pull request #11803 from erw7/virtual-terminal-input Matthieu Coudron 2020-05-26 11:03:50 +02:00
  • e01fc33515 [squash] fix comment [skip ci] erw7 2020-05-26 17:23:04 +09:00
  • bb2be0de38 deps: update libuv erw7 2020-02-02 17:02:48 +09:00
  • 57a4f8905b win/TUI: enable mouse on ConEmu and vtpcon without vti erw7 2019-01-20 15:31:32 +09:00
  • 29f1e1995d win: use virtual terminal input (VTI) if available #11803 erw7 2020-02-02 11:38:56 +09:00
  • 8c588246a5 Merge pull request #10905 from erw7/vim-8.1.0475 Matthieu Coudron 2020-05-25 14:01:36 +02:00
  • a532fb2cf4 eval: fix problem with free_unref_funccal not being called erw7 2020-04-29 17:25:20 +09:00
  • c3dab08c8f vim-patch:8.1.1485: double free when garbage_collect() is used in autocommand erw7 2019-09-06 12:38:52 +09:00
  • 0cab85df4d vim-patch:8.1.1484: some tests are slow Daniel Hahler 2019-06-17 17:11:41 +02:00
  • e6e6affc0e nvim_input: add test erw7 2020-05-25 14:57:44 +09:00
  • 237c9da666 input: fix stack overflow erw7 2020-05-25 12:48:17 +09:00
  • b996205969 Merge pull request #12367 from h-michael/lsp-log Hirokazu Hata 2020-05-25 11:56:42 +09:00
  • 37ee95504e vim-patch:8.0.1668: terminal debugger: can't re-open source code window (#12329) Jan Edmund Lazo 2020-05-24 14:46:41 -04:00
  • e89462d985 vim-patch:8.1.2233: cannot get the Vim command line arguments (#12117) kuuote 2020-05-25 03:45:25 +09:00
  • 97bcab8f5e Merge pull request #12327 from janlazo/vim-8.2.0766 Matthieu Coudron 2020-05-23 14:33:33 +02:00
  • e0e5ada2bf lsp: change log name to "lsp.log" from "vim-lsp.log" Hirokazu Hata 2020-05-23 15:01:08 +09:00
  • ef8f965c64 doc: Add optional d for :lcd and :tcd (#12359) Austin Traver 2020-05-22 18:35:40 -07:00
  • 0666b23d65 vim-patch:8.2.0810: error when appending "tagfile" to 'wildoptions' Jan Edmund Lazo 2020-05-22 19:59:28 -04:00
  • 9a8efec8fb vim-patch:8.2.0037: missing renamed message Jan Edmund Lazo 2020-05-17 19:39:04 -04:00
  • 30ec3a067b vim-patch:8.2.0036: not enough test coverage for match functions Jan Edmund Lazo 2020-05-17 19:28:54 -04:00
  • 9cdea8148c vim-patch:8.1.2228: screenpos() returns wrong values when 'number' is set Jan Edmund Lazo 2020-05-17 17:33:27 -04:00
  • 63966a9ec2 vim-patch:8.2.0766: display error when using 'number' and 'breakindent' Jan Edmund Lazo 2020-05-16 10:02:38 -04:00
  • 04a0486c66 Change uri_to_fname to not convert non-file URIs (#12351) Mathias Fußenegger 2020-05-21 18:17:21 +02:00
  • ce3db4648a Merge pull request #12352 from jamessan/fix/hang-headless-mode James McCoy 2020-05-21 07:39:22 -04:00
  • f558af8b18 fixed hang issue with --headless and -r option specified (#12209) Kei Kamikawa 2020-05-20 23:32:02 +09:00
  • 044eb56ed2 LSP: Don't swallow bufnr argument from callbacks (#12350) Mathias Fußenegger 2020-05-21 03:18:35 +02:00
  • c6dc397801 fixed hang issue with --headless and -r option specified (#12209) Kei Kamikawa 2020-05-20 23:32:02 +09:00
  • 7116105d66 provider: Add python3.9 to autoload/provider/pythonx.vim (#12344) Faris A Chugthai 2020-05-20 07:57:46 -04:00
  • 67eb3bfbc3 Add tests for jump_to_location Andreas Johansson 2020-05-19 08:51:10 +02:00
  • 0aca34e0a9 Use get_line_byte_from_position in jump_to_location Andreas Johansson 2020-05-19 08:50:31 +02:00
  • 131063e08f Refactor fetching the line byte Andreas Johansson 2020-05-19 08:49:13 +02:00
  • 74fed7d50f Merge pull request #12338 from h-michael/fix-flaky Hirokazu Hata 2020-05-19 10:18:05 +09:00
  • 5126546ed7 lsp: fix get diagnositcs Mike Hartington 2020-05-18 21:06:30 -04:00
  • eabf1803cd test: fix flaky vim.defer_fn test Hirokazu Hata 2020-05-19 00:02:14 +09:00
  • f2894bffb0 lua: Add highlight.on_yank (#12279) Christian Clason 2020-05-18 15:49:50 +02:00
  • a6be7a9180 doc: Vim internal variables & options in lua (#12302) TJ DeVries 2020-05-17 23:29:34 -04:00
  • a91ce497b4 lsp: Fix timezone format of LSP log (ISO 8601) (#12332) Eisuke Kawashima 2020-05-18 09:12:22 +09:00
  • 4fbbe1c957 lsp: Handle end lines in apply_text_edits (#12314) Andreas Johansson 2020-05-17 19:47:14 +02:00
  • ae5bd0454e lua: add tbl_deep_extend (#11969) Hirokazu Hata 2020-05-18 02:24:34 +09:00
  • 090d3c2813 matchdelete: fix porting (#12328) Shougo 2020-05-17 20:55:10 +09:00
  • d7d69fed18 vim-patch:8.1.1084: cannot delete a match from another window (#12325) Shougo 2020-05-16 22:25:51 +09:00
  • f3d0a1741e Merge pull request #12324 from alindeman/nil-code-actions Hirokazu Hata 2020-05-16 11:58:54 +09:00
  • 986bed2329 Check for nil before checking for empty table Andy Lindeman 2020-05-15 21:34:28 -04:00
  • f559e5249e LSP: Add textDocument/codeAction support (#11607) Jesse 2020-05-16 01:18:59 +02:00
  • c37d9fa3da Merge pull request #11764 from blueyed/vim-patch-usage James McCoy 2020-05-15 10:45:10 -04:00
  • e2a33a6622 Merge pull request #12259 from janlazo/vim-8.1.1186 James McCoy 2020-05-15 10:36:32 -04:00
  • da6f38ab3c LSP: Add workspace.applyEdit client capabilities (#12313) Mathias Fußenegger 2020-05-14 18:56:33 +02:00
  • 02155f5c10 lsp: fix bug when documentEdit version=null for unattached buffer (#12272) landerlo 2020-05-14 04:14:52 +01:00
  • 076b0949d0 vim-patch:8.2.0736: some files not recognized as pamenv Jan Edmund Lazo 2020-05-11 23:56:53 -04:00
  • adcabb73bc vim-patch:8.2.0309: window-local values have confusing name Jan Edmund Lazo 2020-05-10 23:36:05 -04:00
  • 801c8e06d6 vim-patch:8.2.0308: 'showbreak' does not work for a very long line Jan Edmund Lazo 2020-05-10 23:21:43 -04:00
  • 393dc2b0f5 vim-patch:8.2.0713: the pam_environment file is not recognized Jan Edmund Lazo 2020-05-07 23:10:39 -04:00
  • 03cc818fdc vim-patch:8.2.0705: indent tests don't run on CI for FreeBSD Jan Edmund Lazo 2020-05-06 18:43:40 -04:00
  • ae01a5e9f8 vim-patch:8.1.1186: readdir() allocates list twice Jan Edmund Lazo 2020-05-05 22:16:15 -04:00
  • 55b62a937c LSP: Make applyEdit return a response (#12270) Mathias Fußenegger 2020-05-11 16:56:35 +02:00
  • 9816173fb3 Merge #12275 from erw7/profile-fix-use-after-free Justin M. Keyes 2020-05-09 17:22:08 -04:00
  • 7872877ce5 test: add more profile tests erw7 2020-05-09 11:57:59 +09:00
  • 949783fdfa viml/profile: fix issue where profile is not reset on stop erw7 2020-05-09 11:17:59 +09:00
  • 861aade680 viml/profile: fix use after free erw7 2020-05-08 12:05:34 +09:00