vim - white line on the left side of the screen?
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.
精彩评论