aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* vim-patch:partial: 48c3f4e0bff7 (#19684)Christian Clason2022-08-09
* docs(lua): add Lua 5.1 reference manual (#19663)dundargoc2022-08-08
* feat(lsp): set formatexpr by default (#19677)Mathias Fußenegger2022-08-08
* test: increse expect_exit() timeouts (#19680)zeertzjq2022-08-08
* Merge pull request #19674 from zeertzjq/vim-8.2.1535zeertzjq2022-08-08
|\
| * fix(fillchars): change fallback after setcellwidths()zeertzjq2022-08-08
| * vim-patch:8.2.3545: setcellwidths() may make 'listchars' or 'fillchars' invalidzeertzjq2022-08-08
| * refactor(setcellwidths): use TV_LIST_ITEM_NEXT properlyzeertzjq2022-08-08
| * vim-patch:8.2.1537: memory acccess error when using setcellwidths()zeertzjq2022-08-08
| * vim-patch:8.2.1535: it is not possible to specify cell widths of characterszeertzjq2022-08-08
| * refactor: move non-symbols in mbyte.h to mbyte_defs.hzeertzjq2022-08-08
|/
* fix(lsp): set end_col in formatexpr (#19676)Mathias Fußenegger2022-08-08
* feat(lsp): disable exit_timeout by default (#19672)Mathias Fußenegger2022-08-08
* fix(folds): fix fold remains when :delete makes buffer empty (#19673)zeertzjq2022-08-08
* fix(terminal): skip aucmd_win when checking terminal size (#19668)zeertzjq2022-08-07
* vim-patch:8.2.4492: no error if an option is given a value with ":let &opt = ...zeertzjq2022-08-07
* Merge pull request #19669 from zeertzjq/vim-8.2.1278zeertzjq2022-08-07
|\
| * vim-patch:8.2.1281: the "trailing characters" error can be hard to understandzeertzjq2022-08-07
| * vim-patch:8.2.1280: Ex command error cannot contain an argumentzeertzjq2022-08-07
| * vim-patch:8.2.1278: Vim9: line break after "->" only allowed in :def functionzeertzjq2022-08-07
|/
* fix(api): nvim_cmd handle 0 range (#19655)Lewis Russell2022-08-06
* vim-patch:8.2.1873: Vim9: missing white space when using <f-args> (#19657)zeertzjq2022-08-06
* vim-patch:8.2.3282: Vim9: error about using -complete without -nargs is confu...zeertzjq2022-08-06
* vim-patch:8.1.1210: support for user commands is spread out (#19653)zeertzjq2022-08-06
* vim-patch:8.1.0942: options window still checks for the multi_byte feature (#...zeertzjq2022-08-06
* fix(api): fix nvim_buf_set_text heap-use-after-free (#19644)zeertzjq2022-08-06
* fix(lsp): avoid ^M character in hover window on Windows (#19640)Cai.MY2022-08-05
* test(old): clear builtin menus before running tests (#19647)zeertzjq2022-08-05
* vim-patch:9.0.0141: "delmenu" does not remove autocmmands (#19646)Christian Clason2022-08-05
* docs: improve example in incremental preview section (#19613)Jonas Strittmatter2022-08-05
* test(let_spec): increase expect_exit() timeoutzeertzjq2022-08-05
* Merge pull request #19642 from zeertzjq/vim-8.2.0413zeertzjq2022-08-05
|\
| * vim-patch:9.0.0009: going past the end of a menu item with only modifierzeertzjq2022-08-05
| * vim-patch:8.2.0478: new buffers are not added to the Buffers menuzeertzjq2022-08-05
| * vim-patch:8.2.0413: buffer menu does not handle special buffers properlyzeertzjq2022-08-05
|/
* Merge pull request #19638 from zeertzjq/vim-8.2.0385zeertzjq2022-08-05
|\
| * vim-patch:8.2.3459: Vim9: need more tests for empty string argumentszeertzjq2022-08-05
| * vim-patch:8.2.0392: Coverity warns for using array index out of rangezeertzjq2022-08-05
| * vim-patch:8.2.0385: menu functionality insufficiently testedzeertzjq2022-08-05
| * fix(menu): make :menu still print header when there are no menuszeertzjq2022-08-05
|/
* vim-patch:partial:8.2.0897: list of functions in patched version is outdated ...zeertzjq2022-08-04
* fix(lsp): prevent unexpected position jumps (#19370)rhcher2022-08-03
* Merge #19626 build: cleanup old cmake filesJustin M. Keyes2022-08-03
|\
| * build: remove InstallClintErrors.cmakeDundar Goc2022-08-03
| * build: remove unused file i386-linux-gnu.toolchain.cmakeDundar Goc2022-08-03
| * build: replace deprecated cmake features with their modern alternativesDundar Goc2022-08-03
* | fix(completion): remove wrong FUNC_ATTR_NONNULL_ALL (#19627)zeertzjq2022-08-03
* | feat(lua): print source locations of lua callbacks (#19597)ii142022-08-03
* | fix(ui): set redraw_cmdline when setting window height (#19630)zeertzjq2022-08-03
* | Merge pull request #19540 from lewis6991/cmd_refactorLewis Russell2022-08-03
|\ \