# HG changeset patch # User Steve Losh # Date 1453459509 0 # Node ID 35866335c6cacf020f54520cee504513065d6ba9 # Parent b46964f00daf67435c66986f314274604a991433 Add <= to lispwords <= is the closest thing we have to defun in this language so we should indent it properly. diff -r b46964f00daf -r 35866335c6ca ftplugin/gdl.vim --- a/ftplugin/gdl.vim Fri Jan 22 10:40:44 2016 +0000 +++ b/ftplugin/gdl.vim Fri Jan 22 10:45:09 2016 +0000 @@ -1,3 +1,5 @@ setlocal foldmethod=marker foldmarker={{{,}}} setlocal lisp iskeyword+=? setlocal commentstring=;\ %s + +setlocal lispwords+=<=