Commit Graph

  • 11683193f5 vim-patch:8.2.3555: ModeChanged is not triggered on every mode change Magnus Groß 2021-10-22 20:36:35 +02:00
  • 60c154687a vim-patch:8.2.3463: pattern matching with ModeChanged not tested Magnus Groß 2021-10-03 16:19:45 +02:00
  • fc3e5caefd vim-patch:8.2.3462: ModeChanged only uses one character for new_mode and old_mode Magnus Groß 2021-10-03 16:15:28 +02:00
  • 69bd1e4e36 vim-patch:8.2.3430: no generic way to trigger an autocommand on mode change Magnus Groß 2021-09-29 16:36:48 +02:00
  • 36538417f0 vim-patch:01164a6546b4 (#16335) zeertzjq 2021-11-18 10:28:20 +08:00
  • 1f68a21d66 vim-patch:8.2.3593: directory is wrong after executing "lcd" with win_execute() (#16314) zeertzjq 2021-11-18 10:18:55 +08:00
  • dba3590a0e vim-patch:8.2.3591: no event is triggered when closing a window (#16306) zeertzjq 2021-11-18 10:11:09 +08:00
  • 5ff972cafe vim-patch:8.2.3522: cannot use \x and \u when setting 'listchars' (#16049) zeertzjq 2021-11-18 09:55:59 +08:00
  • eb3d59126e fix(lsp): change signature of buf_highlight_references (#16345) Michael Lingelbach 2021-11-17 12:14:45 -08:00
  • c0efe49e78 vim-patch:519cc559b08b (#16340) Christian Clason 2021-11-17 10:02:59 +01:00
  • 145fc69df9 vim-patch:8.2.3588: break statement is never reached zeertzjq 2021-11-17 07:07:15 +08:00
  • 8dbe47a4bc vim-patch:8.2.3572: memory leak when closing window and using "multispace" zeertzjq 2021-11-17 07:07:15 +08:00
  • 5ed2a5cf9c vim-patch:8.2.2520: missing tests for 'listchars' zeertzjq 2021-11-17 07:07:15 +08:00
  • 7528bcec42 fix(options): using :set fillchars should clear local value zeertzjq 2021-11-17 07:07:15 +08:00
  • 8c24e1462c vim-patch:8.2.2518: 'listchars' should be window-local zeertzjq 2021-11-17 07:07:15 +08:00
  • eba317d7a9 refactor: reduce number of explicit char casts (#16077) dundargoc 2021-11-16 20:27:59 +01:00
  • 99211b008c vim-patch:8.2.3604: not all sudoers files are recognized (#16338) Christian Clason 2021-11-16 18:34:39 +01:00
  • b5eab2a98a vim-patch:8.2.3603: fish filetype not recognized (#16337) Christian Clason 2021-11-16 18:26:03 +01:00
  • 8fb09bc512 Merge pull request #16328 from gpanders/diagnostic-prefix-hi Gregory Anders 2021-11-16 08:48:26 -07:00
  • 98af683e0f refactor(diagnostic): make bufnr arguments consistent (#16323) Gregory Anders 2021-11-16 08:47:49 -07:00
  • 890f8cd750 Merge pull request #16330 from clason/vim-8.2.3598 Christian Clason 2021-11-16 13:38:07 +01:00
  • 75959d04c4 vim-patch:8.2.3600: filetype test fails Christian Clason 2021-11-16 13:03:57 +01:00
  • b20429c8a5 vim-patch:8.2.3599: not all gdbinit files are recognized Christian Clason 2021-11-16 12:40:06 +01:00
  • e5ef736dfe vim-patch:8.2.3598: RouterOS filetype is not recognized Christian Clason 2021-11-15 23:02:33 +01:00
  • 87a053f126 fix(lsp): fix edge cases in incremental sync (#16308) Michael Lingelbach 2021-11-15 08:51:30 -08:00
  • 63413bd047 refactor(diagnostic)!: rename 'show_header' to 'header' Gregory Anders 2021-11-15 08:56:10 -07:00
  • cc48837622 feat(diagnostic): allow 'prefix' option to return highlight Gregory Anders 2021-11-15 08:55:31 -07:00
  • bd15ff7b84 test: require fewest number of main loop iterations possible zeertzjq 2021-11-12 10:27:11 +08:00
  • 8f984dc1f2 Merge pull request #16047 from mcepl/vim-8.2.3520 Jan Edmund Lazo 2021-11-14 21:23:42 -05:00
  • 3c74ba4acb feat(diagnostic): add 'prefix' option to open_float (#16321) Gregory Anders 2021-11-14 18:40:11 -07:00
  • 2f37ffb719 Merge pull request #16316 from bfredl/macroman Björn Linse 2021-11-14 17:43:21 +01:00
  • 1450a6f753 refactor(macroman): get rid of MB_COPY_CHAR macro Björn Linse 2021-11-14 13:39:14 +01:00
  • 54ff21a153 refactor(macros): delete multibyte macros which just are aliases Björn Linse 2021-11-14 13:34:59 +01:00
  • ede00b29d1 Merge pull request #16317 from jamessan/remove-32bit-windows-ci James McCoy 2021-11-14 09:13:48 -05:00
  • 7bd6f12b3e ci!: remove win32 builds/releases James McCoy 2021-11-06 15:38:46 -04:00
  • 27f8b04f17 Merge pull request #16315 from bfredl/multibytes Björn Linse 2021-11-14 13:44:18 +01:00
  • ee3a58d42e fix(lsp): ensure buffers are re-attached on rename (#16266) Mathias Fußenegger 2021-11-14 12:55:16 +01:00
  • 71a4d275dc refactor(multibyte): eliminate mb_char2len alias for utf_char2len Björn Linse 2021-11-14 12:48:42 +01:00
  • 0039ba04b0 refactor(multibyte): eliminate mb_ptr2len alias for utfc_ptr2len Björn Linse 2021-11-14 12:40:46 +01:00
  • 9f27e6cbe7 refactor(multibyte): eliminate mb_char2cells alias for utf_char2cells Björn Linse 2021-11-14 12:34:43 +01:00
  • 2ef9d2a663 chore: disable creating a blank issue Christian Clason 2021-11-11 19:41:37 +01:00
  • e8631cb8a6 fix(float): skip non-focusable windows for :windo (#15378) Daniel Steinberg 2021-11-11 13:05:18 -05:00
  • 9d6a475ced fix(docs): add sync.lua to gen_vimdoc (#16285) Michael Lingelbach 2021-11-11 06:23:52 -08:00
  • 5d653a1344 Merge pull request #16276 from zeertzjq/channel-closed-term-error Björn Linse 2021-11-11 10:57:16 +01:00
  • 0ecc58c277 fix(lsp): gracefully handle nil workspaceFolders (#16284) Michael Lingelbach 2021-11-11 01:15:59 -08:00
  • 8b5c32c8cd test: add tests for freeing channel opened by termopen() zeertzjq 2021-11-11 09:34:23 +08:00
  • a502a7a731 fix(channel): fix channels opened by nvim_open_term() never being freed zeertzjq 2021-11-11 09:34:23 +08:00
  • 3b89fee246 fix(channel): throw error if sending to internal channel w/o terminal zeertzjq 2021-11-11 09:34:23 +08:00
  • 14def4d227 fix(terminal): free terminal if close_buffer() closes a closed terminal (#16264) zeertzjq 2021-11-11 06:28:55 +08:00
  • 2ecf0a4c61 fix(lsp): rewrite incremental sync (#16252) Michael Lingelbach 2021-11-09 14:37:48 -08:00
  • 953ae71fd3 feat(diagnostic): do not require namespace for hide() and show() (#16261) Gregory Anders 2021-11-09 14:33:01 -07:00
  • 8f31b218f9 fix(lsp): do not index nil client in progress (#16262) Michael Lingelbach 2021-11-09 13:05:41 -08:00
  • 4174244d8b docs: update description for 'list' option (#16254) dundargoc 2021-11-08 16:22:53 +01:00
  • 8cbe100fcc vim-patch:partial 113cb513f76d (#16260) Christian Clason 2021-11-08 00:10:44 +01:00
  • 16d4af6d2f feat(ui): add vim.ui.input and use in lsp rename (#15959) Sebastian Lyng Johansen 2021-11-07 16:13:53 +01:00
  • b74916cfd2 fix(lsp): convert range to byte index before highlighting (#16218) elianiva 2021-11-07 05:05:52 +07:00
  • 77c54fc995 Merge pull request #16155 from zeertzjq/fix-redr-border-corruption Björn Linse 2021-11-06 22:32:28 +01:00
  • 03b805aee6 feat(lua): enable stack traces in error output (#16228) Gregory Anders 2021-11-06 08:26:10 -06:00
  • 2dc0af3a4f vim-patch:8.2.3528: 'thesaurus' and 'thesaurusfunc' do not have the same scope Matěj Cepl 2021-10-17 16:37:29 +02:00
  • 1fdbd29dfa fix(diagnostic): handle an unknown or missing client (#16242) Gregory Anders 2021-11-05 10:10:27 -06:00
  • c0ba315b54 Merge pull request #16241 from bfredl/disptick Björn Linse 2021-11-05 11:19:46 +01:00
  • 9e88c9c12f fix(screen): make display_tick monotonic up to 2^64. fixes #16152 Björn Linse 2021-11-05 10:42:22 +01:00
  • 3ba800f153 fix(tui): extend smglr ignores to smglp and smgrp (#16239) Jan Alexander Steffens 2021-11-05 03:36:16 +01:00
  • 5ce35abae6 fix(input): never reinterpret unmapped ALT- chrods in Terminal mode (#16222) zeertzjq 2021-11-04 21:43:05 +08:00
  • fd347840ba fix(diagnostic): fix option resolution in open_float (#16229) Gregory Anders 2021-11-04 06:59:24 -06:00
  • f26b391317 Merge pull request #16221 from glacambre/fix_13187 James McCoy 2021-11-03 18:24:24 -04:00
  • 2481b18a53 Merge pull request #16055 from doubleloop/config_depends James McCoy 2021-11-03 08:24:39 -04:00
  • 52efcefcc8 fix: remove double slash in sysinit path glacambre 2021-11-03 06:36:56 +01:00
  • 7899c4099b docs(lsp): correct usage examples of formatexpr (#16216) Michael Lingelbach 2021-11-02 17:02:04 -07:00
  • 487286b621 docs: mention replacement for deprecated vim.lsp.diagnostic.show_* (#16211) Christian Clason 2021-11-02 16:24:05 +01:00
  • 1e1fd71fea Merge pull request #16208 from neovim/backport-16207-to-release-0.5 release-0.5 James McCoy 2021-11-02 07:37:44 -04:00
  • 606ace0fbe ci(release): delete nightly/stable tag so release recreates it James McCoy 2021-11-02 07:25:22 -04:00
  • ed2573b7e1 Merge pull request #16207 from jamessan/delete-release-tag James McCoy 2021-11-02 07:36:33 -04:00
  • 14716e4619 ci(release): delete nightly/stable tag so release recreates it James McCoy 2021-11-02 07:25:22 -04:00
  • 29cec32f44 Merge pull request #16203 from bfredl/revision Björn Linse 2021-11-01 23:50:19 +01:00
  • 995dbd2ca6 fix(extmark): fix missing virt_lines when using id param of set_extmark Björn Linse 2021-11-01 22:53:22 +01:00
  • b8eabb37b1 Merge pull request #16131 from jamessan/vim-8.1.0306 James McCoy 2021-11-01 11:27:42 -04:00
  • 961cd83b3b refactor(api/marks)!: add opts param for feature extensibility (#16146) Javier Lopez 2021-11-01 08:46:26 -05:00
  • fa97d34858 fix(lsp): pass the enriched ctx to the client-side command (#16201) Nghia Le Minh 2021-11-01 20:29:50 +07:00
  • 9e479ea05e vim-patch:8.2.3561: cscope has a complicated way of giving an error message James McCoy 2021-10-24 11:04:28 -04:00
  • 502ff11663 vim-patch:8.1.0783: compiler warning for signed/unsigned James McCoy 2021-10-23 16:44:57 -04:00
  • e6ff154be6 vim-patch:8.1.0779: argument for message functions is inconsistent James McCoy 2021-10-23 16:04:37 -04:00
  • efa924f66b vim-patch:8.1.0743: giving error messages is not flexible James McCoy 2021-10-18 09:08:46 -04:00
  • 684640f551 vim-patch:8.1.0306: plural messages are not translated properly James McCoy 2021-10-23 15:10:28 -04:00
  • b69ceaa2e8 Merge pull request #16193 from neovim/backport-16191-to-release-0.5 James McCoy 2021-11-01 06:39:11 -04:00
  • 7f4b7320f6 Merge pull request #16198 from jamessan/limit-ci-branches James McCoy 2021-11-01 06:37:37 -04:00
  • 519d8deb08 feat(lsp): add per-client commands (#16101) Michael Lingelbach 2021-11-01 03:14:59 -07:00
  • 7ae86c1d4c feat(ui): add opt.kind to vim.ui.select (#15838) Zachary Churchill 2021-10-31 20:15:09 -04:00
  • ea2ce90cc6 ci: limit CI checks to the main dev branches James McCoy 2021-10-31 20:03:24 -04:00
  • a68faed02d refactor: saner options for uncrustify #16196 dundargoc 2021-11-01 01:03:08 +01:00
  • 3ad07553e2 fix(ci): use correct check for path-existence James McCoy 2021-10-31 14:09:10 -04:00
  • 5ad15c9fa1 fix(lsp): improve symbols_to_items performance (#16197) Michael Lingelbach 2021-10-31 15:18:51 -07:00
  • 69e4cb7116 Merge pull request #15907 from black-desk/utf32-to-utf16 Michael Lingelbach 2021-10-31 14:47:08 -07:00
  • 85a8bede45 fix(lsp): default to UTF-16 when lsp client using str_utfindex black_desk 2021-10-07 17:55:10 +08:00
  • 2e3a4747e2 fix(lsp): default to UTF-16 in make_position_params black_desk 2021-10-05 07:03:55 +08:00
  • 0c1585bc63 Merge pull request #16195 from jamessan/really-fix-win-ci James McCoy 2021-10-31 15:11:21 -04:00
  • 98f578293b fix(lsp): don't update active_clients on exit_timeout (#16192) David Hotham 2021-10-31 19:05:57 +00:00
  • 7126315935 fix(ci): use correct check for path-existence James McCoy 2021-10-31 14:09:10 -04:00
  • 478748881f Merge pull request #16187 from erw7/fix-build-MinGW James McCoy 2021-10-31 12:54:52 -04:00
  • 64ec1f5b02 ci(win): only remove choco's cpack.exe if it exists James McCoy 2021-10-31 08:42:30 -04:00