annotate runtime/ftplugin/unison.vim @ 32975:71cbad0921c9
runtime: Remove Brams name from a few more runtime files (#12780)
Commit: https://github.com/vim/vim/commit/e8d6f03f6a61f60de6893253621d057f63dd6a23
Author: Christian Brabandt <cb@256bit.org>
Date: Wed Aug 23 20:23:07 2023 +0100
runtime: Remove Brams name from a few more runtime files (https://github.com/vim/vim/issues/12780)
syntax/model.vim: minor wording improvement
Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Adri Verhoef <a3@a3.xs4all.nl>
author |
Christian Brabandt <cb@256bit.org> |
date |
Thu, 24 Aug 2023 07:33:28 +0200 |
parents |
2200e4e8b3ae |
children |
|
rev |
line source |
32702
|
1 " Vim filetype plugin file
|
|
2 " Language: unison
|
|
3 " Maintainer: Anton Parkhomenko <anton@chuwy.me>
|
|
4 " Latest Revision: 2023-08-07
|
|
5
|
|
6 if exists("b:did_ftplugin")
|
|
7 finish
|
|
8 endif
|
|
9 let b:did_ftplugin = 1
|
|
10
|
|
11 let b:undo_ftplugin = "setl cms< isk<"
|
|
12
|
|
13 setlocal commentstring=--\ %s
|
|
14 setlocal iskeyword+=!,'
|