Commit Graph

  • e85b8aa768 feat(treesitter): add viml parser and queries Christian Clason 2022-09-04 16:27:57 +02:00
  • 6254b0fd3b ci(tests): don't skip parsers on functionaltest Christian Clason 2022-09-04 16:13:37 +02:00
  • 905dd49fec feat(treesitter): bundle Lua parser and queries Thomas Vigouroux 2021-08-16 15:37:01 +02:00
  • da34833fdf fix: assertion failure when requiring missing module in autocmd Dundar Goc 2022-05-22 21:44:50 +02:00
  • 93f32bb0aa build(nix): removed the useless 'app' Matthieu Coudron 2022-09-05 11:41:42 +02:00
  • fb39bba5a6 Merge pull request #20088 from zeertzjq/vim-9.0.0386 zeertzjq 2022-09-05 23:02:01 +08:00
  • f6a8d395a7 refactor(ex_cd): add an early return to fix clint warning zeertzjq 2022-09-05 22:10:14 +08:00
  • fc7a64291a vim-patch:9.0.0386: some code blocks are nested too deep zeertzjq 2022-09-05 21:54:23 +08:00
  • 8570a700cc build(nix): bumped flake Matthieu Coudron 2022-09-02 01:45:29 +02:00
  • 29cd072351 build(flake): add sumneko lsp in PATH Matthieu Coudron 2022-09-03 00:13:39 +02:00
  • a220650fd6 docs(contributing): fix broken link (#20044) UnkwUsr 2022-09-05 09:44:52 +03:00
  • 5ac6654334 Merge pull request #19481 from zeertzjq/vim-8.2.4674 zeertzjq 2022-09-04 21:44:31 +08:00
  • 82d128405a feat(pum): pretend 'mousemoveevent' is set when showing right-click menu zeertzjq 2022-07-24 15:24:15 +08:00
  • ceb09701f2 feat(api): add "move" to nvim_input_mouse zeertzjq 2022-07-24 13:58:29 +08:00
  • 04bd700ac3 feat(tui): support 'mousemoveevent' zeertzjq 2022-07-24 11:26:54 +08:00
  • a5fe7940c8 feat(ui-ext): make 'mousemoveevent' a ui_option zeertzjq 2022-07-24 11:32:56 +08:00
  • 00b49dd8dd vim-patch:8.2.4674: cannot force getting MouseMove events zeertzjq 2022-07-24 11:20:23 +08:00
  • 900a774182 Merge pull request #20073 from zeertzjq/vim-088e8e344352 zeertzjq 2022-09-04 20:41:01 +08:00
  • 21dad0dcf3 vim-patch:088e8e344352 zeertzjq 2022-09-04 06:20:23 +08:00
  • 6f7d55d3d9 vim-patch:7.4.{1578,1624} zeertzjq 2022-09-04 06:40:19 +08:00
  • 24fbda04b9 build(deps): bump tree-sitter-c to v0.20.2 (#20079) Christian Clason 2022-09-04 12:09:04 +02:00
  • ea10e0c104 ci: remove gpanders from api reviewers (#20074) Gregory Anders 2022-09-03 21:49:45 -06:00
  • 927d4d2a15 fix(filetype): run filetype.match on StdinReadPost (#20070) Christian Clason 2022-09-03 19:27:57 +02:00
  • c50460cf3b feat(treesitter): include language in invalid query error (#14053) Stephan Seitz 2022-09-03 07:02:58 -07:00
  • ea611c7122 ci(clint): remove "Inner expression indentation should be 4" rule (#20047) dundargoc 2022-09-03 12:00:00 +02:00
  • 5296e9407d build(deps): bump tree-sitter to v0.20.7 (#20067) Christian Clason 2022-09-03 11:30:24 +02:00
  • 1e3073bc35 docs: update .git-blame-ignore-revs (#20066) Lewis Russell 2022-09-03 10:18:05 +01:00
  • 042d5df956 Merge pull request #20063 from zeertzjq/vim-9.0.0360 zeertzjq 2022-09-03 09:39:13 +08:00
  • c62e5b5079 vim-patch:9.0.0362: expanding ":e %" does not work for remote files zeertzjq 2022-09-03 07:51:51 +08:00
  • 7243b1cbde vim-patch:9.0.0360: crash when invalid line number on :for is ignored zeertzjq 2022-09-03 06:46:30 +08:00
  • 05b49ef975 vim-patch:8.2.1505: not all file read and writecode is tested zeertzjq 2022-09-03 06:50:11 +08:00
  • 1ffd527c83 refactor: migrate comment style (#20012) Lewis Russell 2022-09-02 17:39:49 +01:00
  • 69456f3414 Merge pull request #20026 from dundargoc/refactor/char_u/7 bfredl 2022-09-02 17:06:00 +02:00
  • 1ef7720567 fix(api)!: correctly deal with number before :tab zeertzjq 2022-09-01 18:46:34 +08:00
  • 2afcdbd63a feat(Man): port to Lua (#19912) Lewis Russell 2022-09-02 15:20:29 +01:00
  • e085d0be31 Merge pull request #20055 from famiu/fix/ui-attach/memory-leak bfredl 2022-09-02 15:07:39 +02:00
  • 2dd55f81f7 fix(ui): ui compositor does not correctly free event callbacks Famiu Haque 2022-09-02 17:44:14 +06:00
  • ce80b8f50d vim-patch:9.0.0349: filetype of *.sil files not well detected (#20050) Jonas Strittmatter 2022-09-02 08:16:17 +02:00
  • 12fe197cff Merge pull request #20040 from zeertzjq/vim-9.0.0342 zeertzjq 2022-09-01 21:31:38 +08:00
  • 689f5d604e feat(api): add support for :horizontal modifier zeertzjq 2022-09-01 20:32:59 +08:00
  • 56bf026dea vim-patch:9.0.0346: :horizontal modifier not fully supported zeertzjq 2022-09-01 20:25:34 +08:00
  • c65b1f3e15 vim-patch:9.0.0342: ":wincmd =" equalizes in two directions zeertzjq 2022-09-01 20:18:17 +08:00
  • 49e893f296 refactor: replace char_u with char Dundar Göc 2022-08-26 23:11:25 +02:00
  • db2e5f46f5 fix(lua): make ui_attach()/ui_detach() take effect immediately (#20037) zeertzjq 2022-09-01 16:37:29 +08:00
  • 48ca1d4ce8 Merge pull request #20022 from dundargoc/refactor/char_u/6 bfredl 2022-09-01 10:25:27 +02:00
  • d9a873f278 Merge pull request #20038 from bfredl/unflush bfredl 2022-09-01 10:18:14 +02:00
  • 5f92d9b345 perf(messages): don't call ui_flush() per message line in various places bfredl 2022-09-01 09:44:01 +02:00
  • dd8489c399 Merge pull request #20023 from bfredl/hlarena bfredl 2022-09-01 09:22:31 +02:00
  • a62cb406b1 fix(maparg): remove double allocation (#20033) zeertzjq 2022-09-01 10:22:28 +08:00
  • 8740e0bd58 vim-patch:9.0.0343: ColorScheme autocommand triggered when colorscheme not found (#20032) zeertzjq 2022-09-01 09:12:20 +08:00
  • 0c6b39894f feat(mapset): support restoring Lua callback (#20024) zeertzjq 2022-09-01 06:19:49 +08:00
  • c0050b71e5 Merge pull request #16396 from bfredl/luaevent bfredl 2022-08-31 22:03:56 +02:00
  • bd51ac2a34 refactor: replace char_u with char Dundar Göc 2022-08-26 23:11:25 +02:00
  • ba8be7446d refactor(highlight): make hlattrs2dict always use pre-allocated dict bfredl 2022-08-31 14:49:15 +02:00
  • f078a3453a Merge pull request #20007 from dundargoc/refactor/char_u/5 bfredl 2022-08-31 20:50:43 +02:00
  • f31db30975 feat(lua): vim.ui_attach to get ui events from lua bfredl 2022-06-30 13:26:31 +06:00
  • 933c80e8f9 refactor(mappings)!: mapblock_fill_dict() use API Dictionary (#20020) zeertzjq 2022-08-31 21:14:14 +08:00
  • fb1edb2f57 refactor: replace char_u with char Dundar Göc 2022-08-26 23:11:25 +02:00
  • fa747d004a fix(api): nvim_set_hl bail out on invalid group name (#20021) zeertzjq 2022-08-31 19:47:10 +08:00
  • 0903702634 vim-patch:9b03d3e75b42 (#20013) Christian Clason 2022-08-31 08:08:51 +02:00
  • f4274d0f62 vim-patch:8.2.3102: test for crash fix does not fail without the fix (#20018) zeertzjq 2022-08-31 09:41:00 +08:00
  • 5ff2ea6687 vim-patch:8.2.0301: insufficient testing for exception handling (#20016) zeertzjq 2022-08-31 07:24:16 +08:00
  • 518b5c65b0 vim-patch:8.1.2037: can call win_gotoid() in cmdline window (#20015) zeertzjq 2022-08-31 06:58:28 +08:00
  • 94a2bc5940 vim-patch:9.0.0332: overwrite check may block BufWriteCmd (#20014) zeertzjq 2022-08-31 06:27:39 +08:00
  • 813476bf72 fix(exceptions): restore did_throw (#20000) Sean Dewar 2022-08-30 23:13:52 +01:00
  • 6b7eed1884 Vim 9.0.{0314,0319}: some filetypes are not recognized (#20005) Christian Clason 2022-08-30 21:16:03 +02:00
  • 2828aae7b4 refactor: replace char_u with char 4 (#19987) dundargoc 2022-08-30 14:52:09 +02:00
  • 9397e70b9e docs(lua): present vim.o as default and vim.opt as special-purpose #19982 Christian Clason 2022-08-30 14:46:38 +02:00
  • 981ae83fad fix(docs): update lsp.rpc.start docs to match return value changes (#20003) Mathias Fußenegger 2022-08-30 13:14:27 +02:00
  • 0368ca70c4 docs(lsp): replace formatting_sync example in lsp-faq (#19994) Mathias Fußenegger 2022-08-30 13:14:09 +02:00
  • f9c183c0ca Merge pull request #19897 from bfredl/statushl bfredl 2022-08-30 10:59:58 +02:00
  • 6ab2bf6819 fix(highlight): set the window namespace when redrawing statusline bfredl 2022-08-22 17:29:26 +02:00
  • 568737d5b3 feat(tui): recognize sidescroll events (#19992) zeertzjq 2022-08-30 10:55:00 +08:00
  • 7f20d61e00 Merge pull request #19999 from zeertzjq/vim-9.0.0320 zeertzjq 2022-08-30 07:07:50 +08:00
  • e6e9879cb3 vim-patch:9.0.0320: command line type of CmdlineChange differs from getcmdtype() zeertzjq 2022-08-30 06:32:14 +08:00
  • 2c83d7b2dd refactor: move cmdline functions to ex_getln.c zeertzjq 2022-08-29 15:12:30 +08:00
  • f58a979599 vim-patch:9.0.0318: clearing screen causes flicker (#19993) zeertzjq 2022-08-30 06:26:06 +08:00
  • e78e369a9d Merge pull request #19997 from bfredl/lastsep bfredl 2022-08-29 23:52:47 +02:00
  • 8fd66ff5c5 fix(redraw): handle switching to a tabpage with larger p_ch value bfredl 2022-08-29 21:58:07 +02:00
  • efacb6e974 fix(lsp): clean the diagnostic cache when buffer delete (#19449) Raphael 2022-08-30 01:09:14 +08:00
  • 68efac3683 Merge pull request #19973 from dundargoc/refactor/char_u/3 bfredl 2022-08-29 18:46:38 +02:00
  • 126fe7fbc9 Merge pull request #19916 from mfussenegger/lsp-tcp Mathias Fußenegger 2022-08-29 18:26:14 +02:00
  • 58f30a326f refactor: replace char_u with char Dundar Göc 2022-08-26 23:11:25 +02:00
  • 92bc11a891 vim-patch:9.0.0316: screen flickers when 'cmdheight' is zero (#19991) zeertzjq 2022-08-29 20:22:15 +08:00
  • e6af1cf250 Merge pull request #19971 from dundargoc/refactor/remove-casts bfredl 2022-08-29 13:23:43 +02:00
  • 5fe6bde296 Merge pull request #19961 from dundargoc/refactor/char_u/2 bfredl 2022-08-29 12:50:22 +02:00
  • f05cc672e3 Merge pull request #19975 from bfredl/chartabsize bfredl 2022-08-29 12:48:51 +02:00
  • ea4e9c71cc refactor(plines): use a struct for chartabsize state bfredl 2022-08-27 11:28:11 +02:00
  • 253f0ffd8d vim-patch:9.0.0285: it is not easy to change the command line from a plugin (#19979) Shougo 2022-08-29 14:11:52 +09:00
  • 1dcaa75a65 fix(events): triggered WinScrolled when only skipcol changed (#19972) zeertzjq 2022-08-29 06:16:20 +08:00
  • b21980bd60 fix(keywordprg): default to :help if set to empty string (#19983) zeertzjq 2022-08-29 05:58:32 +08:00
  • 60ec6e34d5 feat(lsp): add tcp support Mathias Fussenegger 2022-08-24 20:25:34 +02:00
  • 46bb34e26b refactor(lsp): extract rpc client from rpc.start Mathias Fussenegger 2022-08-24 19:36:37 +02:00
  • 7d3e4aee6a refactor(lsp): encapsulate rpc uv handle Mathias Fussenegger 2022-08-23 22:39:34 +02:00
  • f9641d1ac6 refactor(lsp): factor out read_loop function Mathias Fussenegger 2022-08-23 21:05:46 +02:00
  • 88c32b5eba fix(l10n): improve zh_CN and zh_TW translations (#19969) Raphael 2022-08-28 17:07:24 +08:00
  • 7a9b593796 vim-patch:8.2.3813: confusing error when using :cc without error list (#19978) zeertzjq 2022-08-28 07:22:27 +08:00
  • 691f4715c0 refactor: replace char_u with char Dundar Göc 2022-08-26 23:11:25 +02:00
  • 20305494f8 refactor: remove redundant casts Dundar Göc 2022-08-27 14:26:12 +02:00
  • 09c6ce8c4e docs: fix typos (#19798) dundargoc 2022-08-27 09:56:58 +02:00