开发者

vim - white line on the left side of the screen?

开发者 https://www.devze.com 2022-12-16 19:54 出处:网络
when I\'m using DiffOrig command from vimrc_example, after i close the diff screens, my file 开发者_JAVA技巧is altered with some white line on the left side. How can i remove that without reopening th

when I'm using DiffOrig command from vimrc_example, after i close the diff screens, my file 开发者_JAVA技巧is altered with some white line on the left side. How can i remove that without reopening the file?


Just use :diffoff : the white line will be removed and the created folds will be deleted.

0

精彩评论

暂无评论...
验证码 换一张
取 消