]> git.madduck.net Git - etc/vim.git/blobdiff - .vim/ftplugin/mail.vim

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Remove conflict markers accidentally checked in
[etc/vim.git] / .vim / ftplugin / mail.vim
index 67bd38c4415853ef6bb9264bc86254bf7adf5f28..94a3c44f62e4730ed2851f2c960ab17996dda809 100644 (file)
@@ -156,6 +156,8 @@ map <Leader>ns 1G/^Subject: /<CR>:s,\(Subject: \)\(Re: \)*\(.*\)$,\1 (was: \3),<
 " http://strcat.de/wiki/dotfiles#vim
 map <Leader>dw 1G/^Subject: /<CR>:s, *(was: .*)$<CR>:set nohls<CR>f l
 
+packadd lbdbq
+
 " http://dollyfish.net.nz/blog/2008-04-01/mutt-and-vim-custom-autocompletion
 fun! LBDBCompleteFn(findstart, base)
   let line = getline('.')