Bram Moolenaar
|
afd2aa79ed
|
patch 9.0.0143: cursor positioned after virtual text in empty line
Problem: Cursor positioned after virtual text in empty line.
Solution: Keep cursor in the first column. (closes #10786)
|
2022-08-05 13:07:23 +01:00 |
|
Bram Moolenaar
|
09ff4b54fb
|
patch 9.0.0132: multi-byte characters in virtual text not handled correctly
Problem: Multi-byte characters in virtual text not handled correctly.
Solution: Count screen cells instead of bytes.
|
2022-08-01 16:51:02 +01:00 |
|
Bram Moolenaar
|
1f4ee19eef
|
patch 9.0.0130: cursor position wrong when inserting around virtual text
Problem: Cursor position wrong when inserting around virtual text.
Solution: Update the cursor position properly.
|
2022-08-01 15:52:55 +01:00 |
|
Bram Moolenaar
|
711483cd13
|
patch 9.0.0116: virtual text not displayed if 'signcolumn' is "yes"
Problem: Virtual text not displayed if 'signcolumn' is "yes".
Solution: Set c_extra and c_final to NUL.
|
2022-07-30 21:33:46 +01:00 |
|