Mac terminal vim version 7.2.444 Linux terminal version 7.2.330 :set formatlistpat returns: formatlistpat=^\s*\d\+[\]:.)}\t ]\s*
Doing the following results in an error :set formatlistpat=^\s*\d\+[\]:.)}\t ]\s* E518: Unknown option: ]\s* I know this is the default... When I tried to customize I got the error and started with the default. This is what is needed to re-create the default. :set formatlistpat=^\\s*\\d\+[\\]:.)}\\t\ ]\\s* Is this a bug? --or-- What kind of magic? -Bill -- 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
