Hello, If wrap is set and text on line ends just on columns size (for example 80), then VIM will display empty EOL below the line.
Example: :set listchars=eol:$ :set list :set columns=80 80ia<ESC> When you disable EOL completely you can't visually select empty lines. Maybe there should be an additional listchar for just an empty line? Example: :set listchars= :set list :new 5o<ESC> vgg Can't see the visual selection on the empty lines (to be fair Windows Notepad and many other editors do the same). This issue can somewhat circumvented with the use of linebreak, but it's not always the best solution. Regards. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
