comparison runtime/ftplugin/text.vim @ 15512:f0f06837a699

Update runtime files. commit https://github.com/vim/vim/commit/d09091d4955c5f41de69928f2db85611ed54ed23 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 17 16:07:22 2019 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Jan 2019 16:15:08 +0100
parents 0efec12f52ac
children
comparison
equal deleted inserted replaced
15511:f41122780189 15512:f0f06837a699
1 " Vim filetype plugin 1 " Vim filetype plugin
2 " Language: Text 2 " Language: Text
3 " Maintainer: David Barnett <daviebdawg+vim@gmail.com> 3 " Maintainer: David Barnett <daviebdawg+vim@gmail.com>
4 " Last Change: 2014 Jul 09 4 " Last Change: 2019 Jan 10
5 5
6 if exists('b:did_ftplugin') 6 if exists('b:did_ftplugin')
7 finish 7 finish
8 endif 8 endif
9 let b:did_ftplugin = 1 9 let b:did_ftplugin = 1
10 10
11 let b:undo_ftplugin = 'setlocal comments< commentstring<' 11 let b:undo_ftplugin = 'setlocal comments< commentstring<'
12 12
13 " We intentionally don't set formatoptions-=t since text should wrap as text. 13 " We intentionally don't set formatoptions-=t since text should wrap as text.
14 14
15 " Pseudo comment leaders to indent bulleted lists. 15 " Pseudo comment leaders to indent bulleted lists with '-' and '*'. And allow
16 setlocal comments=fb:-,fb:* 16 " for Mail quoted text with '>'.
17 setlocal comments=fb:-,fb:*,n:>
17 setlocal commentstring= 18 setlocal commentstring=