- d086b8f runtime(doc): fix inconsistent indent (#14089) by zeertzjq · 1 year, 6 months ago
- a2ebb6e patch 9.1.0136: Vim9: need more test for exists() methods by Yegappan Lakshmanan · 1 year, 6 months ago
- 374e26a runtime(doc): clarify ':set[l] {option}<' behaviour by Matt Ellis · 1 year, 6 months ago
- cd3a13e patch 9.1.0135: Insufficient testing for 'delcombine' by zeertzjq · 1 year, 6 months ago
- 6a46c19 patch 9.1.0134: CI: Test_term_gettitle() is flaky on MacOS 14 by Christian Brabandt · 1 year, 6 months ago
- 8b1e749 patch 9.1.0133: MS-Windows: ligatures not rendering correctly by Erik S. V. Jansson · 1 year, 6 months ago
- 048761b patch 9.1.0132: "C" doesn't include composing chars with 'virtualedit' by zeertzjq · 1 year, 6 months ago
- 0dc0bff patch 9.1.0131: buffer-completion may not always find all matches by Christian Brabandt · 1 year, 6 months ago
- abf7030 patch 9.1.0130: [security]: UAF if win_split_ins autocommands delete "wp" by Sean Dewar · 1 year, 6 months ago
- f548ae7 patch 9.1.0129: Fix truncation of text_wrap 'wrap' virt text after EOL list char by Dylan Thacker-Smith · 1 year, 6 months ago
- a35235e runtime(doc) Update help text for matchbufline() and matchstrlist() by Yegappan Lakshmanan · 1 year, 6 months ago
- aa31346 runtime(tutor): small fixes to the zh tutor (#14081) by dragonish · 1 year, 6 months ago
- 315cd1f runtime(spec): Recognize SourceLicense tag name in RPM spec syntax (#14046) by Petr Pisar · 1 year, 6 months ago
- 2a65e73 patch 9.1.0128: win_gotoid() may abort even when not switching a window by Sean Dewar · 1 year, 6 months ago
- 5e3674b patch 9.1.0127: Naming a non-pointer variable "oap" is strange by zeertzjq · 1 year, 6 months ago
- 421b597 patch 9.1.0126: Internal error when using upper-case mark in getregion() by zeertzjq · 1 year, 6 months ago
- 1624970 runtime(vim): Update base-syntax, fix :unabbrev highlighting (#14077) by dkearns · 1 year, 6 months ago
- 20d61e1 runtime(java): add syntax support for Java switch expressions (#9124) by Nick Hanley · 1 year, 6 months ago
- 83925be patch 9.1.0125: unused init of text_prop_idxs in win_line() by Dylan Thacker-Smith · 1 year, 6 months ago
- 8055721 patch 9.1.0124: display of below/right virtual text with non-virtual text overlap by Dylan Thacker-Smith · 1 year, 6 months ago
- ec9c326 runtime(doc): clarify expand() for :terminal windows by Christian Brabandt · 1 year, 6 months ago
- 52ecc76 patch 9.1.0123: MS-Windows: system() may deadlock by GuyBrush · 1 year, 6 months ago
- 9ca335a patch 9.1.0122: Some minor issues with the getregion() function by Maxim Kim · 1 year, 6 months ago
- e8f6af6 runtime(tmux): Update tmux syntax (#14065) by Eric Pruitt · 1 year, 6 months ago
- 02fcae0 patch 9.1.0121: Infinite loop or signed overflow with 'smoothscroll' by Sean Dewar · 1 year, 6 months ago
- 3f905ab patch 9.1.0120: hard to get visual region using Vim script by Shougo Matsushita · 1 year, 6 months ago
- f865895 patch 9.1.0119: can move away from cmdwin using win_splitmove() by Sean Dewar · 1 year, 6 months ago
- 704966c patch 9.1.0118: Use different restoration strategy in win_splitmove by Sean Dewar · 1 year, 6 months ago
- 96cc4ae patch 9.1.0117: Stop split-moving from firing WinNew and WinNewPre autocommands by Sean Dewar · 1 year, 6 months ago
- 0fd44a5 patch 9.1.0116: win_split_ins may not check available room by Sean Dewar · 1 year, 6 months ago
- 15935e7 runtime(doc): Add a place holder section for version 9.2 (#14060) by Yegappan Lakshmanan · 1 year, 6 months ago
- ef387c0 runtime(filetype): Modula-2 files with priority not detected (#14055) by dkearns · 1 year, 6 months ago
- 72a1f45 CI: install gnudiff and enable `Test_diffmode` on macos-14 runner again (#14056) by Linda_pp · 1 year, 6 months ago
- f9ca139 runtime(misc): announce adoption of various runtime files by Christian Brabandt · 1 year, 6 months ago
- dfcef89 runtime(vim): Distinguish Vim9 constructor definitions from the :new ex command (#14050) by Aliaksei Budavei · 1 year, 6 months ago
- c86bff1 patch 9.1.0115: Using freed memory with full tag stack and user data by zeertzjq · 1 year, 6 months ago
- 026b174 runtime(doc): Fix typo in testing.txt (#14054) by h_east · 1 year, 6 months ago
- fcaed6a patch 9.1.0114: Setting some options may change curswant by zeertzjq · 1 year, 6 months ago
- 79230f0 runtime(less): update "Last Change:" header by Christian Brabandt · 1 year, 6 months ago
- 103f1df runtime(less): reset readonly setting when disabling less mode by Christian Brabandt · 1 year, 6 months ago
- 9071ed8 patch 9.1.0113: duplicate code when cleaning undo stack by Christian Brabandt · 1 year, 6 months ago
- f0d3d4a patch 9.1.0112: Remove undo information, when cleaning quickfix buffer by Christian Brabandt · 1 year, 6 months ago
- d00fb4b patch 9.1.0111: filetype: no support for bats files by Brandon Maier · 1 year, 6 months ago
- 5f20f05 patch 9.1.0110: filetype: add 'Config.in' filetype detection by Brandon Maier · 1 year, 6 months ago
- 1da0e85 runtime(asciidoc): include basic ftplugin by Luca Saccarola · 1 year, 6 months ago
- cf1d65e patch 9.1.0109: filetype: no support for its files by Brandon Maier · 1 year, 6 months ago
- 1633de8 runtime(vim): Update base-syntax, remove unused vimString region by Doug Kearns · 1 year, 6 months ago
- fe6d5b0 runtime(vim): Update base-syntax, fix :behave highlighting by Doug Kearns · 1 year, 6 months ago
- 5c3855b runtime(vim): update Vim Syntax generator by h-east · 1 year, 6 months ago
- b1700fb patch 9.1.0108: filetype: no support for dtso files by Markus Schneider-Pargmann · 1 year, 6 months ago
- 49f2ba6 patch 9.1.0107: CI: Fix MacOS-14 tests by Yee Cheng Chin · 1 year, 6 months ago
- 34e4a05 patch 9.1.0106: Visual highlight hard to read with 'termguicolors' by Maxim Kim · 1 year, 6 months ago
- 9b53c05 runtime(vim): include Vim Syntax generator by h-east · 1 year, 6 months ago
- e710220 patch 9.1.0105: Style: typos found by zeertzjq · 1 year, 6 months ago
- 2f9aef4 patch 9.1.0104: Linking fails with -lto because of PERL_CFLAGS by Christian Brabandt · 1 year, 6 months ago
- f0a9d65 patch 9.1.0103: 'breakindentopt' "min" not correct with 'signcolumn' by zeertzjq · 1 year, 6 months ago
- b47fbb4 patch 9.1.0102: settabvar() may change the last accessed tabpage by zeertzjq · 1 year, 6 months ago
- bd1232a patch 9.1.0101: upper-case of German sharp s should be U+1E9E by glepnir · 1 year, 6 months ago
- f2d90a3 patch 9.1.0100: Redrawing can be improved with undo and 'spell' by zeertzjq · 1 year, 6 months ago
- a0010a1 patch 9.1.0099: Not able to use diff() with 'diffexpr' by Yegappan Lakshmanan · 1 year, 6 months ago
- 6d91227 runtime(gpg): Mark dangerous use-embedded-filename with WarningMsg by Christian Brabandt · 1 year, 6 months ago
- 0d3c0a6 patch 9.1.0098: CompletionChanged not triggered when new leader added without matches by glepnir · 1 year, 6 months ago
- efabd7c patch 9.1.0097: 'breakindent' behaves inconsistently with 'list' and splits by zeertzjq · 1 year, 6 months ago
- b614b28 runtime(vim): Update syntax file (#14009) by dkearns · 1 year, 6 months ago
- be156a3 patch 9.1.0096: diff() function uses 'diffexpr' by Yegappan Lakshmanan · 1 year, 6 months ago
- 52eb0b8 patch 9.1.0095: tests: test_restricted() fails by Christian Brabandt · 1 year, 6 months ago
- 0022148 patch 9.1.0094: xxd: buffer-overflow when writing color output by Goffredo Baroncelli · 1 year, 6 months ago
- 7707827 patch 9.1.0093: Still a qsort() comparison function that returns result of subtraction by zeertzjq · 1 year, 6 months ago
- c908371 patch 9.1.0092: Compiler warning for missing type in scroll_event() by Christian Brabandt · 1 year, 6 months ago
- 627c950 patch 9.1.0091: Syntax test fails when run with non C locale by Christian Brabandt · 1 year, 6 months ago
- 45932c5 patch 9.1.0090: Assigning wrong colors when parsing terminal OSC response by Maxim Kim · 1 year, 6 months ago
- 415a5a9 runtime(vim): Fix indent after line with literal dict by Andrew Radev · 1 year, 6 months ago
- e06e437 patch 9.1.0089: qsort() comparison functions should be transitive by Christian Brabandt · 1 year, 6 months ago
- c9e79e5 patch 9.1.0088: TextChanged not triggered for :norm! commands by Christian Brabandt · 1 year, 6 months ago
- 2975a54 patch 9.1.0087: Restoring lastused_tabpage too early in do_arg_all() by glepnir · 1 year, 6 months ago
- 725c7c3 patch 9.1.0086: Problem when scrolling using slow touchpads scroll event by lilydjwg · 1 year, 6 months ago
- c4d4a1e patch 9.1.0085: X11 scroll size changes after accessing clipboard by lilydjwg · 1 year, 6 months ago
- bd2f45a CI: Add Codecov token (#13999) by K.Takata · 1 year, 6 months ago
- df23d7f patch 9.1.0084: Visual hl wrong when it ends before multibyte 'showbreak' by zeertzjq · 1 year, 6 months ago
- ae07ebc patch 9.1.0083: Redrawing can be improved when deleting lines with 'number' by zeertzjq · 1 year, 6 months ago
- 7ce34c9 patch 9.1.0082: Redrawing can be improved when deleting lines with 'cursorline' by zeertzjq · 1 year, 6 months ago
- b817014 runtime(doc): further improve docs about List/Blob += operator by zeertzjq · 1 year, 6 months ago
- 1efb1b0 patch 9.1.0081: X11 mouse-scrolling stutters by lilydjwg · 1 year, 6 months ago
- c9c2e2d runtime(doc): Clarify list-concatenation a bit more by qeatzy · 1 year, 6 months ago
- 1af3563 patch 9.1.0080: unexpected error for modifying final list using += by Yegappan Lakshmanan · 1 year, 6 months ago
- ebfd856 patch 9.1.0079: LineNrAbove/Below highlighting wrong on wrapped lines by zeertzjq · 1 year, 6 months ago
- f7f33e3 runtime(dosbatch): improve '::' comment highlighting by Christian Brabandt · 1 year, 6 months ago
- b1457d4 patch 9.1.0078: GTK3: using wrong style for pre-edit area by lilydjwg · 1 year, 6 months ago
- 7f630e6 CI: skip apt upgrade on github runners (#13975) by Philip H · 1 year, 6 months ago
- ea7f2f2 CI: Bump codecov/codecov-action from 3 to 4 (#13978) by dependabot[bot] · 1 year, 6 months ago
- 3f1b531 patch 9.1.0077: Unnecessary call to redraw_for_cursorline() in nv_mousescroll() by zeertzjq · 1 year, 6 months ago
- 0f4054f runtime(colors): color names in the v:colornames dict should be lower cased by Christian Brabandt · 1 year, 6 months ago
- de7f5bd patch 9.1.0076: luau config file not detected by lopy · 1 year, 6 months ago
- 7c5aeaf runtime(vim): Update syntax file (#13969) by dkearns · 1 year, 6 months ago
- cbb46b4 patch 9.1.0075: insert completion not correct when adding new leader by glepnir · 1 year, 6 months ago
- eac3fdc patch 9.1.0074: did_set_breakat() should be in optionstr.c by zeertzjq · 1 year, 6 months ago
- 0c989e4 patch 9.1.0073: Looping over modifier_keys_table unnecessarily by zeertzjq · 1 year, 6 months ago
- 6093703 patch 9.1.0072: Not able to build without FEAT_DIFF by Yegappan Lakshmanan · 1 year, 6 months ago
- 2d205d0 translation(ca): Fixe typos in Catalan translation (#13968) by Jordi Mas · 1 year, 6 months ago
- fa37835 patch 9.1.0071: Need a diff() Vim script function by Yegappan Lakshmanan · 1 year, 6 months ago