You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vim with autoindent on adds whitespace when starting a new line. When pressing <esc> without typing anything, the whitespace is removed again. When ycm is activated, sometimes this whitespace is not removed. Sometimes it is.
How to reproduce:
Edit some file, e.g. vim foo.hs
Have autoindent on, smartindent and cindent off. I'm not sure if other settings are relevant, the output of :set is added below.
Type the following: i<space>``<space>hello<esc>o<esc>
Result: The first line consists of two spaces, followed by the word "hello". The second line consists of two spaces.
Expected: The second line is empty.
Vim with autoindent on adds whitespace when starting a new line. When pressing
<esc>
without typing anything, the whitespace is removed again. When ycm is activated, sometimes this whitespace is not removed. Sometimes it is.How to reproduce:
<space>``<space>
hello<esc>
o<esc>
Result: The first line consists of two spaces, followed by the word "hello". The second line consists of two spaces.
Expected: The second line is empty.
ycm version b7eded1
The text was updated successfully, but these errors were encountered: