annotate runtime/ftplugin/fvwm.vim @ 28749:4a9fdf708575
v8.2.4899
patch 8.2.4899: with latin1 encoding CTRL-W might go before the cmdline
Commit: https://github.com/vim/vim/commit/ef02f16609ff0a26ffc6e20263523424980898fe
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat May 7 10:49:10 2022 +0100
patch 8.2.4899: with latin1 encoding CTRL-W might go before the cmdline
Problem: With latin1 encoding CTRL-W might go before the start of the
command line.
Solution: Check already being at the start of the command line.
author |
Bram Moolenaar <Bram@vim.org> |
date |
Sat, 07 May 2022 12:00:03 +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
|