Mercurial > vim
annotate runtime/ftplugin/art.vim @ 34872:d8c90ada53f5
Added tag v9.1.0302 for changeset 23dc393eadc70893fb2ba0a451f3ae85eed0d945
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Wed, 10 Apr 2024 22:45:03 +0200 |
parents | 02939ae3aaca |
children |
rev | line source |
---|---|
7 | 1 " Vim filetype plugin |
2 " Language: ART-IM and ART*Enterprise | |
3 " Maintainer: Dorai Sitaram <ds26@gte.com> | |
4 " URL: http://www.ccs.neu.edu/~dorai/vimplugins/vimplugins.html | |
5 " Last Change: Apr 2, 2003 | |
33051
02939ae3aaca
runtime: Set b:undo_ftplugin where missing (#12943)
Christian Brabandt <cb@256bit.org>
parents:
3526
diff
changeset
|
6 " 2023 Aug 28 by Vim Project (undo_ftplugin) |
7 | 7 |
8 " Only do this when not done yet for this buffer | |
9 if exists("b:did_ftplugin") | |
10 finish | |
11 endif | |
12 | |
13 run ftplugin/lisp.vim | |
14 | |
15 setl lw-=if | |
3526
dd6c2497c997
Fix more 'cpo' issues in runtime files.
Bram Moolenaar <bram@vim.org>
parents:
7
diff
changeset
|
16 setl lw+=def-art-fun,deffacts,defglobal,defrule,defschema,for,schema,while |
33051
02939ae3aaca
runtime: Set b:undo_ftplugin where missing (#12943)
Christian Brabandt <cb@256bit.org>
parents:
3526
diff
changeset
|
17 |
02939ae3aaca
runtime: Set b:undo_ftplugin where missing (#12943)
Christian Brabandt <cb@256bit.org>
parents:
3526
diff
changeset
|
18 let b:undo_ftplugin ..= " | setl lw<" |