kofucii
kofucii

Reputation: 7653

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 is altered with some white line on the left side. How can i remove that without reopening the file?

Upvotes: 2

Views: 746

Answers (1)

Pik'
Pik'

Reputation: 7087

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

Upvotes: 3

Related Questions