When there is a very long wrapped line (wrap is “on”) and a line

doesn’t fit entirely on the screen it is not displayed at all. There are blank lines beginning with ‘@’ symbol instead of wrapped line. If I scroll the screen to fit the line the ‘@’ symbols disappear and the line is displayed again. What Vim setting control this behavior? You can set the ‘display’ option to ‘lastline’ to display as much as possible of the last line in a window instead of displaying the ‘@’ symbols.

    :set display=lastline

Comments (1)


Pepsh Pepshinsky

Let’s see you to :help viminfo-file-name (option -i) :set viminfofile=NONE


Speak Your Mind