vim/bundle/lispyscript/ftplugin/lispyscript.vim @ 103f13addfd2

more
author Steve Losh <steve@stevelosh.com>
date Tue, 19 Feb 2013 11:29:09 -0500
parents fe6c2182539e
children (none)
if exists("b:did_lispyscript_ftplugin")
    finish
endif


setlocal iskeyword+=-,>,?,=,!,<,>,+,*,/,%,&,|

let b:did_lispyscript_ftplugin = 1