misc/vim/ftplugin/factor.vim: add b:did_ftplugin at the top

db4
Keita Haga 2011-04-04 20:38:30 +09:00
parent e078094e06
commit 4059eac351
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
" Only do this when not done yet for this buffer
if exists("b:did_ftplugin")
finish
endif
let b:did_ftplugin = 1
" Code formatting settings loosely adapted from:
" http://concatenative.org/wiki/view/Factor/Coding%20Style