Confusion about vim folding - how to disable?

后端 未结 9 1330
暗喜
暗喜 2020-12-22 20:20
  1. When I open the file it looks like this: \"enter or even this
9条回答
  •  梦毁少年i
    2020-12-22 21:09

    Sorry, if I'm answering related question, but I found useful to display two files alongside with folding turned off with something like this:

    vim "+set nofen" -O file1 file2
    

提交回复
热议问题