annotate runtime/ftplugin/unison.vim @ 33392:3d3d0492824e
Added tag v9.0.1954 for changeset 6d326000432329e86e9f286f165871bbc9e82b73
author |
Christian Brabandt <cb@256bit.org> |
date |
Fri, 29 Sep 2023 20:00:07 +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+=!,'
|