summaryrefslogtreecommitdiff
path: root/src/testdir/test_alot.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0573: using :version twice leaks memoryv8.2.0573Bram Moolenaar2020-04-131-0/+1
* patch 8.2.0413: buffer menu does not handle special buffers properlyv8.2.0413Bram Moolenaar2020-03-191-1/+0
* patch 8.2.0164: test_alot takes too longv8.2.0164Bram Moolenaar2020-01-281-35/+0
* patch 8.2.0040: timers test is still flaky on Travis for Macv8.2.0040Bram Moolenaar2019-12-251-1/+0
* patch 8.2.0023: command line editing not sufficiently testedv8.2.0023Bram Moolenaar2019-12-181-0/+1
* patch 8.1.2264: there are two test files for :letv8.1.2264Bram Moolenaar2019-11-061-1/+0
* patch 8.1.2161: mapping test failsv8.1.2161Bram Moolenaar2019-10-161-1/+0
* patch 8.1.2019: 'cursorline' always highlights the whole linev8.1.2019Bram Moolenaar2019-09-091-0/+1
* patch 8.1.1841: no test for Ex shift commandsv8.1.1841Bram Moolenaar2019-08-121-0/+1
* patch 8.1.1228: not possible to process tags with a functionv8.1.1228Bram Moolenaar2019-04-281-0/+1
* patch 8.1.0986: rename() is not propertly testedv8.1.0986Bram Moolenaar2019-03-021-0/+1
* patch 8.1.0926: no test for :wnext, :wNext and :wpreviousv8.1.0926Bram Moolenaar2019-02-151-0/+1
* patch 8.1.0817: ":=" command is not testedv8.1.0817Bram Moolenaar2019-01-241-0/+1
* patch 8.1.0516: :move command marks buffer modified when nothing changedv8.1.0516Bram Moolenaar2018-11-101-0/+1
* patch 8.1.0428: the :suspend command is not testedv8.1.0428Bram Moolenaar2018-09-221-0/+1
* patch 8.1.0389: :behave command is not testedv8.1.0389Bram Moolenaar2018-09-141-0/+1
* patch 8.1.0362: cannot get the script line number when executing a functionv8.1.0362Bram Moolenaar2018-09-101-0/+1
* patch 8.1.0251: using full path is not supported for 'backupdir'v8.1.0251Bram Moolenaar2018-08-071-0/+1
* patch 8.1.0205: invalid memory access with invalid modelinev8.1.0205Bram Moolenaar2018-07-231-0/+1
* patch 8.1.0003: the :compiler command is not testedv8.1.0003Bram Moolenaar2018-05-191-0/+1
* patch 8.0.1237: ":set scroll&" often gives an errorv8.0.1237Bram Moolenaar2017-10-291-0/+1
* patch 8.0.1200: tests switch the bell off twicev8.0.1200Bram Moolenaar2017-10-151-1/+0
* patch 8.0.1162: shared script for tests cannot be included twicev8.0.1162Bram Moolenaar2017-09-301-2/+0
* patch 8.0.1053: setline() does not work on startupv8.0.1053Bram Moolenaar2017-09-041-0/+2
* patch 8.0.1039: cannot change a line in not current bufferv8.0.1039Bram Moolenaar2017-09-021-0/+1
* patch 8.0.0962: crash with virtualedit and joining linesv8.0.0962Bram Moolenaar2017-08-191-0/+1
* patch 8.0.0699: checksum tests are not actually runv8.0.0699Bram Moolenaar2017-07-081-0/+1
* patch 8.0.0613: the conf filetype is used before ftdetect from packagesv8.0.0613Bram Moolenaar2017-06-041-0/+1
* patch 8.0.0537: illegal memory access with :z and large countv8.0.0537Bram Moolenaar2017-04-021-2/+3
* patch 8.0.0522: Win32: when 'clipboard' is "unnamed" yyp does not workv8.0.0522Bram Moolenaar2017-03-291-1/+2
* patch 8.0.0499: taglist() does not prioritize tags for a bufferv8.0.0499Bram Moolenaar2017-03-211-0/+1
* patch 8.0.0493: crash with cd command with very long argumentv8.0.0493Bram Moolenaar2017-03-191-0/+1
* patch 8.0.0485: not all windows commands are testedv8.0.0485Bram Moolenaar2017-03-191-1/+0
* patch 8.0.0433: beeps when running testsv8.0.0433Bram Moolenaar2017-03-081-0/+1
* patch 8.0.0430: options test fails or hangs on MS-Windowsv8.0.0430Bram Moolenaar2017-03-081-1/+0
* patch 8.0.0359: 'number' and 'relativenumber' are not properly testedv8.0.0359Bram Moolenaar2017-02-231-0/+1
* patch 8.0.0337: invalid memory access in :recover commandv8.0.0337Bram Moolenaar2017-02-181-0/+1
* patch 8.0.0334: can't access b:changedtick from a dict referencev8.0.0334Bram Moolenaar2017-02-171-1/+2
* patch 8.0.0289: no test for "ga" and :asciiv8.0.0289Bram Moolenaar2017-02-011-0/+1
* patch 8.0.0222: blockwise put on multi-byte character misplacedv8.0.0222Bram Moolenaar2017-01-221-0/+1
* patch 8.0.0178: command count test fails on MS-Windowsv8.0.0178Bram Moolenaar2017-01-131-1/+0
* patch 8.0.0167: str2nr()/str2float() fail with negative valuesv8.0.0167Bram Moolenaar2017-01-101-0/+1
* patch 8.0.0156: not enough test coverage for float functionsv8.0.0156Bram Moolenaar2017-01-081-0/+1
* patch 8.0.0031v8.0.0031Bram Moolenaar2016-10-121-1/+2
* patch 8.0.0019v8.0.0019Bram Moolenaar2016-09-291-0/+1
* patch 7.4.2244v7.4.2244Bram Moolenaar2016-08-231-0/+1
* patch 7.4.2230v7.4.2230Bram Moolenaar2016-08-201-0/+1
* patch 7.4.2227v7.4.2227Bram Moolenaar2016-08-181-0/+1
* patch 7.4.2208v7.4.2208Bram Moolenaar2016-08-141-0/+1
* patch 7.4.2174v7.4.2174Bram Moolenaar2016-08-071-0/+1