aboutsummaryrefslogtreecommitdiff
path: root/vim/ftplugin/textarea.vim
blob: 4db97b5825d1c4ad8c104acce80e0e1abcf3c3d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
" Set mail message as an alternative filetype
if !exists('b:alternate_filetypes')
  let b:alternate_filetypes = [&filetype, 'mail']
endif

" Stop here if the user doesn't want ftplugin mappings
if exists('no_plugin_maps') || exists('no_textarea_maps')
  finish
endif

" #s expands to the #signature tag used in Cerb
inoreabbrev #s #signature