summaryrefslogtreecommitdiff
path: root/src/testdir
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.0762: ml_get error with :psearch in buffer without a namev8.0.0762Bram Moolenaar2017-07-232-0/+14
* patch 8.0.0743: the 'termsize' option can be set to an invalid valuev8.0.0743Bram Moolenaar2017-07-221-0/+1
* patch 8.0.0737: crash when X11 selection is very bigv8.0.0737Bram Moolenaar2017-07-192-3/+16
* patch 8.0.0736: OptionSet not triggered when entering diff modev8.0.0736Bram Moolenaar2017-07-194-151/+200
* patch 8.0.0735: no indication that the quickfix window/buffer changedv8.0.0735Bram Moolenaar2017-07-191-0/+24
* patch 8.0.0724: the message for yanking doesn't indicate the registerv8.0.0724Bram Moolenaar2017-07-162-0/+28
* patch 8.0.0723: arglist test fails if file name case is ignoredv8.0.0723Bram Moolenaar2017-07-161-3/+22
* patch 8.0.0721: :argedit can only have one argumentv8.0.0721Bram Moolenaar2017-07-161-8/+12
* patch 8.0.0716: not easy to start Vim cleanlyv8.0.0716Bram Moolenaar2017-07-152-0/+50
* patch 8.0.0708: some tests are old stylev8.0.0708Bram Moolenaar2017-07-1128-379/+329
* patch 8.0.0703: illegal memory access with empty :doau commandv8.0.0703Bram Moolenaar2017-07-091-0/+4
* patch 8.0.0702: an error in a timer can make Vim unusablev8.0.0702Bram Moolenaar2017-07-081-0/+18
* patch 8.0.0701: system test failing when using X11 forwardingv8.0.0701Bram Moolenaar2017-07-082-3/+7
* patch 8.0.0700: segfault with QuitPre autocommand closes the windowv8.0.0700Bram Moolenaar2017-07-081-0/+18
* patch 8.0.0699: checksum tests are not actually runv8.0.0699Bram Moolenaar2017-07-082-0/+2
* patch 8.0.0692: CTRL-G with 'incsearch' and ? goes in the wrong directionv8.0.0692Bram Moolenaar2017-07-011-0/+34
* patch 8.0.0689: ~ character not escaped when extending search patternv8.0.0689Bram Moolenaar2017-06-291-0/+20
* patch 8.0.0688: cannot resize the window in a FileType autocommandv8.0.0688Bram Moolenaar2017-06-281-12/+29
* patch 8.0.0687: minor issues related to quickfixv8.0.0687Bram Moolenaar2017-06-281-3/+6
* patch 8.0.0685: when conversion fails written file may be truncatedv8.0.0685Bram Moolenaar2017-06-271-0/+18
* patch 8.0.0684: old style tests are not nicev8.0.0684Bram Moolenaar2017-06-278-171/+119
* patch 8.0.0682: no test for synIDtrans()v8.0.0682Bram Moolenaar2017-06-271-2/+25
* patch 8.0.0681: unnamed register only contains the last deleted textv8.0.0681Bram Moolenaar2017-06-271-0/+11
* patch 8.0.0680: plugins in start packages are sourced twicev8.0.0680Bram Moolenaar2017-06-271-5/+15
* patch 8.0.0678: closing a window does not trigger resizingv8.0.0678Bram Moolenaar2017-06-251-0/+44
* patch 8.0.0677: setting 'filetype' may switch buffersv8.0.0677Bram Moolenaar2017-06-251-1/+17
* patch 8.0.0675: 'colorcolumn' has a higher priority than 'hlsearch'v8.0.0675Bram Moolenaar2017-06-251-0/+15
* patch 8.0.0672: third item of synconcealed() changes too oftenv8.0.0672Bram Moolenaar2017-06-241-5/+5
* patch 8.0.0670: can't use input() in a timer callbackv8.0.0670Bram Moolenaar2017-06-241-0/+16
* patch 8.0.0669: CTRL-N at start of the buffer does not work correctlyv8.0.0669Bram Moolenaar2017-06-241-0/+14
* patch 8.0.0667: memory access error when command follows :endfuncv8.0.0667Bram Moolenaar2017-06-241-0/+10
* patch 8.0.0663: unexpected error message only when 'verbose' is setv8.0.0663Bram Moolenaar2017-06-231-1/+3
* patch 8.0.0662: stray FIXME for fixed problemv8.0.0662Bram Moolenaar2017-06-221-6/+0
* patch 8.0.0659: no test for conceal modev8.0.0659Bram Moolenaar2017-06-221-0/+45
* patch 8.0.0658: spell test is old stylev8.0.0658Bram Moolenaar2017-06-225-950/+726
* patch 8.0.0657: cannot get and set quickfix list itemsv8.0.0657Bram Moolenaar2017-06-221-0/+67
* patch 8.0.0656: cannot use ! after some user commandsv8.0.0656Bram Moolenaar2017-06-221-0/+9
* patch 8.0.0655: not easy to make sure a function does not existv8.0.0655Bram Moolenaar2017-06-221-0/+10
* patch 8.0.0654: no warning for text after :endfunctionv8.0.0654Bram Moolenaar2017-06-221-0/+27
* patch 8.0.0647: syntax highlighting can make cause a freezev8.0.0647Bram Moolenaar2017-06-181-0/+34
* patch 8.0.0646: the hlsearch test fails on fast systemsv8.0.0646Bram Moolenaar2017-06-171-2/+3
* patch 8.0.0645: no error for illegal back reference in NFA enginev8.0.0645Bram Moolenaar2017-06-173-3/+13
* patch 8.0.0644: the timeout for 'hlsearch' is not testedv8.0.0644Bram Moolenaar2017-06-171-0/+18
* patch 8.0.0642: writefile() continues after detecting an errorv8.0.0642Bram Moolenaar2017-06-131-2/+19
* patch 8.0.0634: cannot easily get to the last quickfix listv8.0.0634Bram Moolenaar2017-06-111-2/+42
* patch 8.0.0633: the client-server test is still a bit flakyv8.0.0633Bram Moolenaar2017-06-101-1/+3
* patch 8.0.0632: the quotestar test is still a bit flakyv8.0.0632Bram Moolenaar2017-06-101-0/+10
* patch 8.0.0630: it is not easy to work on lines without a matchv8.0.0630Bram Moolenaar2017-06-101-0/+9
* patch 8.0.0627: "gn" selects only one character with 'nowrapscan'v8.0.0627Bram Moolenaar2017-06-051-1/+26
* patch 8.0.0625: shellescape() always escapes a newlinev8.0.0625Bram Moolenaar2017-06-051-0/+25