annotate runtime/ftplugin/fvwm.vim @ 18755:a0be066d0b48
v8.1.2367
patch 8.1.2367: registers are not sufficiently tested
Commit: https://github.com/vim/vim/commit/71136db1bfbc67c2e55f8070cdf0a241c643e45b
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Nov 30 19:48:46 2019 +0100
patch 8.1.2367: registers are not sufficiently tested
Problem: Registers are not sufficiently tested.
Solution: Add a few more test cases. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/5288)
author |
Bram Moolenaar <Bram@vim.org> |
date |
Sat, 30 Nov 2019 20:00:03 +0100 |
parents |
96cd8222a819 |
children |
|
rev |
line source |
1125
|
1 " Created : Tue 09 May 2006 02:07:31 PM CDT
|
|
2 " Modified : Tue 09 May 2006 02:07:31 PM CDT
|
|
3 " Author : Gautam Iyer <gi1242@users.sourceforge.net>
|
|
4 " Description : ftplugin for fvwm config files
|
|
5
|
|
6 if exists("b:did_ftplugin")
|
|
7 finish
|
|
8 endif
|
|
9 let b:did_ftplugin = 1
|
|
10
|
|
11 let b:undo_ftplugin = "setl com< cms< fo<"
|
|
12
|
|
13 setlocal comments=:# commentstring=#\ %s
|
|
14 setlocal formatoptions-=t formatoptions+=croql
|