Confusion about vim folding - how to disable?

后端 未结 9 1336
暗喜
暗喜 2020-12-22 20:20
  1. When I open the file it looks like this: \"enter or even this
9条回答
  •  眼角桃花
    2020-12-22 21:05

    I have added this line to my .vimrc file cause I had the same issue:

    autocmd FileType * exe "normal zR"

    This command will be executed every time you open a file automatically. So you won't see the bug and the folding feature won't be lost too)

提交回复
热议问题