]> git.madduck.net Git - etc/vim.git/commitdiff

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:

disable list/trailing space matching for mails
authormartin f. krafft <madduck@madduck.net>
Wed, 19 Dec 2018 11:49:05 +0000 (12:49 +0100)
committermartin f. krafft <madduck@madduck.net>
Wed, 19 Dec 2018 11:49:05 +0000 (12:49 +0100)
.vim/after/ftplugin/mail.vim

index 21e66d813d39bfbcced9df045d164c75db877fbb..da478989182d6c0693832aeea794542fd8c95213 100644 (file)
@@ -81,3 +81,12 @@ function! s:CheckArea(start, end)
     return (search(a:start,'bcnW')-line('.')) >
         \ (search(a:end,'bnW')-line('.'))
 endfunction
+
+augroup tsperrorinsert
+  au!
+augroup END
+match none /\s\+$/
+augroup listinsert
+  au!
+augroup END
+set nolist