- 6517f14 patch 8.2.4172: filetype detection for BASIC is not optimal by Bram Moolenaar · 4 years, 2 months ago
- 4ede01f patch 8.2.4160: cannot change the register used for Select mode delete by Shougo Matsushita · 4 years, 3 months ago
- ae1bd87 patch 8.2.4157: terminal test fails because Windows sets the title by ichizok · 4 years, 3 months ago
- 4ac893f patch 8.2.4153: MS-Windows: Global IME is no longer supported by K.Takata · 4 years, 3 months ago
- a9528b3 patch 8.2.4140: maparg() does not indicate the type of script by Bram Moolenaar · 4 years, 3 months ago
- fd218c8 patch 8.2.4136: Vim9: the "autoload" argument of ":vim9script" is not useful by Bram Moolenaar · 4 years, 3 months ago
- 6079da7 patch 8.2.4135: Vim9: ":scriptnames" shows unloaded imported autoload script by Bram Moolenaar · 4 years, 3 months ago
- fd31be2 Update runtime files by Bram Moolenaar · 4 years, 3 months ago
- a972522 patch 8.2.4107: script context not restored after using <ScriptCmd> by Bram Moolenaar · 4 years, 3 months ago
- e32c3c4 patch 8.2.4099: Vim9: cannot use Vim9 syntax in mapping by Bram Moolenaar · 4 years, 3 months ago
- e3ce17a patch 8.2.4095: sed script not recognized by the first line by Bram Moolenaar · 4 years, 3 months ago
- c53b467 patch 8.2.4093: cached breakindent values not initialized properly by Christian Brabandt · 4 years, 3 months ago
- c0a1d37 patch 8.2.4088: xxd cannot output everything in one line by Erik Auerswald · 4 years, 3 months ago
- 3e4fa3d patch 8.2.4087: cannot test items from an autoload script easily by Bram Moolenaar · 4 years, 3 months ago
- 8d9e470 patch 8.2.4077: not all Libsensors files are recognized by Bram Moolenaar · 4 years, 3 months ago
- 2284f6c patch 8.2.4064: foam files are not detected by Elwardi · 4 years, 3 months ago
- ee63031 patch 8.2.4052: not easy to resize a window from a plugin by Daniel Steinberg · 4 years, 3 months ago
- dc4451d patch 8.2.4050: Vim9: need to prefix every item in an autoload script by Bram Moolenaar · 4 years, 3 months ago
- 2f0936c Update runtime files by Bram Moolenaar · 4 years, 3 months ago
- d5f400c patch 8.2.4019: Vim9: import mechanism is too complicated by Bram Moolenaar · 4 years, 3 months ago
- c689f8c patch 8.2.4014: git and gitcommit file types not properly recognized by Bram Moolenaar · 4 years, 3 months ago
- 9acf2d8 patch 8.2.3995: not all sshconfig files are detected as such by David Auer · 4 years, 3 months ago
- a6feb16 patch 8.2.3979: Vim9: the feature is not mentioned in the right places by Bram Moolenaar · 4 years, 3 months ago
- 56200ee patch 8.2.3969: value of MAXCOL not available in Vim script by naohiro ono · 4 years, 3 months ago
- b79ee0c patch 8.2.3965: Vim9: no easy way to check if Vim9 script is supported by Bram Moolenaar · 4 years, 3 months ago
- 654b729 patch 8.2.3964: some common lisp and scheme files not recognized by Alex Vear · 4 years, 3 months ago
- 04fb916 Update runtime files by Bram Moolenaar · 4 years, 3 months ago
- ab16ad3 patch 8.2.3941: SIGTSTP is not handled by dbivolaru · 4 years, 3 months ago
- 8b6256f patch 8.2.3919: Vim9: wrong argument for append() results in two errors by Bram Moolenaar · 4 years, 3 months ago
- a4d131d Update runtime files by Bram Moolenaar · 4 years, 3 months ago
- 1cae5a0 patch 8.2.3917: the eval.txt help file is way too big by Bram Moolenaar · 4 years, 3 months ago
- 5da3605 patch 8.2.3913: help for expressions does not mention Vim9 syntax by Bram Moolenaar · 4 years, 3 months ago
- bbdd3fb patch 8.2.3909: Containerfile using prefix name not recognized by Bram Moolenaar · 4 years, 3 months ago
- 27708e6 patch 8.2.3908: cannot use a script-local function for 'foldtext' by Yegappan Lakshmanan · 4 years, 3 months ago
- 1f318c6 patch 8.2.3906: Vim9 help still contains "under development" warnings by Bram Moolenaar · 4 years, 3 months ago
- c88ac94 patch 8.2.3905: Dockerfile using prefix name not recognized by Bram Moolenaar · 4 years, 3 months ago
- 71eb3ad patch 8.2.3901: Vim9: Cannot set 'cpo' in main .vimrc if using Vim9 script by Bram Moolenaar · 4 years, 3 months ago
- 8bb65f2 patch 8.2.3900: it is not easy to use a script-local function for an option by Yegappan Lakshmanan · 4 years, 3 months ago
- 73a0242 patch 8.2.3888: the argument list may contain duplicates by Nir Lichtman · 4 years, 3 months ago
- fa3b723 Update runtime files by Bram Moolenaar · 4 years, 3 months ago
- 70a120b patch 8.2.3880: Solution filter files are not recognized by Bram Moolenaar · 4 years, 3 months ago
- a80aad7 patch 8.2.3874: cannot highlight the number column for a sign by James McCoy · 4 years, 3 months ago
- 82b3b4c patch 8.2.3873: go.mod files are not recognized by Bram Moolenaar · 4 years, 3 months ago
- 6f79e61 patch 8.2.3864: cannot disable requesting key codes from xterm by Bram Moolenaar · 4 years, 4 months ago
- 389b721 patch 8.2.3849: functions implementing reduce and map are too long by Yegappan Lakshmanan · 4 years, 4 months ago
- 0ccb584 patch 8.2.3848: cannot use reduce() for a string by rbtnn · 4 years, 4 months ago
- 647ab4c patch 8.2.3843: dep3patch files are not recognized by James McCoy · 4 years, 4 months ago
- 259f443 patch 8.2.3835: the inline-function example does not work by Bram Moolenaar · 4 years, 4 months ago
- 0e6adf8 Update runtime files by Bram Moolenaar · 4 years, 4 months ago
- c479ce0 patch 8.2.3818: cannot filter or map characters in a string by rbtnn · 4 years, 4 months ago
- cfabad9 patch 8.2.3814: .csx files and .sln files are not recognized by Bram Moolenaar · 4 years, 4 months ago
- 8176be1 patch 8.2.3805: i3config files are not recognized by Quentin Hibon · 4 years, 4 months ago
- 1e78deb patch 8.2.3797: no good reason to limit the message history in tiny version by Bram Moolenaar · 4 years, 4 months ago
- 739f13a patch 8.2.3795: too many #ifdefs by Bram Moolenaar · 4 years, 4 months ago
- 7b1463b patch 8.2.3784: the help for options is outdated by Bram Moolenaar · 4 years, 4 months ago
- a416861 patch 8.2.3781: the option window script is outdated by Bram Moolenaar · 4 years, 4 months ago
- 29f3a45 patch 8.2.3780: ":cd" works differently on MS-Windows by Bakudankun · 4 years, 4 months ago
- 4c8c634 patch 8.2.3769: zig files are not recognized by Gregory Anders · 4 years, 4 months ago
- 6409553 patch 8.2.3751: cannot assign a lambda to an option that takes a function by Yegappan Lakshmanan · 4 years, 4 months ago
- 4700398 Update runtime files by Bram Moolenaar · 4 years, 4 months ago
- 7645da5 patch 8.2.3735: cannot use a lambda for 'imactivatefunc' by Yegappan Lakshmanan · 4 years, 4 months ago
- 800b01b patch 8.2.3730: "/etc/Muttrc.d/README" gets filetype muttrc by Bram Moolenaar · 4 years, 4 months ago
- 6f42cb6 patch 8.2.3729: no support for squirrels by Matt Dunford · 4 years, 4 months ago
- c903695 patch 8.2.3726: README file in a config directory gets wrong filetype by Bram Moolenaar · 4 years, 4 months ago
- 8658c75 patch 8.2.3725: cannot use a lambda for 'completefunc' and 'omnifunc' by Yegappan Lakshmanan · 4 years, 4 months ago
- 05e59e3 patch 8.2.3712: cannot use Vim9 lambda for 'tagfunc' by Yegappan Lakshmanan · 4 years, 4 months ago
- 3d2e031 patch 8.2.3710: Vim9: backtick expression expanded for :global by Bram Moolenaar · 4 years, 4 months ago
- ab36e6a patch 8.2.3704: Vim9: cannot use a list declaration in a :def function by Bram Moolenaar · 4 years, 4 months ago
- 53ba95e patch 8.2.3703: most people call F# "fsharp" and not "fs" by Bram Moolenaar · 4 years, 4 months ago
- 651fca8 patch 8.2.3699: the +title feature adds a lot of #ifdef but little code by Bram Moolenaar · 4 years, 4 months ago
- 0b74d00 patch 8.2.3697: cannot drag a popup without a border by Bram Moolenaar · 4 years, 4 months ago
- 3d14c0f patch 8.2.3686: filetype detection often mixes up Forth and F# by Bram Moolenaar · 4 years, 4 months ago
- c07f11e patch 8.2.3685: Visual studio project files are not recognized by Bram Moolenaar · 4 years, 4 months ago
- 6304be6 Update runtime files. by Bram Moolenaar · 4 years, 4 months ago
- 7329cfa patch 8.2.3679: objc file detected as Octave by Doug Kearns · 4 years, 4 months ago
- 309ce25 patch 8.2.3676: unused runtime file by Bram Moolenaar · 4 years, 4 months ago
- 19916a8 patch 8.2.3665: cannot use a lambda for 'tagfunc' by Yegappan Lakshmanan · 4 years, 4 months ago
- e413ea0 patch 8.2.3664: cannot adjust sign highlighting for 'cursorline' by Bram Moolenaar · 4 years, 4 months ago
- e021662 patch 8.2.3652: can only get text properties one line at a time by Yegappan Lakshmanan · 4 years, 4 months ago
- 88a4205 Update runtime files by Bram Moolenaar · 4 years, 4 months ago
- cdf5fdb patch 8.2.3627: difficult to know where the text starts in a window by Bram Moolenaar · 4 years, 5 months ago
- 8b8d829 patch 8.2.3623: "$*" is expanded to "nonomatch" by Christian Brabandt · 4 years, 5 months ago
- 777175b patch 8.2.3619: cannot use a lambda for 'operatorfunc' by Yegappan Lakshmanan · 4 years, 5 months ago
- 851c7a6 patch 8.2.3618: getcwd() is unclear about how 'autochdir' is used by Bram Moolenaar · 4 years, 5 months ago
- 125ffd2 patch 8.2.3608: users who type "q:" instead of ":q" are confused by Egor Zvorykin · 4 years, 5 months ago
- 519cc55 Update runtime files by Bram Moolenaar · 4 years, 5 months ago
- 2a16dc6 patch 8.2.3605: cannot clear and unlinke a highlight group with hlset() by Yegappan Lakshmanan · 4 years, 5 months ago
- c143fa0 patch 8.2.3604: not all sudoers files are recognized by Bram Moolenaar · 4 years, 5 months ago
- b1b163e patch 8.2.3603: fish filetype not recognized by Bram Moolenaar · 4 years, 5 months ago
- 314b773 patch 8.2.3600: filetype test fails by Bram Moolenaar · 4 years, 5 months ago
- 782b4bb patch 8.2.3599: not all gdbinit files are recognized by Bram Moolenaar · 4 years, 5 months ago
- 0818ab8 patch 8.2.3598: RouterOS filetype is not recognized by zainin · 4 years, 5 months ago
- 36968af patch 8.2.3597: Vim seems to hang when writing a long text to a terminal by Bram Moolenaar · 4 years, 5 months ago
- 23beefe patch 8.2.3591: no event is triggered when closing a window by naohiro ono · 4 years, 5 months ago
- a0fca17 patch 8.2.3590: test for v:colornames sometimes fails by Drew Vogel · 4 years, 5 months ago
- 5300be6 patch 8.2.3589: failure when "term_rows" of term_start() is an unusual value by Bram Moolenaar · 4 years, 5 months ago
- 58ef8a3 patch 8.2.3584: "verbose set efm" reports location of the :compiler command by Bram Moolenaar · 4 years, 5 months ago
- 113cb51 Update runtime files by Bram Moolenaar · 4 years, 5 months ago
- d1a8d65 patch 8.2.3578: manipulating highlighting is complicated by Yegappan Lakshmanan · 4 years, 5 months ago
- e30d102 patch 8.2.3562: cannot add color names by Drew Vogel · 4 years, 5 months ago