Anton Parkhomenko | 7159ac7 | 2023-08-09 21:50:52 +0700 | [diff] [blame] | 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+=!,' |