summaryrefslogtreecommitdiff
path: root/src/testdir
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0518: Test_window_split_edit_bufnr() fails on AppVeyorv8.1.0518Bram Moolenaar2018-11-101-13/+16
* patch 8.1.0517: Test_window_split_edit_alternate() fails on AppVeyorv8.1.0517Bram Moolenaar2018-11-101-4/+7
* patch 8.1.0516: :move command marks buffer modified when nothing changedv8.1.0516Bram Moolenaar2018-11-102-0/+41
* patch 8.1.0515: reloading a script gives errors for existing functionsv8.1.0515Bram Moolenaar2018-11-101-0/+27
* patch 8.1.0514: CTRL-W ^ does not work when alternate buffer has no namev8.1.0514Bram Moolenaar2018-11-102-69/+156
* patch 8.1.0513: no error for set diffopt+=algorithm:v8.1.0513Bram Moolenaar2018-11-051-1/+1
* patch 8.1.0511: ml_get error when calling a function with a rangev8.1.0511Bram Moolenaar2018-11-041-0/+19
* patch 8.1.0509: checking cwd not accessible fails for rootv8.1.0509Bram Moolenaar2018-11-031-7/+10
* patch 8.1.0508: suspend test fails when run by rootv8.1.0508Bram Moolenaar2018-11-031-3/+3
* patch 8.1.0507: .raml files not properly detectedv8.1.0507Bram Moolenaar2018-11-031-0/+1
* patch 8.1.0506: modeline test fails when run by rootv8.1.0506Bram Moolenaar2018-11-031-1/+4
* patch 8.1.0505: filter command test may fail if helplang is not setv8.1.0505Bram Moolenaar2018-11-031-0/+3
* patch 8.1.0504: when CTRL-C is mapped it triggers InsertLeavev8.1.0504Bram Moolenaar2018-11-021-0/+30
* patch 8.1.0503: missing change to diff testv8.1.0503Bram Moolenaar2018-11-011-0/+20
* patch 8.1.0502: internal diff fails when diffing a context diffv8.1.0502Bram Moolenaar2018-10-311-0/+20
* patch 8.1.0499: :2vimgrep causes an ml_get errorv8.1.0499Bram Moolenaar2018-10-281-0/+15
* patch 8.1.0498: /etc/gitconfig not recognized at a gitconfig filev8.1.0498Bram Moolenaar2018-10-271-1/+1
* patch 8.1.0497: :%diffput changes order of linesv8.1.0497Bram Moolenaar2018-10-251-0/+20
* patch 8.1.0495: :filter only supports some commandsv8.1.0495Bram Moolenaar2018-10-251-0/+40
* patch 8.1.0493: argv() and argc() only work on the current argument listv8.1.0493Bram Moolenaar2018-10-251-1/+41
* patch 8.1.0489: crash when autocmd clears vimpgrep location listv8.1.0489Bram Moolenaar2018-10-211-0/+42
* patch 8.1.0488: using freed memory in quickfix codev8.1.0488Bram Moolenaar2018-10-201-0/+21
* patch 8.1.0487: no menus specifically for the terminal windowv8.1.0487Bram Moolenaar2018-10-191-0/+34
* patch 8.1.0485: term_start() does not check if directory is accessiblev8.1.0485Bram Moolenaar2018-10-191-0/+22
* patch 8.1.0484: some file types are not recognizedv8.1.0484Bram Moolenaar2018-10-191-4/+5
* patch 8.1.0479: failure when setting 'varsofttabstop' to end in a commav8.1.0479Bram Moolenaar2018-10-151-4/+15
* patch 8.1.0476: memory leaks in test_escaped_globv8.1.0476Bram Moolenaar2018-10-141-8/+9
* patch 8.1.0471: some tests are flaky or fail on some systemsv8.1.0471Bram Moolenaar2018-10-122-3/+9
* patch 8.1.0469: too often indexing in qf_lists[]v8.1.0469Bram Moolenaar2018-10-111-0/+2
* patch 8.1.0468: MS-Windows: filter command with pipe character failsv8.1.0468Bram Moolenaar2018-10-091-0/+13
* patch 8.1.0464: MS-Windows: job_info() has cmd without backslashesv8.1.0464Bram Moolenaar2018-10-071-0/+16
* patch 8.1.0460: assert_fails() does not take a message argumentv8.1.0460Bram Moolenaar2018-10-071-0/+8
* patch 8.1.0459: Test_executable fails when there is a dog in the systemv8.1.0459Bram Moolenaar2018-10-071-1/+1
* patch 8.1.0458: ml_get error and crash when using "do"v8.1.0458Bram Moolenaar2018-10-071-0/+22
* patch 8.1.0456: running test hangs when the input file is being editedv8.1.0456Bram Moolenaar2018-10-072-2/+18
* patch 8.1.0454: resolve() was not tested with a symlink cyclev8.1.0454Bram Moolenaar2018-10-061-0/+46
* patch 8.1.0453: MS-Windows: executable() is not reliablev8.1.0453Bram Moolenaar2018-10-061-0/+13
* patch 8.1.0449: when 'rnu' is set folded lines are not displayed correctlyv8.1.0449Bram Moolenaar2018-10-023-0/+61
* patch 8.1.0448: cursorline not removed when using 'cursorbind'v8.1.0448Bram Moolenaar2018-10-024-0/+86
* patch 8.1.0446: options test fails in the GUIv8.1.0446Bram Moolenaar2018-10-021-0/+3
* patch 8.1.0445: setting 'term' does not store location for termcap optionsv8.1.0445Bram Moolenaar2018-10-021-0/+12
* patch 8.1.0440: remove() with a range not sufficiently testedv8.1.0440Bram Moolenaar2018-09-301-0/+48
* patch 8.1.0430: Xargadd file left behind after running testv8.1.0430Bram Moolenaar2018-09-241-0/+1
* patch 8.1.0429: no test for :lcd with 'shellslash'v8.1.0429Bram Moolenaar2018-09-231-0/+12
* patch 8.1.0428: the :suspend command is not testedv8.1.0428Bram Moolenaar2018-09-222-0/+52
* patch 8.1.0426: accessing invalid memory in SmcOpenConnection()v8.1.0426Bram Moolenaar2018-09-221-1/+1
* patch 8.1.0425: ml_get error and crash with appendbufline()v8.1.0425Bram Moolenaar2018-09-211-0/+27
* patch 8.1.0424: test output is very verbose, loading CI log is slowv8.1.0424Bram Moolenaar2018-09-211-4/+7
* patch 8.1.0417: several command line arguments are not testedv8.1.0417Bram Moolenaar2018-09-211-4/+46
* patch 8.1.0416: sort doesn't report deleted linesv8.1.0416Bram Moolenaar2018-09-211-0/+30