Mercurial > vim
view runtime/ftplugin/text.vim @ 7060:41ccc6f95954 v7.4.842
commit https://github.com/vim/vim/commit/cdf0442d009ea97fad06d72231f7de309c75205a
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Aug 27 22:25:10 2015 +0200
patch 7.4.842
Problem: Sending too many messages to close the balloon.
Solution: Only send a WM_CLOSE message. (Jurgen Kramer)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 27 Aug 2015 22:30:13 +0200 |
parents | 0efec12f52ac |
children | f0f06837a699 |
line wrap: on
line source
" Vim filetype plugin " Language: Text " Maintainer: David Barnett <daviebdawg+vim@gmail.com> " Last Change: 2014 Jul 09 if exists('b:did_ftplugin') finish endif let b:did_ftplugin = 1 let b:undo_ftplugin = 'setlocal comments< commentstring<' " We intentionally don't set formatoptions-=t since text should wrap as text. " Pseudo comment leaders to indent bulleted lists. setlocal comments=fb:-,fb:* setlocal commentstring=