3
1
This GIF image illustrates my problem:
My execution environment:
- Windows 7 SP1
- Vim74 (Windows version)
- ConEmu latest version x64 version
My .vimrc
file: 529-line file on codepad
Settings related to my problem (as I think):
set term=xterm
set t_Co=256
let &t_AB="\e[48;5;%dm"
let &t_AF="\e[38;5;%dm"
My problem:
- When I scroll down, texts are rendered very slowly.
- Annoying cursor(?) appears randomly on screen.
- I have this problem even with plain text files.
- Very short (less than 50 lines but with scrollable line long) files.
Solutions I tried:
- Reduce synmaxcolum by
set synmaxolum=50
- Remove line
set=xterm
(this solves the problem but I need 256 colors) - I tested on Ubuntu and Cygwin with same
.vimrc
file and plugins but there was no problem at all :-0 - GVim works fine
There is something wrong with formatting. Please edit your post. – Konrad Gajewski – 2015-07-09T11:26:15.783
Your gif doesn't show full window. – Maximus – 2015-07-10T09:43:03.313
Which vim are you using? It is possible to run vim inside Conemu in multiple ways: embed graphical VIM window, launch
cmd
and run text mode vim, or run vim inside MinGW or other unix like environment. Judging fromterm
variable, it doesn't look like graphical VIM. – Abel Cheung – 2015-07-10T12:47:13.883Did you ever resolve this? – Simon Hartcher – 2017-03-15T23:44:32.787
@SimonHartcher No – 이햇살 – 2017-03-28T04:06:44.880
@이햇살 Using gvim fixes it. – Simon Hartcher – 2017-03-28T10:31:00.623