Commit Graph

  • f969b4bfb1 fix(ci): change autolabel to "treesitter" Christian Clason 2021-06-29 18:54:27 +02:00
  • 7e8a8482e8 fixup(ts): put ts_query_cursor_set_match_limit behind feature guard Christian Clason 2021-06-29 15:59:57 +02:00
  • 2bcf18deaa Merge pull request #14779 from tjdevries/tjdevries/vim_opt_fixes TJ DeVries 2021-06-29 10:24:41 -04:00
  • f8990870ff Merge pull request #14335 from chentau/extmark_delbytes Björn Linse 2021-06-29 15:31:23 +02:00
  • 19b7cef0a7 fix(vim.opt): Fix #14828 with empty values being incorrectly inserted TJ DeVries 2021-06-29 09:18:59 -04:00
  • 6ecec87c09 fix(vim.opt): Fix #14668 Now correctly handles unescaped commas in isfname style TJ DeVries 2021-06-11 13:39:59 -04:00
  • 9119ea1bec fix(vim.opt): Fix #14669 whichwrap now acts as expected TJ DeVries 2021-06-11 12:28:15 -04:00
  • b02e64c4df fix(vim.opt): Add basic error handling David Zhang 2021-05-30 20:49:19 +08:00
  • e6175f6389 fix(vim.opt): Get window options before setting. ckipp01 2021-05-30 13:08:43 +02:00
  • 1d3ee1c441 fix(vim.opt): #14708 Now lets you put duplicate values in wildmode TJ DeVries 2021-06-11 11:13:43 -04:00
  • 1c962401a1 Manually zero out deleted_bytes2 when substituting and joining lines chentau 2021-06-11 00:41:54 -07:00
  • f83c25942d fix(doc/api): Remove 'border' as unsupported (#14916) Daniel Steinberg 2021-06-28 20:40:56 -04:00
  • 99a4152a4b fix: Remove [RFC] from PR subject in vim-patch.sh (#14917) Daniel Steinberg 2021-06-28 20:40:00 -04:00
  • 3552916cb9 fix(doc): remove reference to vim.lsp.callbacks (#14576) Matthieu Coudron 2021-06-28 23:02:17 +02:00
  • c81cbad444 Merge pull request #14920 from otherJL0/master Björn Linse 2021-06-28 18:20:33 +02:00
  • 5777fc1b8e Adding clangd language serever config file to point to build/ directory for compile_commands.json otherJL0 2021-06-28 11:03:09 -04:00
  • 785dcff909 Merge pull request #14915 from clason/ts-match-limit Björn Linse 2021-06-28 16:28:52 +02:00
  • 5aaa1a1c04 [RDY] Add buffer information to tabline_update (#12481) John Gehrig 2021-06-27 15:30:09 -04:00
  • bdf3df4027 Fixed +1 -1 in util.lua (#14913) jimman2003 2021-06-26 20:43:18 +03:00
  • bb4fc69e93 Merge pull request #14914 from janlazo/vim-8.2.3050 Jan Edmund Lazo 2021-06-26 13:42:38 -04:00
  • 18354ca4a7 fix(treesitter): set match limit for query cursors Christian Clason 2021-06-26 18:01:24 +02:00
  • 7a239a8a9a vim-patch:8.2.2954: short file name extension for Scala not recognized Jan Edmund Lazo 2021-06-26 11:43:19 -04:00
  • eb7e7ad882 vim-patch:8.2.3049: JSON patch file not recognized Jan Edmund Lazo 2021-06-26 11:37:43 -04:00
  • 750ad18845 vim-patch:8.2.3050: cannot recognize elixir files Jan Edmund Lazo 2021-06-26 10:50:17 -04:00
  • 5c0b01fd88 vim-patch:8.2.3018: 'quickfixtextfunc' formatting is lost when switching buffers (#14865) Yorick Peterse 2021-06-26 16:44:05 +02:00
  • 20dc3f1989 vim-patch:8.1.0897: can modify a:000 when using a reference (#14902) Jan Edmund Lazo 2021-06-26 10:19:09 -04:00
  • ad9c2c069a Fix <afile> getting prepended with a slash on WinClosed (#14515) Ghjuvan Lacambre 2021-06-26 16:18:36 +02:00
  • c1120ad0e1 fix(doc/usr_41): don't mention 0o prefix for octs (#14906) Sean Dewar 2021-06-26 01:10:58 +01:00
  • e680d7d6af fix(lsp): render the last line in stylize_markdown Folke Lemaitre 2021-06-25 20:45:42 +02:00
  • 3b44b21894 Merge pull request #14910 from folke/lsp_fences_docs Michael Lingelbach 2021-06-25 11:04:44 -07:00
  • b86b410a92 Update busy_start/busy_stop ui events documentation (#14415) Ghjuvan Lacambre 2021-06-25 19:01:57 +02:00
  • 28dde1038f style(lsp): make get_markdown_fences private Folke Lemaitre 2021-06-25 18:32:00 +02:00
  • 5d792701cf Merge pull request #14904 from mfussenegger/nil-message-callbacks Michael Lingelbach 2021-06-25 09:13:01 -07:00
  • 7b5a233d64 Merge pull request #14617 from folke/fancy_markdown_fences_support Michael Lingelbach 2021-06-25 09:02:28 -07:00
  • 22c27c0fb4 Merge pull request #14903 from mfussenegger/add-workspace-folder Michael Lingelbach 2021-06-25 08:29:57 -07:00
  • aa1e20497a feat(lsp): use markdown_fenced_languages in stylized_markdown Folke Lemaitre 2021-06-25 15:23:02 +02:00
  • bbd13aadd7 Merge pull request #14907 from folke/lsp_markdown Michael Lingelbach 2021-06-25 08:22:54 -07:00
  • 08f81f0f29 fix(lsp): syntax improvements for lsp_markdown Folke Lemaitre 2021-06-25 17:01:06 +02:00
  • 58473178ff fix(lsp): Handle nil message_callbacks Mathias Fussenegger 2021-06-25 14:45:17 +02:00
  • 7ea652e4bf fix(lsp): Set dir completion option for add_workspace_folder Mathias Fussenegger 2021-06-25 14:23:53 +02:00
  • 510ed996d2 Merge pull request #14886 from janlazo/vim-8.1.1437 Jan Edmund Lazo 2021-06-24 19:36:21 -04:00
  • 1e2fc1f9cd Merge pull request #14584 from akinsho/bugfix/vim-nil-conversion-logic Michael Lingelbach 2021-06-24 13:23:28 -07:00
  • 444f175335 fix(lsp): do not convert vim.NIL to nil in lists Akin Sowemimo 2021-05-18 23:28:09 +01:00
  • 9081cd30a5 vim-patch:8.2.3033: no error when using alpha delimiter with :global Jan Edmund Lazo 2021-06-23 23:10:11 -04:00
  • cd4b649136 vim-patch:8.2.2185: BufUnload is not triggered for the quickfix dummy buffer Jan Edmund Lazo 2021-06-23 22:46:02 -04:00
  • 4cb0bf0942 vim-patch:8.2.1255: cannot use a lambda with quickfix functions Jan Edmund Lazo 2021-06-22 22:02:59 -04:00
  • d5329c0331 vim-patch:8.1.1437: code to handle callbacks is duplicated Jan Edmund Lazo 2021-06-22 08:50:18 -04:00
  • 24e0c16fd6 Merge pull request #14868 from shadmansaleh/patch_verbose_for_lua Björn Linse 2021-06-23 20:34:57 +02:00
  • 0d7e33bc13 docs(starting): mention init.lua in paths and remove repetition (#14883) smolck 2021-06-23 02:36:03 -05:00
  • 5a24284b8d Merge pull request #14878 from mjlbach/fix/lsp-quickfix-focus Michael Lingelbach 2021-06-22 11:45:04 -07:00
  • b601f2548c Merge pull request #14719 from snezhniylis/marktree_delete_node_iter_fix Björn Linse 2021-06-22 13:48:22 +02:00
  • 9a39a11807 fixup! vim-patch:8.2.3020: unreachable code (#14866) Matthieu Coudron 2021-06-22 10:35:36 +02:00
  • 43479f0ad6 extmark: fix deletable nodes in MarkTree sometimes getting skipped snezhniylis 2021-06-04 13:38:13 +03:00
  • 060255253f fix(lsp): handlers should focus quickfix list Michael Lingelbach 2021-06-21 20:44:37 -07:00
  • b4ac878026 fix(source): Source giving E484 & parsing error at line 1 for lua files shadmansaleh 2021-06-20 23:07:04 +06:00
  • b4a216f7ed BugFix: Fix inconsistent verbose message shadmansaleh 2021-06-20 18:05:15 +06:00
  • b585f723bc vim-patch:8.2.3020: unreachable code (#14866) jimman2003 2021-06-20 21:20:43 +03:00
  • 997a9c8792 Merge pull request #14849 from seandewar/demethod-curwin Jan Edmund Lazo 2021-06-19 20:18:30 -04:00
  • c16afaa1f8 Merge pull request #14851 from ckipp01/hlCodeLens Michael Lingelbach 2021-06-19 15:44:48 -07:00
  • 90bdb6e74d Add hl group docs for codelenses ckipp01 2021-06-18 14:23:33 +02:00
  • db06fe11fa Merge pull request #14861 from stevearc/diagnostic-loclist Michael Lingelbach 2021-06-19 11:08:34 -07:00
  • 5f1b728621 fix(api/win_get_config): include z-index Sean Dewar 2021-06-19 15:06:58 +01:00
  • 41332f6187 fix(doc/index.txt): various ex command fixes Sean Dewar 2021-06-18 09:57:30 +01:00
  • b5c0ade437 fix(doc): :sleep! does not hide cursor Sean Dewar 2021-06-19 16:28:22 +01:00
  • 7d025f2e8e fix(doc): remove :promptfind and :promptrepl Sean Dewar 2021-06-18 11:08:24 +01:00
  • bb35ed6aaa fix(doc): don't use method call syntax in examples Sean Dewar 2021-06-18 09:47:01 +01:00
  • 43835ab0da fix(lsp): fix severity_limit logic in set_loclist Steven Arcangeli 2021-06-19 07:35:17 -07:00
  • 7da86f55a7 Merge pull request #14833 from vigoux/tree-sitter-docs-tidy Thomas Vigouroux 2021-06-19 08:48:35 +02:00
  • 96d83e2a66 Merge pull request #14824 from vigoux/extmarks-ts-perf Björn Linse 2021-06-18 12:37:27 +02:00
  • e2d3ad7bc4 vim-patch:8.2.3012: when 'rightleft' is set the line number is drawn reversed (#14839) Jan Edmund Lazo 2021-06-17 22:00:26 -04:00
  • a03ffe1602 Merge pull request #14840 from folke/lsp_float_cleanup Michael Lingelbach 2021-06-16 23:39:10 -07:00
  • 39d9713c5b chore(lsp): removed deprecated floating preview methods Folke Lemaitre 2021-06-17 07:46:17 +02:00
  • a72dfec855 release.sh: use stdin for release commit message (#14832) Jan Edmund Lazo 2021-06-16 22:58:54 -04:00
  • a85e8a186b perf(extmarks): allow ephemeral extmarks past EOF Thomas Vigouroux 2021-06-15 20:25:59 +02:00
  • 3a438bbb44 docs(treesitter): mention query help page Thomas Vigouroux 2021-06-16 19:10:15 +02:00
  • 1b6b32c544 docs(treesitter): tidy docs and remove legacy information Thomas Vigouroux 2021-06-16 19:06:29 +02:00
  • c78816eb66 Merge pull request #14796 from glacambre/upgrade_to_gcc11 James McCoy 2021-06-16 12:13:07 -04:00
  • 04ad196b4e ci: upgrade to gcc-11 on ubuntu-18.04 glacambre 2021-06-13 09:21:29 +02:00
  • f76f72a27b fix(lsp): add bufnr to formatting requests Lukas Reineke 2021-06-16 15:53:43 +09:00
  • 3df0e475e8 docs(lsp): Clarify opts for show_line_diagnostics() Shadman 2021-06-16 12:21:04 +06:00
  • 6a77def1ee Merge pull request #14454 from eltociear/patch-1 Thomas Vigouroux 2021-06-15 20:06:41 +02:00
  • ec7b21918d Merge pull request #14822 from eltociear/patch-2 Thomas Vigouroux 2021-06-15 20:02:18 +02:00
  • dbf8236764 option: fix typo in option.c Ikko Ashimine 2021-06-16 01:08:23 +09:00
  • 19ccda230e Merge pull request #14817 from neovim/marvim/api-doc-update/master Michael Lingelbach 2021-06-15 07:37:54 -07:00
  • 45a7cd2c19 docs: regenerate marvim 2021-06-15 06:20:14 +00:00
  • 8cdffd42dd docs(lsp): annotate call_hierarchy function as private cbarrete 2021-06-15 08:19:23 +02:00
  • b8dfa2f112 fix(lsp): fix on_detach in lsp.diagnostic Jaehwang Jerry Jung 2021-06-15 15:07:52 +09:00
  • 44fad0a7a3 Merge pull request #14815 from folke/lsp_triples Michael Lingelbach 2021-06-14 23:04:34 -07:00
  • d7d1f40d2c fix(lsp): replace --- by a line in stylize_markdown Folke Lemaitre 2021-06-15 00:41:07 +02:00
  • b28d458f87 Merge pull request #14482 from elianiva/lsp/remove_hover_line Michael Lingelbach 2021-06-14 15:03:25 -07:00
  • 98b597bf03 Merge pull request #14737 from rktjmp/lsp-guard-against-negative-lines Michael Lingelbach 2021-06-14 15:01:58 -07:00
  • 6488fca06b feat(lsp): hide triple - in hover window. elianiva 2021-06-10 05:49:53 +07:00
  • ed61b7f053 Merge pull request #14814 from nanotee/fix_lsp_floats_presets Michael Lingelbach 2021-06-14 15:00:11 -07:00
  • 15039d7597 fix(lsp): allow 'rounded' and 'solid' in floats Timothée Sterle 2021-06-14 23:19:45 +02:00
  • 8162792283 Merge pull request #13165 from mfussenegger/codelens Michael Lingelbach 2021-06-14 14:15:57 -07:00
  • 32c6ad02b7 Merge pull request #14813 from neovim/marvim/api-doc-update/master Thomas Vigouroux 2021-06-14 22:56:23 +02:00
  • 67c4ae1322 docs: regenerate marvim 2021-06-14 20:39:02 +00:00
  • 4284abd89a Merge pull request #14804 from clason/rounded-borders Michael Lingelbach 2021-06-14 13:36:47 -07:00
  • 2bdd553c9e feat(lsp): Add codelens support Mathias Fussenegger 2020-10-26 11:50:57 +01:00
  • 5b6edc852f feat(float): add rounded borders preset Christian Clason 2021-06-13 19:54:43 +02:00