summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0704: CI runs "tiny" and "small" builds, which are the samev9.0.0704Naruhiko Nishino2022-10-092-2/+4
* patch 9.0.0703: failing check for argument type for const anyv9.0.0703Bram Moolenaar2022-10-095-107/+110
* patch 9.0.0702: incomplete testing cursor position with 'linebreak' setv9.0.0702zeertzjq2022-10-094-40/+28
* patch 9.0.0701: with 'smoothscroll' cursor position not adjusted in long linev9.0.0701Bram Moolenaar2022-10-088-2/+100
* patch 9.0.0700: there is no real need for a "big" buildv9.0.0700Martin Tournoij2022-10-0814-105/+73
* patch 9.0.0699: tiny build failsv9.0.0699Bram Moolenaar2022-10-082-0/+4
* patch 9.0.0698: VisVim is outdated, does not work with current Visual Studiov9.0.0698Martin Tournoij2022-10-0844-3298/+13
* patch 9.0.0697: cursor in wrong position with Visual substitutev9.0.0697Bram Moolenaar2022-10-085-19/+108
* patch 9.0.0696: it is unclear if the +rightleft and +arabic features are usedv9.0.0696Bram Moolenaar2022-10-082-0/+14
* patch 9.0.0695: failing check for dictionary type for const anyv9.0.0695Bram Moolenaar2022-10-083-2/+13
* patch 9.0.0694: no native sound support on Mac OSv9.0.0694Yee Cheng Chin2022-10-0814-35/+264
* patch 9.0.0693: browse() first argument cannot be a boolv9.0.0693Bram Moolenaar2022-10-082-1/+3
* patch 9.0.0692: PoE filter files are not recognizedv9.0.0692ObserverOfTime2022-10-083-0/+6
* patch 9.0.0691: lalloc(0) error in listchars testv9.0.0691Bram Moolenaar2022-10-082-36/+45
* patch 9.0.0690: buffer size for expanding tab not correctly computedv9.0.0690Bram Moolenaar2022-10-082-2/+5
* patch 9.0.0689: compiler warning for unused functionv9.0.0689Bram Moolenaar2022-10-072-0/+4
* patch 9.0.0688: debugger does not display the whole commandv9.0.0688Bram Moolenaar2022-10-073-2/+6
* patch 9.0.0687: "export def" does not work in a nested blockv9.0.0687Bram Moolenaar2022-10-075-53/+59
* patch 9.0.0686: the right ALT key does not work on some MS-Windows keyboardsv9.0.0686Anton Sharonov2022-10-072-0/+9
* patch 9.0.0685: FORTIFY_SOURCE causes a crash in Vim9 scriptv9.0.0685Yee Cheng Chin2022-10-072-2/+6
* patch 9.0.0684: skipped :exe command fails compilation on MS-Windowsv9.0.0684Bram Moolenaar2022-10-073-1/+6
* patch 9.0.0683: cannot specify a time for :echowindowv9.0.0683Bram Moolenaar2022-10-0721-25/+147
* patch 9.0.0682: crash when popup with deleted timer is closedv9.0.0682Bram Moolenaar2022-10-075-4/+34
* patch 9.0.0681: "<<<" shows for 'smoothscroll' even when 'showbreak is setv9.0.0681Bram Moolenaar2022-10-064-4/+11
* patch 9.0.0680: tests failing with 'breakindent', 'number' and "n" in 'cpo'v9.0.0680Bram Moolenaar2022-10-062-1/+9
* patch 9.0.0679: tests failing with 'smoothscroll', 'number' and "n" in 'cpo'v9.0.0679Bram Moolenaar2022-10-062-2/+6
* patch 9.0.0678: using exclamation marks on :functionv9.0.0678Bram Moolenaar2022-10-067-32/+34
* patch 9.0.0677: breakindent test accepts wrong resultv9.0.0677Bram Moolenaar2022-10-063-19/+18
* patch 9.0.0676: CI on Mac M1 with gcc actually uses clangv9.0.0676ichizok2022-10-062-17/+6
* patch 9.0.0675: search test screendump is outdatedv9.0.0675Bram Moolenaar2022-10-062-1/+3
* patch 9.0.0674: build error with tiny versionv9.0.0674Bram Moolenaar2022-10-062-1/+3
* patch 9.0.0673: first line wong with 'smoothscroll' and 'scrolloff' zerov9.0.0673Bram Moolenaar2022-10-064-1/+34
* patch 9.0.0672: line partly shows with 'smoothscroll' and 'scrolloff' zerov9.0.0672Bram Moolenaar2022-10-067-0/+69
* patch 9.0.0671: negative topline using CTRL-Y with 'smoothscroll' and 'diff'v9.0.0671Bram Moolenaar2022-10-064-11/+47
* patch 9.0.0670: no space for command line when there is a tablinev9.0.0670Bram Moolenaar2022-10-065-3/+22
* patch 9.0.0669: too many delete() calls in testsv9.0.0669Bram Moolenaar2022-10-056-165/+80
* patch 9.0.0668: CI on Mac M1 only uses clangv9.0.0668Philip H2022-10-052-2/+19
* patch 9.0.0667: ml_get error when 'splitkeep' is "screen"v9.0.0667Luuk van Baal2022-10-053-1/+11
* patch 9.0.0666: spacing-combining characters handled as composingv9.0.0666Bram Moolenaar2022-10-053-128/+164
* patch 9.0.0665: setting 'cmdheight' has no effect if last window was resizedv9.0.0665Bram Moolenaar2022-10-055-3/+28
* patch 9.0.0664: bad redrawing with spell checking, using "C" and "$" in 'cpo'v9.0.0664Bram Moolenaar2022-10-056-7/+50
* patch 9.0.0663: tests check for +cmdwin feature which is always presentv9.0.0663zeertzjq2022-10-057-24/+13
* patch 9.0.0662: concealed characters do not work correctlyv9.0.0662Bram Moolenaar2022-10-044-2/+38
* patch 9.0.0661: multi-byte "lastline" in 'fillchars' does not work properlyv9.0.0661zeertzjq2022-10-045-4/+30
* patch 9.0.0660: mapping with CTRL keys does not work in the GUIv9.0.0660zeertzjq2022-10-043-1/+26
* patch 9.0.0659: wrong type of comment in SetSyn() functionv9.0.0659Bram Moolenaar2022-10-042-1/+3
* patch 9.0.0658: tiny build fails on Mac OSv9.0.0658Bram Moolenaar2022-10-042-1/+4
* patch 9.0.0657: too many #ifdefsv9.0.0657Martin Tournoij2022-10-0446-315/+151
* patch 9.0.0656: cannot specify another character to use instead of '@'v9.0.0656Bram Moolenaar2022-10-0417-24/+120
* patch 9.0.0655: passing modifier codes to a shell running in the GUIv9.0.0655Bram Moolenaar2022-10-045-6/+23