summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2024-02-21patch 9.1.0125: unused init of text_prop_idxs in win_line()v9.1.0125Dylan Thacker-Smith
2024-02-21patch 9.1.0124: display of below/right virtual text with non-virtual text ove...v9.1.0124Dylan Thacker-Smith
2024-02-21patch 9.1.0123: MS-Windows: system() may deadlockv9.1.0123GuyBrush
2024-02-21patch 9.1.0122: Some minor issues with the getregion() functionv9.1.0122Maxim Kim
2024-02-21patch 9.1.0121: Infinite loop or signed overflow with 'smoothscroll'v9.1.0121Sean Dewar
2024-02-21patch 9.1.0120: hard to get visual region using Vim scriptv9.1.0120Shougo Matsushita
2024-02-20patch 9.1.0119: can move away from cmdwin using win_splitmove()v9.1.0119Sean Dewar
2024-02-20patch 9.1.0118: Use different restoration strategy in win_splitmovev9.1.0118Sean Dewar
2024-02-20patch 9.1.0117: Stop split-moving from firing WinNew and WinNewPre autocommandsv9.1.0117Sean Dewar
2024-02-20patch 9.1.0116: win_split_ins may not check available roomv9.1.0116Sean Dewar
2024-02-19runtime(filetype): Modula-2 files with priority not detected (#14055)dkearns
2024-02-18patch 9.1.0115: Using freed memory with full tag stack and user datav9.1.0115zeertzjq
2024-02-18patch 9.1.0114: Setting some options may change curswantv9.1.0114zeertzjq
2024-02-15patch 9.1.0113: duplicate code when cleaning undo stackv9.1.0113Christian Brabandt
2024-02-15patch 9.1.0112: Remove undo information, when cleaning quickfix bufferv9.1.0112Christian Brabandt
2024-02-15patch 9.1.0111: filetype: no support for bats filesv9.1.0111Brandon Maier
2024-02-14patch 9.1.0110: filetype: add 'Config.in' filetype detectionv9.1.0110Brandon Maier
2024-02-14patch 9.1.0109: filetype: no support for its filesv9.1.0109Brandon Maier
2024-02-14patch 9.1.0108: filetype: no support for dtso filesv9.1.0108Markus Schneider-Pargmann
2024-02-14patch 9.1.0107: CI: Fix MacOS-14 testsv9.1.0107Yee Cheng Chin
2024-02-14patch 9.1.0106: Visual highlight hard to read with 'termguicolors'v9.1.0106Maxim Kim
2024-02-13patch 9.1.0105: Style: typos foundv9.1.0105zeertzjq
2024-02-12patch 9.1.0104: Linking fails with -lto because of PERL_CFLAGSv9.1.0104Christian Brabandt
2024-02-12patch 9.1.0103: 'breakindentopt' "min" not correct with 'signcolumn'v9.1.0103zeertzjq
2024-02-12patch 9.1.0102: settabvar() may change the last accessed tabpagev9.1.0102zeertzjq
2024-02-12patch 9.1.0101: upper-case of German sharp s should be U+1E9Ev9.1.0101glepnir
2024-02-12patch 9.1.0100: Redrawing can be improved with undo and 'spell'v9.1.0100zeertzjq
2024-02-12patch 9.1.0099: Not able to use diff() with 'diffexpr'v9.1.0099Yegappan Lakshmanan
2024-02-11patch 9.1.0098: CompletionChanged not triggered when new leader added without...v9.1.0098glepnir
2024-02-11patch 9.1.0097: 'breakindent' behaves inconsistently with 'list' and splitsv9.1.0097zeertzjq
2024-02-11patch 9.1.0096: diff() function uses 'diffexpr'v9.1.0096Yegappan Lakshmanan
2024-02-10patch 9.1.0095: tests: test_restricted() failsv9.1.0095Christian Brabandt
2024-02-10patch 9.1.0094: xxd: buffer-overflow when writing color outputv9.1.0094Goffredo Baroncelli
2024-02-10patch 9.1.0093: Still a qsort() comparison function that returns result of su...v9.1.0093zeertzjq
2024-02-10patch 9.1.0092: Compiler warning for missing type in scroll_event()v9.1.0092Christian Brabandt
2024-02-10patch 9.1.0091: Syntax test fails when run with non C localev9.1.0091Christian Brabandt
2024-02-09patch 9.1.0090: Assigning wrong colors when parsing terminal OSC responsev9.1.0090Maxim Kim
2024-02-09patch 9.1.0089: qsort() comparison functions should be transitivev9.1.0089Christian Brabandt
2024-02-09patch 9.1.0088: TextChanged not triggered for :norm! commandsv9.1.0088Christian Brabandt
2024-02-09patch 9.1.0087: Restoring lastused_tabpage too early in do_arg_all()v9.1.0087glepnir
2024-02-09patch 9.1.0086: Problem when scrolling using slow touchpads scroll eventv9.1.0086lilydjwg
2024-02-09patch 9.1.0085: X11 scroll size changes after accessing clipboardv9.1.0085lilydjwg
2024-02-09patch 9.1.0084: Visual hl wrong when it ends before multibyte 'showbreak'v9.1.0084zeertzjq
2024-02-08patch 9.1.0083: Redrawing can be improved when deleting lines with 'number'v9.1.0083zeertzjq
2024-02-08patch 9.1.0082: Redrawing can be improved when deleting lines with 'cursorline'v9.1.0082zeertzjq
2024-02-08patch 9.1.0081: X11 mouse-scrolling stuttersv9.1.0081lilydjwg
2024-02-06patch 9.1.0080: unexpected error for modifying final list using +=v9.1.0080Yegappan Lakshmanan
2024-02-06patch 9.1.0079: LineNrAbove/Below highlighting wrong on wrapped linesv9.1.0079zeertzjq
2024-02-06patch 9.1.0078: GTK3: using wrong style for pre-edit areav9.1.0078lilydjwg
2024-02-06patch 9.1.0077: Unnecessary call to redraw_for_cursorline() in nv_mousescroll()v9.1.0077zeertzjq