Bram Moolenaar
|
1a3a89168d
|
patch 8.1.1915: more functions can be used as methods
Problem: More functions can be used as methods.
Solution: Make various functions usable as a method.
|
2019-08-23 22:31:37 +02:00 |
|
Bram Moolenaar
|
e49fbff384
|
patch 8.1.1909: more functions can be used as methods
Problem: More functions can be used as methods.
Solution: Make a few more functions usable as a method.
|
2019-08-21 22:50:07 +02:00 |
|
Bram Moolenaar
|
8c5a278fc5
|
patch 8.1.1826: tests use hand coded feature and option checks
Problem: Tests use hand coded feature and option checks.
Solution: Use the commands from check.vim in more tests.
|
2019-08-07 23:07:07 +02:00 |
|
Bram Moolenaar
|
2984666291
|
patch 8.1.1757: text added with appendbufline() isn't displayed
Problem: Text added with appendbufline() to another buffer isn't displayed.
Solution: Update topline. (partly by Christian Brabandt, closes #4718)
|
2019-07-27 17:39:15 +02:00 |
|
Bram Moolenaar
|
c79745a82f
|
patch 8.1.1362: code and data in tests can be hard to read
Problem: Code and data in tests can be hard to read.
Solution: Use the new heredoc style. (Yegappan Lakshmanan, closes #4400)
|
2019-05-20 22:12:34 +02:00 |
|
Bram Moolenaar
|
17aca707f9
|
patch 8.1.1336: some eval functionality is not covered by tests
Problem: Some eval functionality is not covered by tests.
Solution: Add a few more test cases. (Masato Nishihata, closes #4374)
|
2019-05-16 22:24:55 +02:00 |
|
Bram Moolenaar
|
abc7c7fc5a
|
patch 8.1.1189: mode is not cleared when leaving Insert mode
Problem: Mode is not cleared when leaving Insert mode.
Solution: Clear the mode when got_int is set. (Ozaki Kiichi, closes #4270)
|
2019-04-20 15:10:13 +02:00 |
|
Bram Moolenaar
|
9cea87c577
|
patch 8.1.0425: ml_get error and crash with appendbufline()
Problem: ml_get error and crash with appendbufline(). (Masashi Iizuka)
Solution: Set per-window buffer info. (Hirohito Higashi, closes #3455)
|
2018-09-21 16:59:45 +02:00 |
|
Bram Moolenaar
|
d79a26219d
|
patch 8.1.0039: cannot easily delete lines in another buffer
Problem: Cannot easily delete lines in another buffer.
Solution: Add deletebufline().
|
2018-06-07 18:17:46 +02:00 |
|
Bram Moolenaar
|
ca851593a6
|
patch 8.1.0037: cannot easily append lines to another buffer
Problem: Cannot easily append lines to another buffer.
Solution: Add appendbufline().
|
2018-06-06 21:04:07 +02:00 |
|
Bram Moolenaar
|
0c4dc88a63
|
patch 8.0.1274: setbufline() fails when using folding
Problem: setbufline() fails when using folding.
Solution: Set "curwin" if needed. (Ozaki Kiichi, closes #2293)
|
2017-11-06 21:32:54 +01:00 |
|
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 |
|