Hi,
Raúl Núñez de Arenas Coronado wrote: > > John Beckett <[email protected]> skribis: > > This has a problem, though. If I use dashes, then gqip works perfectly > because Vim thinks that everything from "^- " to the next "^- " is a > paragraph. When using the bullet character this doesn't work. > > Is this behaviour (treat "^- " specially) hardcoded into vim or picked > from some option like iskeyword, isprint, etc.? I don't mind using a > dash instead of a bullet, but visually a bullet helps me a lot. this is controlled by the 'comments' option which by default includes "fb:-". You should be able to adapt it to the bullet character by adding "fb:∙". Regards, Jürgen -- Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us. (Calvin) --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
