comparison runtime/ftplugin/aap.vim @ 4264:2d1383658bb4

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Fri, 05 Apr 2013 22:26:15 +0200
parents 3fc0f57ecb91
children 624439a39432
comparison
equal deleted inserted replaced
4263:b4a7b51fcf59 4264:2d1383658bb4
1 " Vim filetype plugin file 1 " Vim filetype plugin file
2 " Language: Aap recipe 2 " Language: Aap recipe
3 " Maintainer: Bram Moolenaar <Bram@vim.org> 3 " Maintainer: Bram Moolenaar <Bram@vim.org>
4 " Last Change: 2003 Nov 04 4 " Last Change: 2013 Apr 05
5 5
6 " Only do this when not done yet for this buffer 6 " Only do this when not done yet for this buffer
7 if exists("b:did_ftplugin") 7 if exists("b:did_ftplugin")
8 finish 8 finish
9 endif 9 endif
17 " Set 'formatoptions' to break comment lines but not other lines, 17 " Set 'formatoptions' to break comment lines but not other lines,
18 " and insert the comment leader when hitting <CR> or using "o". 18 " and insert the comment leader when hitting <CR> or using "o".
19 setlocal fo-=t fo+=croql 19 setlocal fo-=t fo+=croql
20 20
21 " Set 'comments' to format dashed lists in comments. 21 " Set 'comments' to format dashed lists in comments.
22 setlocal comments=s:#\ -,m:#\ \,e:#,n:#,fb:- 22 setlocal comments=s:#\ -,m:#\ \ ,e:#,n:#,fb:-
23 23
24 " Expand tabs to spaces to avoid trouble. 24 " Expand tabs to spaces to avoid trouble.
25 setlocal expandtab 25 setlocal expandtab