0
0
mirror of https://github.com/vim/vim.git synced 2025-10-28 09:27:14 -04:00

patch 9.0.0464: with virtual text "above" indenting doesn't work well

Problem:    With virtual text "above" indenting doesn't work well.
Solution:   Ignore text properties while adjusting indent. (issue #11084)
This commit is contained in:
Bram Moolenaar
2022-09-14 16:09:57 +01:00
parent febe13892e
commit 702bd6c7c6
5 changed files with 28 additions and 1 deletions

View File

@@ -755,6 +755,9 @@ EXTERN int popup_visible INIT(= FALSE);
EXTERN int popup_uses_mouse_move INIT(= FALSE);
EXTERN int text_prop_frozen INIT(= 0);
// when TRUE computing the cursor position ignores text properties.
EXTERN int ignore_text_props INIT(= FALSE);
#endif
// When set the popup menu will redraw soon using the pum_win_ values. Do not