annotate runtime/ftplugin/fvwm.vim @ 24899:701e4a2576dd
v8.2.2987
patch 8.2.2987: build failure with normal features
Commit: https://github.com/vim/vim/commit/6d1792d4085c9905c9da6ff27065b57cb7cddc57
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Jun 13 14:33:20 2021 +0200
patch 8.2.2987: build failure with normal features
Problem: Build failure with normal features.
Solution: Remove #define.
author |
Bram Moolenaar <Bram@vim.org> |
date |
Sun, 13 Jun 2021 14:45:02 +0200 |
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
|