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 |
|