Hard to say, let me show it by example:

While "set nowrap", every line is in one line....
nowrap:
        --------------------------------
            hello, this is a text line for swap test....
        --------------------------------


while "set wrap", line was wrapped if it can not show in one line (but
the wrapped line will start from the beginning of the next line)
wrap:
        --------------------------------
            hello, this is a text
        line for swap test....
        --------------------------------


What I want is, when "set wrap", line will be wrapped but the wrapped
line will start with the same indent....
wrap:
        --------------------------------
            hello, this is a text
            line for swap test....
        --------------------------------




Any one who knows if there is any plug-in do this work? I failed to
find any :-(
Or any could give me a instruction on how to write a plug-in for this?
(I only know how to write a basic plugin).... Thx in advnace

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to