Commit Graph

  • cd14efd281 vim-patch:8.1.1823: command line history code is spread out (#19688) zeertzjq 2022-08-09 17:13:44 +08:00
  • a5e846b996 vim-patch:partial: 48c3f4e0bff7 (#19684) Christian Clason 2022-08-09 10:43:28 +02:00
  • e6680ea7c3 docs(lua): add Lua 5.1 reference manual (#19663) dundargoc 2022-08-08 18:58:32 +02:00
  • 68c674af0f feat(lsp): set formatexpr by default (#19677) Mathias Fußenegger 2022-08-08 18:30:17 +02:00
  • d31ee6664d test: increse expect_exit() timeouts (#19680) zeertzjq 2022-08-08 22:04:21 +08:00
  • d36c2fa713 Merge pull request #19674 from zeertzjq/vim-8.2.1535 zeertzjq 2022-08-08 21:20:27 +08:00
  • 603f7bd253 fix(fillchars): change fallback after setcellwidths() zeertzjq 2022-08-08 14:59:07 +08:00
  • 9fedb6fd78 vim-patch:8.2.3545: setcellwidths() may make 'listchars' or 'fillchars' invalid zeertzjq 2022-08-08 12:08:28 +08:00
  • 01a7009af9 refactor(setcellwidths): use TV_LIST_ITEM_NEXT properly zeertzjq 2022-08-08 14:31:36 +08:00
  • 967415d527 vim-patch:8.2.1537: memory acccess error when using setcellwidths() zeertzjq 2022-08-08 12:01:57 +08:00
  • 53c9500c1d vim-patch:8.2.1535: it is not possible to specify cell widths of characters zeertzjq 2022-08-08 08:22:10 +08:00
  • bc8fbb7c1d refactor: move non-symbols in mbyte.h to mbyte_defs.h zeertzjq 2022-08-08 11:35:44 +08:00
  • a46e6afb8b fix(lsp): set end_col in formatexpr (#19676) Mathias Fußenegger 2022-08-08 13:02:15 +02:00
  • 2d5fce2cdb feat(lsp): disable exit_timeout by default (#19672) Mathias Fußenegger 2022-08-08 12:34:37 +02:00
  • 18766e742b fix(folds): fix fold remains when :delete makes buffer empty (#19673) zeertzjq 2022-08-08 06:07:59 +08:00
  • 629169462a fix(terminal): skip aucmd_win when checking terminal size (#19668) zeertzjq 2022-08-07 19:43:29 +08:00
  • fa8b2b4c50 vim-patch:8.2.4492: no error if an option is given a value with ":let &opt = val" (#19670) zeertzjq 2022-08-07 17:11:03 +08:00
  • fea15adad3 Merge pull request #19669 from zeertzjq/vim-8.2.1278 zeertzjq 2022-08-07 15:22:48 +08:00
  • 48051ed62c vim-patch:8.2.1281: the "trailing characters" error can be hard to understand zeertzjq 2022-08-07 14:09:32 +08:00
  • d0686540f5 vim-patch:8.2.1280: Ex command error cannot contain an argument zeertzjq 2022-08-07 13:47:46 +08:00
  • 3b7fc5f793 vim-patch:8.2.1278: Vim9: line break after "->" only allowed in :def function zeertzjq 2022-08-07 13:46:08 +08:00
  • 0fdf59ac9d fix(api): nvim_cmd handle 0 range (#19655) Lewis Russell 2022-08-06 13:53:37 +01:00
  • 0df1418ffa vim-patch:8.2.1873: Vim9: missing white space when using <f-args> (#19657) zeertzjq 2022-08-06 20:05:46 +08:00
  • 5eb8119dce vim-patch:8.2.3282: Vim9: error about using -complete without -nargs is confusing (#19656) zeertzjq 2022-08-06 19:18:43 +08:00
  • ad7064bd83 vim-patch:8.1.1210: support for user commands is spread out (#19653) zeertzjq 2022-08-06 17:14:37 +08:00
  • 5f0fbe7c2f vim-patch:8.1.0942: options window still checks for the multi_byte feature (#19652) zeertzjq 2022-08-06 08:29:57 +08:00
  • 4cd0ee49af fix(api): fix nvim_buf_set_text heap-use-after-free (#19650) zeertzjq 2022-08-06 07:47:30 +08:00
  • 229e14c5ad Merge pull request #19651 from zeertzjq/backport-to-release-0.7 zeertzjq 2022-08-06 07:46:59 +08:00
  • 37b3fc493c fix(ui): set redraw_cmdline when setting window height zeertzjq 2022-08-06 06:45:44 +08:00
  • ad84bbbd13 fix(tabpage): check if ROWS_AVAIL changed for resize zeertzjq 2022-08-06 06:40:05 +08:00
  • a308f53525 fix(api): fix nvim_buf_set_text heap-use-after-free (#19644) zeertzjq 2022-08-06 06:22:01 +08:00
  • 85ad0e6b43 fix(lsp): avoid ^M character in hover window on Windows (#19640) Cai.MY 2022-08-05 21:23:01 +08:00
  • 58e1c6fbff test(old): clear builtin menus before running tests (#19647) zeertzjq 2022-08-05 18:50:20 +08:00
  • 21f5aee777 vim-patch:9.0.0141: "delmenu" does not remove autocmmands (#19646) Christian Clason 2022-08-05 12:23:41 +02:00
  • 5190f82a52 refactor: add space around arithmetic operators '+' and '-' zeertzjq 2022-08-05 16:45:01 +08:00
  • 7ebcb9b333 docs: improve example in incremental preview section (#19613) Jonas Strittmatter 2022-08-05 04:16:26 +02:00
  • a78606ec53 test(let_spec): increase expect_exit() timeout zeertzjq 2022-08-05 08:32:54 +08:00
  • 37ab823e6e Merge pull request #19642 from zeertzjq/vim-8.2.0413 zeertzjq 2022-08-05 08:27:40 +08:00
  • 3aef2b8bdf vim-patch:9.0.0009: going past the end of a menu item with only modifier zeertzjq 2022-08-05 07:57:41 +08:00
  • 57fbcc6929 vim-patch:8.2.0478: new buffers are not added to the Buffers menu zeertzjq 2022-08-05 07:54:14 +08:00
  • d985323c55 vim-patch:8.2.0413: buffer menu does not handle special buffers properly zeertzjq 2022-08-05 07:44:25 +08:00
  • c1e1d16fca Merge pull request #19638 from zeertzjq/vim-8.2.0385 zeertzjq 2022-08-05 07:25:23 +08:00
  • 5170a4a369 vim-patch:8.2.3459: Vim9: need more tests for empty string arguments zeertzjq 2022-08-04 14:48:34 +08:00
  • 93649cefab vim-patch:8.2.0392: Coverity warns for using array index out of range zeertzjq 2022-08-05 06:26:35 +08:00
  • 77926b6493 vim-patch:8.2.0385: menu functionality insufficiently tested zeertzjq 2022-08-04 11:11:37 +08:00
  • 69299380ca fix(menu): make :menu still print header when there are no menus zeertzjq 2022-08-04 14:45:05 +08:00
  • 27ce21ac85 vim-patch:partial:8.2.0897: list of functions in patched version is outdated (#19637) zeertzjq 2022-08-04 11:05:49 +08:00
  • 7c997dbc5d fix(lsp): prevent unexpected position jumps (#19370) rhcher 2022-08-04 03:44:33 +08:00
  • 43cd91a4f4 Merge #19626 build: cleanup old cmake files Justin M. Keyes 2022-08-03 07:54:53 -07:00
  • 0a29267514 fix(completion): remove wrong FUNC_ATTR_NONNULL_ALL (#19627) zeertzjq 2022-08-03 21:50:14 +08:00
  • 3df8d9b8c5 feat(lua): print source locations of lua callbacks (#19597) ii14 2022-08-03 14:41:17 +02:00
  • c57e133e50 fix(ui): set redraw_cmdline when setting window height (#19630) zeertzjq 2022-08-03 19:25:03 +08:00
  • 5ee56f95c7 Merge pull request #19540 from lewis6991/cmd_refactor Lewis Russell 2022-08-03 11:44:17 +01:00
  • d3bfc03c5d build: remove InstallClintErrors.cmake Dundar Goc 2022-07-01 17:06:29 +02:00
  • ba3742ed0d build: remove unused file i386-linux-gnu.toolchain.cmake Dundar Goc 2022-06-26 18:54:17 +02:00
  • 6e2c6114f9 build: replace deprecated cmake features with their modern alternatives Dundar Goc 2022-06-22 20:06:15 +02:00
  • b8dcbcc732 docs: fix typos (#19588) dundargoc 2022-08-03 03:47:16 +02:00
  • cc1ceebf8f refactor: quickfix.c (#19603) Lewis Russell 2022-08-02 23:16:07 +01:00
  • 0806c882cd Merge pull request #19584 from bfredl/terminal_c_BSL_c_O bfredl 2022-08-02 14:53:20 +02:00
  • def0ced4c7 fix(tabpage): check if ROWS_AVAIL changed for resize (#19620) zeertzjq 2022-08-02 20:48:41 +08:00
  • 9092540315 feat(terminal): implement <c-\><c-o> for terminal mode bfredl 2022-07-30 22:07:58 +02:00
  • 8ce7e7409f build: add formatting targets for c and lua files (#19488) dundargoc 2022-08-02 12:32:57 +02:00
  • c223875a65 refactor: rename function prefix mb to the more accurate utf_cp (#19590) dundargoc 2022-08-02 11:52:33 +02:00
  • dc2745e9ea refactor(cmd): unify execute_cmd with do_one_cmd Lewis Russell 2022-07-27 15:42:56 +01:00
  • dc24cb668c refactor(cmd): hoist out some code into functions Lewis Russell 2022-07-27 14:29:48 +01:00
  • 1f847edc63 refactor(cmd): format do_one_cmd() Lewis Russell 2022-07-27 14:11:51 +01:00
  • 0a049c322f test: improve mapping tests and docs (#19619) zeertzjq 2022-08-02 11:13:22 +08:00
  • 9c91d5c613 Merge pull request #19617 from zeertzjq/vim-8.2.4956 zeertzjq 2022-08-02 06:57:49 +08:00
  • 50672e3850 vim-patch:8.2.5013: after text formatting cursor may be in an invalid position zeertzjq 2022-08-02 05:55:07 +08:00
  • 4f576be881 vim-patch:8.2.4956: reading past end of line with "gf" in Visual block mode zeertzjq 2022-08-02 05:52:54 +08:00
  • c57c25649b vim-patch:8.2.4899: with latin1 encoding CTRL-W might go before the cmdline zeertzjq 2022-08-02 05:57:46 +08:00
  • d4b9f8186d vim-patch:9.0.0126 (#19612) jdrouhard 2022-08-01 16:39:23 -05:00
  • e99de3f12f fix(lsp): send didOpen if name changes on write (#19583) Mathias Fußenegger 2022-08-01 22:32:53 +02:00
  • 711ef4eac9 vim-patch:05a8061eecd9 (#19610) Christian Clason 2022-08-01 17:13:53 +02:00
  • ce7df6759c [Backport release-0.7] fix seg fault in find_tagfunc_tags (#19503) github-actions[bot] 2022-08-01 07:34:48 -07:00
  • c6181a672a feat(node): add pnpm support #19461 Percy Ma 2022-08-01 22:21:54 +08:00
  • 8d1c55e422 Merge pull request #19602 from zeertzjq/vim-8.2.0807 zeertzjq 2022-08-01 22:19:30 +08:00
  • d954e8da62 feat(mapset): support restoring "replace_keycodes" and "desc" zeertzjq 2022-08-01 16:46:58 +08:00
  • cabb23ea4d test: fix api/keymap_spec.lua tests zeertzjq 2022-08-01 16:43:18 +08:00
  • 8a032a6866 vim-patch:8.2.5106: default cmdwin mappings are re-mappable zeertzjq 2022-08-01 15:56:29 +08:00
  • 9cebfbe6ab vim-patch:8.2.4831: crash when using maparg() and unmapping simplified keys zeertzjq 2022-08-01 15:38:54 +08:00
  • 34e7dc5d05 vim-patch:8.2.2804: setting buffer local mapping with mapset() changes global zeertzjq 2022-08-01 15:43:38 +08:00
  • 7d45f1a5e8 vim-patch:8.2.1773: crash when calling mapset() with a list as first argument zeertzjq 2022-08-01 15:42:01 +08:00
  • 6963c2bdcd vim-patch:8.2.0815: maparg() does not provide enough information for mapset() zeertzjq 2022-08-01 14:04:55 +08:00
  • 5c72640bc2 vim-patch:8.2.0812: mapset() does not properly handle <> notation zeertzjq 2022-08-01 14:00:57 +08:00
  • 083865071b vim-patch:8.2.0807: cannot easily restore a mapping zeertzjq 2022-08-01 12:27:37 +08:00
  • db6e93c48d feat(api): add replace_keycodes to nvim_set_keymap (#19598) ii14 2022-08-01 15:35:08 +02:00
  • 9f5d5aa3da Use Strings instead of Tables in vim.filetype.matchregex Doc (#19604) LaurenceWarne 2022-08-01 13:45:43 +01:00
  • ece0850b73 fix(session): respect sessionoptions=terminal #19497 Gustavo Sampaio 2022-08-01 09:13:46 -03:00
  • bcb4186cf6 refactor: replace_makeprg (#19570) Lewis Russell 2022-08-01 12:02:53 +01:00
  • 8952def50a Merge pull request #19595 from zeertzjq/vim-9.0.0124 zeertzjq 2022-08-01 07:22:24 +08:00
  • 975a273125 test(old): unskip test that already passes zeertzjq 2022-08-01 06:54:35 +08:00
  • c9ca90229b vim-patch:9.0.0124: code has more indent than needed zeertzjq 2022-08-01 06:05:29 +08:00
  • 68ec497d52 Merge pull request #19437 from dundargoc/refactor/char_u-to-char bfredl 2022-07-31 15:55:01 +02:00
  • 86110ec933 fix(highlight): add missing 'nocombine' to nvim_get_hl_* apis (#19586) Munif Tanjim 2022-07-31 17:38:00 +06:00
  • 380417c1dd Merge pull request #19587 from Shougo/vim-9.0.0114 zeertzjq 2022-07-31 19:13:45 +08:00
  • 2c522854c7 vim-patch:9.0.0118: no test for what patch 9.0.0155 fixes zeertzjq 2022-07-31 18:49:57 +08:00
  • 63244f68e7 vim-patch:9.0.0115: when 'cmdheight' is zero pressing ':' may scroll a window Shougo Matsushita 2022-07-31 17:19:17 +09:00
  • 81a1d26c3e vim-patch:9.0.0114: the command line takes up space even when not used Shougo Matsushita 2022-07-31 17:06:32 +09:00
  • abc087f4c6 docs: fix typos (#19024) dundargoc 2022-07-31 10:46:38 +02:00