Bram Moolenaar
|
9d8d0b5c64
|
patch 8.2.0633: crash when using null partial in filter()
Problem: Crash when using null partial in filter().
Solution: Fix crash. Add more tests. (Yegappan Lakshmanan, closes #5976)
|
2020-04-24 22:47:31 +02:00 |
|
Bram Moolenaar
|
5feabe00c4
|
patch 8.2.0183: tests fail when the float feature is disabled
Problem: Tests fail when the float feature is disabled.
Solution: Skip tests that don't work without float support.
|
2020-01-30 18:24:53 +01:00 |
|
Bram Moolenaar
|
e2a8f0773e
|
patch 8.2.0103: using null object with execute() has strange effects
Problem: Using null object with execute() has strange effects.
Solution: Give an error message ofr Job and Channel.
|
2020-01-08 19:32:18 +01:00 |
|
Bram Moolenaar
|
5a4c3082d7
|
patch 8.1.2373: cannot build with +popupwin but without +quickfix
Problem: Cannot build with +popupwin but without +quickfix. (John Marriott)
Solution: Adjust #ifdefs.
|
2019-12-01 15:23:11 +01:00 |
|
Bram Moolenaar
|
05ad5ff0ab
|
patch 8.1.2371: FEAT_TEXT_PROP is a confusing name
Problem: FEAT_TEXT_PROP is a confusing name.
Solution: Use FEAT_PROP_POPUP. (Naruhiko Nishino, closes #5291)
|
2019-11-30 22:48:27 +01:00 |
|
Bram Moolenaar
|
345f28df54
|
patch 8.1.2124: ruler is not updated if win_execute() moves cursor
Problem: Ruler is not updated if win_execute() moves cursor.
Solution: Update the status line. (closes #5022)
|
2019-10-08 22:20:35 +02:00 |
|
Bram Moolenaar
|
f92e58cadb
|
patch 8.1.2013: more functions can be used as methods
Problem: More functions can be used as methods.
Solution: Make various functions usable as a method.
|
2019-09-08 21:51:41 +02:00 |
|
Bram Moolenaar
|
820680b9ff
|
patch 8.1.1832: win_execute() does not work in other tab
Problem: Win_execute() does not work in other tab. (Rick Howe)
Solution: Take care of the tab. (closes #4792)
|
2019-08-09 14:56:22 +02:00 |
|
Bram Moolenaar
|
2d247849ce
|
patch 8.1.1440: win_execute() test fails
Problem: Win_execute() test fails.
Solution: Adjust the expected error number. Move to popup test.
|
2019-06-01 17:06:25 +02:00 |
|
Bram Moolenaar
|
868b7b6712
|
patch 8.1.1418: win_execute() is not implemented yet
Problem: Win_execute() is not implemented yet.
Solution: Implement it.
|
2019-05-29 21:44:40 +02:00 |
|
Bram Moolenaar
|
446e7a3cd3
|
patch 8.1.0571: non-silent execute() resets display column to zero
Problem: Non-silent execute() resets display column to zero.
Solution: Keep the display column as-is.
|
2018-12-08 13:57:42 +01:00 |
|
Bram Moolenaar
|
10ccaa17ec
|
patch 8.1.0569: execute() always resets display column to zero
Problem: Execute() always resets display column to zero. (Sha Liu)
Solution: Don't reset it to zero, restore the previous value. (closes #3669)
|
2018-12-07 16:38:23 +01:00 |
|
Bram Moolenaar
|
79815f1ec7
|
patch 7.4.2008
Problem: evalcmd() has a confusing name.
Solution: Rename to execute(). Make silent optional. Support a list of
commands.
|
2016-07-09 17:07:29 +02:00 |
|