Commit Graph

  • c60c7375f5 startup: handle autoload and lua packages during startup Björn Linse 2020-10-19 20:05:54 +02:00
  • dc14b1468a lsp: remove vim.NIL from processing (#13174) TJ DeVries 2020-11-02 08:50:44 -05:00
  • 6224ec3d4a Merge pull request #13204 from janlazo/vim-8.2.1938 Jan Edmund Lazo 2020-11-02 01:37:05 -05:00
  • 4b65e4aeab vim-patch:8.2.1086: possibly using freed memory when text properties used Jan Edmund Lazo 2020-11-01 20:22:42 -05:00
  • f9adb3eccb vim-patch:8.2.0864: pragmas are indented all the way to the left Jan Edmund Lazo 2020-11-01 18:56:47 -05:00
  • 90f3a8ba29 Merge pull request #13203 from janlazo/vim-8.2.1936 Jan Edmund Lazo 2020-11-01 16:39:30 -05:00
  • d1091bc658 Merge pull request #12870 from bfredl/themepark Björn Linse 2020-11-01 21:54:51 +01:00
  • 442ad4bb63 fixup! rename: user_funcs -> userfunc Jan Edmund Lazo 2020-11-01 13:22:52 -05:00
  • 5db836bbca fixup! eval.c: factor out eval/funcs.c #11828 Jan Edmund Lazo 2020-11-01 13:18:29 -05:00
  • c146eddc8b api: add API for themes Björn Linse 2020-09-08 09:47:10 +02:00
  • 4b398413e4 vim-patch:8.2.1936: session sets the local 'scrolloff' value to the global value Jan Edmund Lazo 2020-11-01 12:17:45 -05:00
  • ff11247837 fixup! refactor: move session functions to ex_session.c Jan Edmund Lazo 2020-11-01 12:13:33 -05:00
  • 720d442d19 lsp: complete support for CodeActionKinds to capabilities (#13180) Jesse 2020-11-01 18:11:32 +01:00
  • ba1ff71078 Merge pull request #13197 from janlazo/vim-8.2.1925 Jan Edmund Lazo 2020-11-01 12:03:56 -05:00
  • 8821587748 Merge pull request #13192 from bfredl/nodeid Björn Linse 2020-11-01 17:27:38 +01:00
  • 106a6c9548 Merge pull request #13090 from vigoux/tree-sitter-parse-error Thomas Vigouroux 2020-11-01 17:26:31 +01:00
  • 057e21b1e7 vim-patch:8.2.0666: Ruby test fails on MS-Windows Jan Edmund Lazo 2020-10-31 22:37:39 -04:00
  • 7af8de0dab vim-patch:8.2.0639: MS-Windows: messages test still fails Jan Edmund Lazo 2020-10-31 23:01:01 -04:00
  • bbaf721fc3 vim-patch:8.2.1926: cannot use a space in 'spellfile' Jan Edmund Lazo 2020-10-30 20:01:43 -04:00
  • 925ddd2839 vim-patch:8.2.1925: list/dict test fails Jan Edmund Lazo 2020-10-30 19:04:23 -04:00
  • 31738fe8f1 treesitter: fix wrong string formatting Thomas Vigouroux 2020-11-01 15:07:11 +01:00
  • 03c478ae53 treesitter: add node:id() Björn Linse 2020-10-30 10:51:41 +01:00
  • d3a63a1f71 tree-sitter: error out when parsing fails Thomas Vigouroux 2020-10-12 20:28:04 +02:00
  • c7c8652146 fix: remove xxx comment Rom Grk 2020-11-01 05:00:20 -05:00
  • ca7449db46 Merge pull request #13163 from erw7/fix-appveyor erw7 2020-11-01 11:19:46 +09:00
  • bc68653a86 Merge pull request #13167 from romgrk/vim-8.2.1909 Jan Edmund Lazo 2020-10-31 20:31:42 -04:00
  • 10bf69a43e vim-patch:8.2.1909: number of status line items is limited to 80 Rom Grk 2020-10-26 18:48:39 -04:00
  • a58d06ebfc tests: separate scroll test for horizontal/vertical scroll Rom Grk 2020-10-30 14:18:08 -04:00
  • 98024853f4 lsp: Remove snippet lies (#13183) TJ DeVries 2020-10-30 10:58:12 -04:00
  • 9fee5f1423 Merge pull request #13172 from janlazo/vim-8.2.1910 Jan Edmund Lazo 2020-10-30 08:56:38 -04:00
  • d9a58573fd tests: make scroll tests pass Rom Grk 2020-10-30 03:22:52 -04:00
  • 037ffd54dc Fix clipboard provider detection (#13190) necabo 2020-10-30 02:35:20 +01:00
  • 4e24e31a6b vim-patch:8.2.0929: v:register is not cleared after an operator was executed Jan Edmund Lazo 2020-10-29 01:51:08 -04:00
  • 026c8dde87 vim-patch:8.1.2034: dark them of GTK 3 not supported Jan Edmund Lazo 2020-10-29 01:27:54 -04:00
  • 3d6584223d vim-patch:8.2.0131: command line is not cleared when switching tabs Jan Edmund Lazo 2020-10-27 23:52:02 -04:00
  • 5329cb2e5c vim-patch:8.2.1521: reading past end of buffer when reading spellfile Jan Edmund Lazo 2020-10-27 22:21:39 -04:00
  • cb6b5e5540 vim-patch:8.2.1910: reading past the end of the command line Jan Edmund Lazo 2020-10-27 19:22:28 -04:00
  • c6ccdda26a Merge pull request #12750 from foleyfactor/fix-hanging-messages Björn Linse 2020-10-28 16:15:36 +01:00
  • e27af09052 fix(treesitter): account for no main query file Steven Sojka 2020-10-28 07:34:11 -05:00
  • e606654ac2 doc: update doc: s/Scroll/WinScrolled/ Rom Grk 2020-10-28 04:49:49 -04:00
  • 929d00db0f tests: add functional test for WinScrolled Rom Grk 2020-10-28 04:32:25 -04:00
  • bc21843228 feat: implement a working WinScrolled autocmd Rom Grk 2020-10-28 03:59:26 -04:00
  • fd7aa6768a lsp: Fix case where active_signature == vim.NIL (#13114) Michael Lingelbach 2020-10-27 19:39:24 -07:00
  • 29deb5dc31 ci/appveyor: change to update package database erw7 2020-10-26 12:44:30 +09:00
  • b6897ebc0c Merge pull request #13116 from skippi/vim-8.1.1769 Jan Edmund Lazo 2020-10-26 18:42:19 -04:00
  • 6a0cb2a948 vim-patch:8.2.1747: result of expand() unexpectedly depends on 'completeslash' skippi 2020-10-19 20:55:27 -05:00
  • f8fd3d44ac vim-patch:8.1.1791: 'completeslash' also applies to globpath() skippi 2020-10-25 18:48:41 -05:00
  • c203f89ace vim-patch:8.1.1772: options test still fails on MS-Windows skippi 2020-10-25 18:43:20 -05:00
  • 089f4f8e4a vim-patch:8.1.1769: 'shellslash' is also used for completion skippi 2020-10-18 21:36:30 -05:00
  • a22fe09b90 Merge pull request #13154 from fsouza/fix-callback-logic Matthieu Coudron 2020-10-25 22:09:41 +01:00
  • 4ba5b4a864 Merge pull request #13084 from erw7/fix-tui-cooked-mode Matthieu Coudron 2020-10-25 22:05:03 +01:00
  • 7fef16e1d6 lsp: Store diagnostics for unloaded buffers (#13102) Mathias Fußenegger 2020-10-25 19:27:11 +01:00
  • c984a888b8 Merge pull request #13151 from janlazo/vim-8.2.1892 Jan Edmund Lazo 2020-10-25 13:54:57 -04:00
  • c3ef198132 Merge pull request #13077 from tjdevries/tjdevries/buf_apis_1 Björn Linse 2020-10-25 18:46:57 +01:00
  • a868cd920a vim-patch:8.2.1901: variable completion does not work in command line window Jan Edmund Lazo 2020-10-25 12:38:52 -04:00
  • 1f0f92f8ec lsp: fix fallback for callback in method_unsupported francisco souza 2020-10-25 08:17:34 -04:00
  • 36f78412f9 vim-patch:8.2.0393: Coverity warns for not using return value Jan Edmund Lazo 2020-10-25 02:30:52 -04:00
  • 41184660be vim-patch:8.2.0506: Coverity complains about ignoring return value Jan Edmund Lazo 2020-10-25 02:27:27 -04:00
  • d2a38dab80 move.c: dont invalidate viewport when no scroll happened Rom Grk 2020-10-25 02:25:22 -04:00
  • 63d4a6537d vim-patch:8.1.1862: Coverity warns for not using return value Jan Edmund Lazo 2020-10-25 02:24:07 -04:00
  • b7cd7e0e5c vim-patch:8.2.1102: Coverity gets confused by an unnecessary NULL check Jan Edmund Lazo 2020-10-24 22:28:56 -04:00
  • 6312792d8a lsp: only send buf requests to servers that support the request (#12764) francisco souza 2020-10-25 00:28:15 -04:00
  • a67bcb3fbf vim-patch:8.2.0618: echoing a null list results in no output Jan Edmund Lazo 2020-10-24 20:48:47 -04:00
  • 8b13ff0d0a vim-patch:8.1.1260: comparing with pointer instead of value Jan Edmund Lazo 2020-10-24 16:40:23 -04:00
  • 59a8b7fcd9 vim-patch:8.2.0087: crash in command line expansion when out of memory Jan Edmund Lazo 2020-10-24 15:57:59 -04:00
  • b59b8dd5b5 options: add fallback value to .indir member (#13150) Jan Edmund Lazo 2020-10-24 22:30:04 -04:00
  • e37651deb7 Merge pull request #13137 from erw7/fix-pum-pos erw7 2020-10-25 11:01:07 +09:00
  • a1596f0b0b scroll: use win->w_viewport_invalid Rom Grk 2020-10-24 20:16:58 -04:00
  • bcf79c62bc tests: add test for Scroll autocmd Rom Grk 2020-10-24 05:48:00 -04:00
  • ffe1a067df docs: add documentation for Scroll autocmd Rom Grk 2020-10-24 04:57:15 -04:00
  • d4033db6a0 scroll: cleanup unnecessary code & comments Rom Grk 2020-10-24 04:56:43 -04:00
  • 932585fd91 Merge pull request #13132 from willelz/markdown Jan Edmund Lazo 2020-10-23 22:11:10 -04:00
  • 2786d96fac Merge pull request #13145 from janlazo/vim-8.2.0901 Jan Edmund Lazo 2020-10-23 12:29:05 -04:00
  • 78ec28bca8 vim-patch:8.2.0912: a few test cases for CJK formatting are disabled Jan Edmund Lazo 2020-10-23 00:52:29 -04:00
  • 2894649c2e vim-patch:8.2.0901: formatting CJK text isn't optimal Jan Edmund Lazo 2020-10-22 21:02:42 -04:00
  • 9280a69a6d Merge pull request #13131 from janlazo/vim-8.2.0952 Jan Edmund Lazo 2020-10-23 08:56:07 -04:00
  • f5c9065f3e Fix popupmenu position issue erw7 2020-10-23 00:04:20 +09:00
  • 49b8d43052 vim-patch:8.2.1885: filetype tests unnessarily creates swap files Jan Edmund Lazo 2020-10-22 18:26:03 -04:00
  • d69a8a3fc4 vim-patch:8.2.0952: no simple way to interrupt Vim Jan Edmund Lazo 2020-10-22 00:30:07 -04:00
  • a83b76790b fixup: fixup: fixup: fixup: TJ DeVries 2020-10-22 16:21:35 -04:00
  • 7fca3ddcca fixup: some small nit picks TJ DeVries 2020-10-22 14:32:19 -04:00
  • 1afe6dd2f4 fixup: bfredl comments TJ DeVries 2020-10-20 20:26:53 -04:00
  • 78556aba7d api: nvim_buf_delete TJ DeVries 2020-10-09 15:39:59 -04:00
  • df726408d7 lsp: Fix "client has shut down" errors during initializing (#13103) Mathias Fußenegger 2020-10-22 20:59:17 +02:00
  • 634315c6f7 markdown.vim: patch runtime to ade0d3946801 vim/vim@ade0d39468 willelz 2020-10-22 14:50:43 +09:00
  • 471e9f53ff markdown.vim: patch runtime/ftplugin to c08ee7476b19 vim/vim@c08ee7476b willelz 2020-10-22 14:44:44 +09:00
  • 78cd1b9f5a Merge pull request #13128 from janlazo/vim-8.2.0268 Jan Edmund Lazo 2020-10-22 00:27:59 -04:00
  • 3f0850e9f0 vim-patch:8.2.1874: can't do something just before leaving Insert mode Jan Edmund Lazo 2020-10-21 23:25:21 -04:00
  • 07022306e2 vim-patch:8.2.0268: trycatch test fails Jan Edmund Lazo 2020-10-21 00:57:51 -04:00
  • 10ac5ada31 Merge pull request #13107 from alexgenco/rubyeval Jan Edmund Lazo 2020-10-21 21:04:49 -04:00
  • b83d8223ff implement scroll autocommand Rom Grk 2020-10-19 12:27:17 -04:00
  • da3b59fc8e Install pre-release neovim gem in CI Alex Genco 2020-10-18 09:13:27 -07:00
  • ed0a70087a vim-patch:8.1.1056: no eval function for Ruby Alex Genco 2020-10-17 07:36:36 -07:00
  • 0f590ae2a8 Merge pull request #13123 from janlazo/vim-8.2.1871 Jan Edmund Lazo 2020-10-21 08:32:02 -04:00
  • dff3a0d449 Revert "vim-patch:8.1.0877: new buffer used every time the quickfix window is opened" Jan Edmund Lazo 2020-10-20 22:05:13 -04:00
  • 7b2fd21560 Revert "vim-patch:8.1.1015: quickfix buffer shows up in list, can't get buffer number" Jan Edmund Lazo 2020-10-20 21:56:36 -04:00
  • 87f31b4c86 vim-patch:8.2.0006: test using long file name may fail Jan Edmund Lazo 2020-10-20 18:21:50 -04:00
  • 5621bc66d6 vim-patch:8.2.1871: using %v in 'errorformat' may fail before %Z Jan Edmund Lazo 2020-10-20 09:31:35 -04:00
  • 77dc891bfb Merge pull request #13125 from bfredl/artifical-ci Björn Linse 2020-10-20 22:02:06 +02:00
  • 18bf216993 docs: update api Björn Linse 2020-10-20 21:57:07 +02:00