summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0907: CI tests on AppVeyor are failingv8.1.0907Bram Moolenaar2019-02-132-1/+3
* patch 8.1.0906: using clumsy way to get console window handlev8.1.0906Bram Moolenaar2019-02-122-16/+3
* patch 8.1.0905: complicated regexp causes a crashv8.1.0905Bram Moolenaar2019-02-123-18/+73
* patch 8.1.0904: USE_LONG_FNAME never definedv8.1.0904Bram Moolenaar2019-02-124-33/+10
* patch 8.1.0903: struct uses more bytes than neededv8.1.0903Bram Moolenaar2019-02-122-4/+6
* patch 8.1.0902: incomplete set of assignment operatorsv8.1.0902Bram Moolenaar2019-02-124-34/+140
* patch 8.1.0901: index in getjumplist() may be wrongv8.1.0901Bram Moolenaar2019-02-123-8/+14
* patch 8.1.0900: ConPTY many crash with 32-bit buildv8.1.0900Bram Moolenaar2019-02-122-3/+5
* patch 8.1.0899: no need to check restricted mode for setwinvar()v8.1.0899Bram Moolenaar2019-02-122-1/+3
* patch 8.1.0898: a messed up rgb.txt can crash Vimv8.1.0898Bram Moolenaar2019-02-122-2/+10
* patch 8.1.0897: can modify a:000 when using a referencev8.1.0897Bram Moolenaar2019-02-118-55/+90
* patch 8.1.0896: tests for restricted mode no run for MS-Windows GUIv8.1.0896Bram Moolenaar2019-02-112-22/+15
* patch 8.1.0895: MS-Windows: dealing with temp name encoding not quite rightv8.1.0895Bram Moolenaar2019-02-102-32/+18
* patch 8.1.0894: MS-Windows: resolve() does not return a reparse pointv8.1.0894Bram Moolenaar2019-02-107-6/+286
* patch 8.1.0893: terminal test is a bit flakyv8.1.0893Bram Moolenaar2019-02-102-0/+3
* patch 8.1.0892: failure when closing a window when location list is in usev8.1.0892Bram Moolenaar2019-02-107-36/+95
* patch 8.1.0891: substitute command inssuficiently testedv8.1.0891Bram Moolenaar2019-02-102-0/+86
* patch 8.1.0890: pty allocation wrong if using file for out channelv8.1.0890Bram Moolenaar2019-02-103-14/+74
* patch 8.1.0889: MS-Windows: a channel write may hangv8.1.0889Bram Moolenaar2019-02-104-2/+26
* patch 8.1.0888: the a: dict is not immutable as documentedv8.1.0888Bram Moolenaar2019-02-105-9/+210
* patch 8.1.0887: the 'l' flag in :subsitute is stickyv8.1.0887Bram Moolenaar2019-02-103-1/+30
* patch 8.1.0886: compiler warning for NULL pointer and condition always truev8.1.0886Bram Moolenaar2019-02-103-15/+14
* patch 8.1.0885: test for restricted hangs on MS-Windows GUIv8.1.0885Bram Moolenaar2019-02-092-0/+7
* patch 8.1.0884: double check for bsd systemsv8.1.0884Bram Moolenaar2019-02-082-1/+2
* patch 8.1.0883: missing some changes for Ex commandsv8.1.0883Bram Moolenaar2019-02-082-22/+25
* patch 8.1.0882: checking for FEAT_MBYTE which doesn't exist anymorev8.1.0882Bram Moolenaar2019-02-082-1/+3
* patch 8.1.0881: can execute shell commands in rvim through interfacesv8.1.0881Bram Moolenaar2019-02-088-18/+151
* patch 8.1.0880: MS-Windows: inconsistent selection of winpty/conptyv8.1.0880Bram Moolenaar2019-02-0812-87/+106
* patch 8.1.0879: MS-Windows: temp name encoding can be wrongv8.1.0879Bram Moolenaar2019-02-082-0/+20
* patch 8.1.0878: test for has('bsd') fails on some BSD systemsv8.1.0878Bram Moolenaar2019-02-072-0/+4
* patch 8.1.0877: new buffer used every time the quickfix window is openedv8.1.0877Bram Moolenaar2019-02-055-33/+110
* patch 8.1.0876: completion match not displayed when popup menu is not shownv8.1.0876Bram Moolenaar2019-02-052-3/+9
* patch 8.1.0875: not all errors of marks and findfile()/finddir() are testedv8.1.0875Bram Moolenaar2019-02-043-0/+59
* Add missing matchit file.Bram Moolenaar2019-02-041-0/+754
* patch 8.1.0874: using old style comments in new filev8.1.0874Bram Moolenaar2019-02-042-1016/+795
* patch 8.1.0873: list if distributed files does not include matchit autoloadv8.1.0873Bram Moolenaar2019-02-032-0/+3
* patch 8.1.0872: confusing conditionv8.1.0872Bram Moolenaar2019-02-032-1/+3
* Update runtime files.Bram Moolenaar2019-02-0327-1275/+731
* patch 8.1.0871: build error when building with Ruby 2.6.0v8.1.0871Bram Moolenaar2019-02-032-0/+6
* patch 8.1.0870: Vim doesn't use the new ConPTY support in Windows 10v8.1.0870Bram Moolenaar2019-02-0317-73/+694
* patch 8.1.0869: Travis CI script is too complicatedv8.1.0869Bram Moolenaar2019-02-035-52/+102
* patch 8.1.0868: crash if triggering garbage collector after a function callv8.1.0868Bram Moolenaar2019-02-022-2/+4
* patch 8.1.0867: cannot build Python interface with Python 2.4v8.1.0867Bram Moolenaar2019-02-012-9/+13
* patch 8.1.0866: build file dependencies are outdatedv8.1.0866Bram Moolenaar2019-02-015-16/+21
* patch 8.1.0865: when 'listchars' only contains "nbsp:X" it does not workv8.1.0865Bram Moolenaar2019-01-313-3/+25
* patch 8.1.0864: cannot have a local value for 'scrolloff' and 'sidescrolloff'v8.1.0864Bram Moolenaar2019-01-3116-67/+177
* patch 8.1.0863: cannot see what signal caused a job to endv8.1.0863Bram Moolenaar2019-01-316-3/+65
* patch 8.1.0862: no verbose version of character classesv8.1.0862Bram Moolenaar2019-01-315-1/+120
* patch 8.1.0861: building with MinGW and static libc doesn't workv8.1.0861Bram Moolenaar2019-01-312-1/+4
* patch 8.1.0860: debug lines left in the codev8.1.0860Bram Moolenaar2019-01-312-2/+2