Bram Moolenaar
|
660b85e39a
|
patch 8.0.1162: shared script for tests cannot be included twice
Problem: Shared script for tests cannot be included twice.
Solution: Include it where needed, it will "finish" if loaded again.
|
2017-09-30 14:26:58 +02:00 |
|
Bram Moolenaar
|
11aa62f8f9
|
patch 8.0.1055: bufline test hangs on MS-Windows
Problem: Bufline test hangs on MS-Windows.
Solution: Avoid message for writing file. Source shared.vim when running
test individually.
|
2017-09-04 22:56:01 +02:00 |
|
Bram Moolenaar
|
9d954207e2
|
patch 8.0.1053: setline() does not work on startup
Problem: setline() does not work on startup. (Manuel Ortega)
Solution: Do not check for ml_mfp to be set for the current buffer.
(Christian Brabandt)
|
2017-09-04 20:34:19 +02:00 |
|
Bram Moolenaar
|
b31cf2bb0b
|
patch 8.0.1039: cannot change a line in not current buffer
Problem: Cannot change a line in a buffer other than the current one.
Solution: Add setbufline(). (Yasuhiro Matsumoto, Ozaki Kiichi, closes #1953)
|
2017-09-02 19:45:19 +02:00 |
|