summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0612: Vim9: no check for space before #commentv8.2.0612Bram Moolenaar2020-04-209-19/+96
* patch 8.2.0611: Vim9: no check for space before #commentv8.2.0611Bram Moolenaar2020-04-205-4/+69
* patch 8.2.0610: some tests are still old stylev8.2.0610Bram Moolenaar2020-04-2015-106/+178
* patch 8.2.0609: configure does not detect moonjit correctlyv8.2.0609Bram Moolenaar2020-04-203-2/+4
* patch 8.2.0608: warning from clang when building message testv8.2.0608Bram Moolenaar2020-04-202-1/+3
* patch 8.2.0607: gcc warns for using uninitialized variablev8.2.0607Bram Moolenaar2020-04-192-21/+24
* patch 8.2.0606: several syntax HL errors not checkedv8.2.0606Bram Moolenaar2020-04-192-50/+47
* patch 8.2.0605: Vim9: cannot unlet an environment variablev8.2.0605Bram Moolenaar2020-04-196-5/+27
* patch 8.2.0604: :startinsert in a terminal window used laterv8.2.0604Bram Moolenaar2020-04-193-0/+29
* patch 8.2.0603: configure does not detect moonjitv8.2.0603Bram Moolenaar2020-04-193-2/+45
* patch 8.2.0602: :unlet $VAR does not work properlyv8.2.0602Bram Moolenaar2020-04-194-20/+52
* patch 8.2.0601: Vim9: :unlet is not compiledv8.2.0601Bram Moolenaar2020-04-1910-35/+232
* patch 8.2.0600: Vim9: cannot read or write w:, t: and b: variablesv8.2.0600Bram Moolenaar2020-04-197-18/+203
* patch 8.2.0599: Netbeans interface insufficiently testedv8.2.0599Bram Moolenaar2020-04-197-49/+788
* patch 8.2.0598: test_eval_stuff fails in normal terminalv8.2.0598Bram Moolenaar2020-04-182-4/+3
* patch 8.2.0597: test_eval is old stylev8.2.0597Bram Moolenaar2020-04-184-38/+122
* patch 8.2.0596: crash in test49v8.2.0596Bram Moolenaar2020-04-183-1/+3
* patch 8.2.0595: Vim9: not all commands using ends_excmd() testedv8.2.0595Bram Moolenaar2020-04-1810-15/+122
* patch 8.2.0594: MS-Windows: cannot build with WINVER set to 0x0501v8.2.0594Bram Moolenaar2020-04-187-9/+35
* patch 8.2.0593: finding a user command is not optimalv8.2.0593Bram Moolenaar2020-04-183-8/+14
* patch 8.2.0592: MS-Windows with VTP: cursor is not made invisiblev8.2.0592Bram Moolenaar2020-04-172-0/+6
* patch 8.2.0591: MS-Windows: should always support IPv6v8.2.0591Bram Moolenaar2020-04-173-2/+4
* patch 8.2.0590: no 'backspace' value allows ignoring the insertion pointv8.2.0590Bram Moolenaar2020-04-178-9/+67
* patch 8.2.0589: .bsd file type not recognizedv8.2.0589Bram Moolenaar2020-04-173-3/+5
* patch 8.2.0588: Putty does not use "sgr" 'ttymouse' by defaultv8.2.0588Bram Moolenaar2020-04-172-3/+14
* patch 8.2.0587: compiler warning for unused variablev8.2.0587Bram Moolenaar2020-04-162-1/+3
* patch 8.2.0586: Vim9: # comment not sufficiently testedv8.2.0586Bram Moolenaar2020-04-163-1/+40
* patch 8.2.0585: Vim9: # comment not recognized after :vim9scriptv8.2.0585Bram Moolenaar2020-04-166-15/+105
* patch 8.2.0584: viminfo file uses obsolete function file_readable()v8.2.0584Bram Moolenaar2020-04-162-1/+3
* patch 8.2.0583: Vim9: # comment not recognized in :def functionv8.2.0583Bram Moolenaar2020-04-163-30/+51
* patch 8.2.0582: color ramp test does not show text colorsv8.2.0582Bram Moolenaar2020-04-152-10/+56
* patch 8.2.0581: Win32 console: the cursor position is always top-leftv8.2.0581Bram Moolenaar2020-04-152-13/+9
* patch 8.2.0580: window size wrong if 'ea' is off and 'splitright' is onv8.2.0580Bram Moolenaar2020-04-153-1/+35
* patch 8.2.0579: Coverity warns for unused valuev8.2.0579Bram Moolenaar2020-04-142-3/+6
* patch 8.2.0578: heredoc for interfaces does not support "trim"v8.2.0578Bram Moolenaar2020-04-1422-1926/+2093
* patch 8.2.0577: not all modifiers supported for :optionsv8.2.0577Bram Moolenaar2020-04-136-33/+98
* patch 8.2.0576: some errors are not covered by testsv8.2.0576Bram Moolenaar2020-04-135-0/+19
* patch 8.2.0575: :digraph! not testedv8.2.0575Bram Moolenaar2020-04-132-0/+14
* patch 8.2.0574: ipv6 feature not shown in :version outputv8.2.0574Bram Moolenaar2020-04-132-1/+9
* patch 8.2.0573: using :version twice leaks memoryv8.2.0573Bram Moolenaar2020-04-135-13/+30
* patch 8.2.0572: using two lines for free and resetv8.2.0572Bram Moolenaar2020-04-132-4/+3
* patch 8.2.0571: double free when passing invalid argument to job_start()v8.2.0571Bram Moolenaar2020-04-133-0/+6
* patch 8.2.0570: Vim9: no error when omitting type from argumentv8.2.0570Bram Moolenaar2020-04-137-12/+30
* patch 8.2.0569: build failure with tiny versionv8.2.0569Bram Moolenaar2020-04-132-0/+4
* patch 8.2.0568: the man filetype plugin overwrites the unnamed registerv8.2.0568Bram Moolenaar2020-04-133-4/+26
* patch 8.2.0567: Vim9: cannot put comments halfway expressionsv8.2.0567Bram Moolenaar2020-04-137-27/+93
* patch 8.2.0566: Vim9: variable can be used uninitializedv8.2.0566Bram Moolenaar2020-04-122-2/+4
* patch 8.2.0565: Vim9: tests contain superfluous line continuationv8.2.0565Bram Moolenaar2020-04-124-499/+502
* patch 8.2.0564: Vim9: calling a def function from non-vim9 may failv8.2.0564Bram Moolenaar2020-04-123-1/+32
* patch 8.2.0563: Vim9: cannot split a function linev8.2.0563Bram Moolenaar2020-04-126-12/+69