TabbyML / vim-tabby

Apache License 2.0
38 stars 2 forks source link

When vim-tabby is installed - garbage sometimes appears in the vim editor when the file is opened #14

Open yurivict opened 1 month ago

yurivict commented 1 month ago

For example, when I try to create the file 'x' with the 'vim x' command the file appears with already present garbage string like this: ^[[2;2R^[[3;1R^[[>1;115;0c^[]10;rgb:fcfc/fcfc/fcfc^G^[]11;rgb:2323/2626/2727^G

vim-9.1.158 is used configured with the huge option for installed features. FreeBSD 14.0

Geremia commented 1 month ago

I get this issue, too, with vim 9.1 (2024 Jan 02, compiled May 26 2024 12:27:33) with recent vim-plug and vim-tabby, although my garbled text is a bit different:

^[[2;2R^[[3;1R^[[>1;115;0c^[110;rgb:ffff/ffff/ffff^G^[]11;rgb:0000/0000/0000^G

ctrl-L clears it.