misc/vim/ftplugin/factor.vim: add b:did_ftplugin at the top
parent
e078094e06
commit
4059eac351
|
@ -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:
|
" Code formatting settings loosely adapted from:
|
||||||
" http://concatenative.org/wiki/view/Factor/Coding%20Style
|
" http://concatenative.org/wiki/view/Factor/Coding%20Style
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue