Changes between Initial Version and Version 1 of VimBreakIndent


Ignore:
Timestamp:
Nov 23, 2010 4:02:24 AM (13 years ago)
Author:
retracile
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VimBreakIndent

    v1 v1  
     1 = Vim breakindent patch =
     2
     3So I wanted Vim to visually wrap long lines, but take the indentation of the line into account when it does so. Apparently, Vim can't do that, but back in 2007 Vaclav Smilauer posted a patch for Vim to add that feature.
     4I have been updating that patch as Fedora releases updates for Vim.
     5
     6To get this behaviour, rebuild vim with this patch, then set `breakindent`. It isn't bug-free; it appears to interact badly with set linebreak. But you can combine it with `set showbreak=..` or `set showbreak=\ \ ` to provide a little bit of additional indent to the wrapped portion of the lines.
     7
     8[attachment:wiki:2009/11/20/12.00:vim-7.2-breakindent.patch Fedora 11, 7.2.148-1.fc11]
     9
     10[attachment:wiki:2009/12/22/16.00:vim-7.2-breakindent.patch Fedora 11, 7.2.315-1.fc11]
     11