view runtime/ftplugin/mailaliases.vim @ 12502:ed85dd1b8c80

Add back terminal.c commit https://github.com/vim/vim/commit/2e6ab18729a634f3223a92be318e98e87b572a7b Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 20 10:03:07 2017 +0200 Add back terminal.c
author Christian Brabandt <cb@256bit.org>
date Wed, 20 Sep 2017 10:15:05 +0200
parents 1218c5353e2b
children
line wrap: on
line source

" Vim filetype plugin file
" Previous Maintainer:  Nikolai Weibull <now@bitwi.se>
" Latest Revision:      2008-07-09

if exists("b:did_ftplugin")
  finish
endif
let b:did_ftplugin = 1

let s:cpo_save = &cpo
set cpo&vim

let b:undo_ftplugin = "setl com< cms< fo<"

setlocal comments=:# commentstring=#\ %s formatoptions-=t formatoptions+=croql

let &cpo = s:cpo_save
unlet s:cpo_save