On Mar 16, 7:31 am, Rainy <andrei....@gmail.com> wrote:
> Hi, I'm trying to use 'formatlistpat' to format unordered lists with
> '-' as a bullet:
>
>  :set flp=^\s*-\s*

You need to escape the backslashes...
:set flp=^\\s*-\\s*

:help option-backslash

Also, be sure the 'n' flag is present in 'formatoptions'.

Brett Stahlman

>
> That does not work - next line is still indented as if flp had default
> value. I'm on vim 7.2 on ubuntu 9.10.
>
> thanks!

-- 
You received this message from the "vim_use" 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

Reply via email to