Commit Graph

  • 4342b81e8d test(api): mark "notify cancels stale events on channel close" fragile James McCoy 2021-11-30 22:27:31 -05:00
  • 50c8cc3020 fix(ci/backport): check for event_name == "pull_request_target" James McCoy 2021-11-30 22:18:58 -05:00
  • 828bf128a6 Merge pull request #15840 from vimpostor/vim-8.2.3430 Jan Edmund Lazo 2021-11-30 22:13:50 -05:00
  • 2635b77dba Merge pull request #16420 from seandewar/vim-8.1.2136 Jan Edmund Lazo 2021-11-30 21:39:22 -05:00
  • 36565c9da2 vim-patch:8.2.2350: using "void" for no reason (#16410) zeertzjq 2021-12-01 10:34:33 +08:00
  • 730a9514dc fix(lsp): progress handlers should return vim.NIL on error (#16472) Michael Lingelbach 2021-11-30 21:26:14 -05:00
  • 8ae7dabc10 Merge pull request #16381 from VVKot/vim-8.1.0228 Jan Edmund Lazo 2021-11-30 21:21:36 -05:00
  • a4699892af version bump Björn Linse 2021-11-30 18:40:33 +01:00
  • 7229afcd60 version bump Björn Linse 2021-11-30 18:38:40 +01:00
  • e65b724451 NVIM 0.6.0 v0.6.0 Björn Linse 2021-11-30 18:13:35 +01:00
  • caf41a7ac9 vim-patch:8.2.3703: most people call F# "fsharp" and not "fs" (#16469) zeertzjq 2021-11-30 21:51:17 +08:00
  • 04c7b55038 fix(lsp): change rpc start notify level to warn (#16467) Michael Lingelbach 2021-11-30 03:55:42 -05:00
  • f5fb79733e Merge pull request #16460 from dundargoc/chore/typos Björn Linse 2021-11-30 09:28:50 +01:00
  • d0fbbea62a docs(lsp): do not use nvim_command for Vimscript examples Gregory Anders 2021-11-29 22:13:31 -07:00
  • 5a24c2c83d docs(lsp): do not use | as argument separator Gregory Anders 2021-11-29 22:11:33 -07:00
  • b6e531c1d9 docs(lsp): add annotations for private functions Gregory Anders 2021-11-29 20:31:19 -07:00
  • bc1d13bb36 chore: fix typos ii14 2021-11-28 12:33:44 +01:00
  • fff8827908 feat(lsp): add 'focus' option to open_floating_preview (#16465) Gregory Anders 2021-11-29 15:37:55 -07:00
  • b16b7021ef fix(lsp): do not attempt to index nil client in progress handler (#16463) Michael Lingelbach 2021-11-29 04:03:57 -05:00
  • 6e70b7b31d docs: regenerate (#16461) github-actions[bot] 2021-11-28 10:47:37 -07:00
  • 217f9f8d1e feat(diagnostic): use scope = 'line' by default for open_float() (#16456) cbarrete 2021-11-28 11:42:29 -05:00
  • e4976cbd26 Merge pull request #16452 from clason/vim-8.2.3685 Christian Clason 2021-11-28 11:57:07 +01:00
  • 1840c82b42 Merge pull request #16451 from clason/vim-8.2.3684 Christian Clason 2021-11-28 11:47:07 +01:00
  • 2f8ed7b822 vim-patch:8.2.3687: blockwise insert does not handle autoindent properly Christian Clason 2021-11-28 00:35:26 +01:00
  • 07223fae54 Merge pull request #16455 from gpanders/diag-set Gregory Anders 2021-11-27 13:11:41 -07:00
  • 6e30461cea test(diagnostic): diagnostics passed to set() should be an array Gregory Anders 2021-11-27 12:47:03 -07:00
  • d93f47dc83 fix(diagnostic): make set() go through cache when calling show() Gregory Anders 2021-11-27 12:32:40 -07:00
  • 03d250eb45 vim-patch:6304be625ce4 (#16450) Christian Clason 2021-11-27 19:39:42 +01:00
  • ea5699399e vim-patch:8.2.3686: filetype detection often mixes up Forth and F# Christian Clason 2021-11-27 18:39:34 +01:00
  • b51b0aecc9 docs: regenerate (#16390) github-actions[bot] 2021-11-27 11:26:49 -05:00
  • caa6992a10 chore: fix typos (#16361) dundargoc 2021-11-27 17:10:48 +01:00
  • b339cb5aca vim-patch:8.2.3451: not all apache files are recognized Christian Clason 2021-11-27 16:26:26 +01:00
  • 47ad1a3584 vim-patch:8.2.3458: not all dictdconf files are recognized Christian Clason 2021-11-27 16:26:15 +01:00
  • c1c5676021 vim-patch:8.2.3452: MPD files are not recognized Christian Clason 2021-11-27 16:23:28 +01:00
  • b156ffedb6 vim-patch:8.2.3685: Visual studio project files are not recognized Christian Clason 2021-11-27 16:20:29 +01:00
  • 512ec4632f fix: allow str_utfindex second argument to be an explicit nil (#16448) Michael Lingelbach 2021-11-27 10:07:58 -05:00
  • a8dd1ea011 vim-patch:8.2.3684: blockwise insert does not handle autoindent properly Christian Clason 2021-11-27 14:54:02 +01:00
  • 6e3e8c51c0 test(oldtest): uncomment method call syntax uses Sean Dewar 2021-11-01 23:24:49 +00:00
  • 752ca2cb9f fix(eval/method): add missing method support for existing built-ins Sean Dewar 2021-11-01 22:15:53 +00:00
  • 7e1a2301ff docs(eval): cherry-pick runtime update 2e693a88b2 Sean Dewar 2021-10-31 17:15:17 +00:00
  • a0c7fff284 vim-patch:8.2.1241: cannot use getbufinfo() as a method Sean Dewar 2021-11-01 18:18:02 +00:00
  • 2c185a18cd vim-patch:8.2.1168: wrong method argument for appendbufline() Sean Dewar 2021-11-01 18:12:08 +00:00
  • 6bc9af43ce vim-patch:8.2.0871: cannot use getmarklist() as a method Sean Dewar 2021-11-01 17:49:43 +00:00
  • 60f0e18588 vim-patch:8.2.0532: cannot use simplify() as a method Sean Dewar 2021-11-01 17:48:19 +00:00
  • f37f08314d vim-patch:8.1.2166: rubyeval() not tested as a method Sean Dewar 2021-11-01 17:45:21 +00:00
  • 2ad92e9476 vim-patch:8.1.2013: more functions can be used as methods Sean Dewar 2021-11-01 16:26:19 +00:00
  • 38a831e54a vim-patch:7.4.1777 Sean Dewar 2021-11-01 16:21:16 +00:00
  • 39776d1a65 vim-patch:8.1.2011: more functions can be used as methods Sean Dewar 2021-11-01 00:28:00 +00:00
  • 0f4510cb1a feat(eval/method): partially port v8.1.2004 Sean Dewar 2021-10-31 19:04:28 +00:00
  • 2ee0bc09d9 feat(eval/method): partially port v8.1.1996 Sean Dewar 2021-10-31 18:10:46 +00:00
  • aad25ae4fc vim-patch:8.1.1995: more functions can be used as methods Sean Dewar 2021-10-31 17:31:35 +00:00
  • 4efcb72bb7 feat(eval/method): partially port v8.1.1993 Sean Dewar 2021-10-31 16:41:39 +00:00
  • fa9076f276 vim-patch:8.1.1925: more functions can be used as methods Sean Dewar 2021-10-31 16:26:48 +00:00
  • afbf89dc01 vim-patch:8.2.3679: objc file detected as Octave (#16446) Christian Clason 2021-11-26 17:34:45 +01:00
  • 7ded880227 vim-patch:8.2.3676: unused runtime file (#16441) Christian Clason 2021-11-26 17:16:11 +01:00
  • a31e7523f4 vim-patch:8.2.3677: after a put the '] mark is on the last byte (#16442) Christian Clason 2021-11-26 12:16:04 +01:00
  • eb876a0a6f fix(lua): fix vim.deepcopy for metatables & cycled tables (#16435) Shadman 2021-11-26 16:06:43 +06:00
  • 3451121a4e fix(lsp): send textDocument/didChange for each buffer (#16431) Michael Lingelbach 2021-11-26 04:54:58 -05:00
  • 102e7e7929 fix(lsp): require bufnr for apply_text_edits (#16444) Michael Lingelbach 2021-11-26 04:36:37 -05:00
  • 72d62aa6aa chore(docs): clarify vim.notify log_level parameter (#16436) Mathias Fußenegger 2021-11-25 20:06:42 +01:00
  • 150a5922aa feat(diagnostic)!: make DiagnosticChanged a first class autocmd (#16098) Gregory Anders 2021-11-25 11:55:11 -07:00
  • 1a60580925 feat(lsp): use uv_spawn to check if server executable (#16430) Michael Lingelbach 2021-11-25 07:54:45 -05:00
  • 6ea5e80393 Merge pull request #16434 from gpanders/diagnostic-clampage Michael Lingelbach 2021-11-25 07:28:46 -05:00
  • b5b025f6a3 fix(diagnostic): do not focus floats in goto functions (#16433) Gregory Anders 2021-11-24 21:45:42 -07:00
  • 0341c687a3 fix(diagnostic): don't clamp line numbers in setqflist Gregory Anders 2021-11-24 19:57:27 -07:00
  • 25ab7c6c0a test(diagnostic): uncomment equality check Gregory Anders 2021-11-24 19:38:48 -07:00
  • c59f2008e0 fix(diagnostic): get line count per buffer when clamping Gregory Anders 2021-11-24 19:32:26 -07:00
  • f2722884a8 perf(lsp)!: use faster line retrieval for utf-16 to byte idx conversion (#16360) Mathias Fußenegger 2021-11-25 02:49:34 +01:00
  • c132144d24 fix(ui): use nowait for q mapping in floating window (#16427) ii14 2021-11-24 23:57:33 +01:00
  • dac52e6d04 vim-patch:8.2.2465: using freed memory in :psearch Sean Dewar 2021-11-24 03:58:44 +00:00
  • a2e5c2f7c8 fix(fileio): replace characters over INT_MAX with U+FFFD (#16354) Javier Lopez 2021-11-23 23:07:47 -05:00
  • c366c944c2 vim-patch:8.1.2136: using freed memory with autocmd from fuzzer Sean Dewar 2021-11-24 02:48:55 +00:00
  • dd8a4e2c22 Merge pull request #16402 from clason/treesitter-bump Christian Clason 2021-11-23 20:13:51 +01:00
  • 5676edb86d fix(tests): adapt parser_spec test to tree-sitter bump Christian Clason 2021-11-23 18:29:29 +01:00
  • 849f104c27 refactor: upgrade uncrustify config version to 0.74.0 Dundar Göc 2021-11-22 10:57:37 +01:00
  • fd6df7481a fix(diagnostic): resolve buffer number in get() (#16407) Gregory Anders 2021-11-22 09:22:08 -07:00
  • e02d4732f2 fix(diagnostics): don't allow 0 bufnr for metatable index (#16405) Gregory Anders 2021-11-22 08:47:30 -07:00
  • 33ce02ee4d fix(lsp): avoid indexing vim.NIL for null workspaceFolders (#16404) Michael Lingelbach 2021-11-22 09:52:24 -05:00
  • cfa5d06801 docs(man): omit misleading mention of environment for -u NORC (#16379) Christian Clason 2021-11-22 12:00:04 +01:00
  • faae47eddb build(deps): also bump treesitter-c to v0.20.1 Christian Clason 2021-11-22 11:05:24 +01:00
  • e6c46bac3f vim-patch:88a4205f1cfb (#16399) Christian Clason 2021-11-22 10:53:57 +01:00
  • e1cea4b38d build(deps): bump tree-sitter to 0.20.1 Christian Clason 2021-11-22 10:26:17 +01:00
  • 419ebd8ec6 vim-patch:8.2.3549: mistakes in test comments zeertzjq 2021-11-22 15:50:14 +08:00
  • d40db0edbd vim-patch:8.1.1542: an OptionSet autocommand does not get enough info zeertzjq 2021-11-22 15:50:14 +08:00
  • ee99f34438 vim-patch:8.1.1393: unnecessary type casts VVKot 2021-11-21 06:41:57 +00:00
  • 6ff3475b42 vim-patch:8.1.1386: unessesary type casts for lalloc() VVKot 2021-11-20 21:33:54 +00:00
  • c86fb824e0 vim-patch:8.1.1384: using "int" for alloc() often results in compiler warnings VVKot 2021-11-20 15:30:44 +00:00
  • 64abd7be79 Merge pull request #16341 from zeertzjq/vim-8.2.2518 Jan Edmund Lazo 2021-11-21 22:21:32 -05:00
  • e05db65d2a vim-patch:8.2.3627: difficult to know where the text starts in a window (#16377) zeertzjq 2021-11-22 10:10:03 +08:00
  • f45b2f313e Merge pull request #16386 from VVKot/vim-8.2.2922 Jan Edmund Lazo 2021-11-21 20:41:56 -05:00
  • 04bfd20bb8 fix(diagnostic): remove invalid buffers from cache (#16397) smolck 2021-11-21 19:40:06 -06:00
  • 0d967f0298 Merge pull request #16362 from zeertzjq/vim-8.2.3617 Jan Edmund Lazo 2021-11-21 17:47:09 -05:00
  • d99d4af7b1 Merge pull request #16370 from gpanders/diagnostic-column-clamp Gregory Anders 2021-11-21 12:06:44 -07:00
  • 85707a3395 vim-patch:8.2.3255: ci" finds following string but ci< and others don't (#16324) Michal Liszcz 2021-11-21 20:00:50 +01:00
  • 9d0726f6d8 vim-patch:8.1.1606: on a narrow screen ":hi" output is confusing (#16388) Volodymyr Kot 2021-11-21 18:10:24 +00:00
  • 9d868317f9 vim-patch:8.2.3638: getcompletion() always passes zero as position (#16387) ii14 2021-11-21 19:00:51 +01:00
  • 134a6385e2 fix(lsp): send buffer contents joined on fileformat-specific linebreak (#16334) Dmytro Meleshko 2021-11-21 19:03:45 +02:00
  • a2749482d9 chore(lsp): clean up initialization process (#16369) Michael Lingelbach 2021-11-21 11:39:30 -05:00
  • ad71ecb49b vim-patch:8.2.3639: line commented out accidentally VVKot 2021-11-21 13:52:31 +00:00
  • 89270346f9 docs(lua): further improve Lua require() docs Diomendius 2021-11-22 00:11:32 +13:00