vim/bundle/alienscript/ftplugin/alienscript.vim @ b211864a20ce

fuck computers, i'm moving to iceland and becoming a farmer
author Steve Losh <steve@stevelosh.com>
date Thu, 13 Jun 2013 11:51:40 -0400
parents e5ca3773b0dd
children (none)
if exists("b:did_alienscript_ftplugin")
    finish
endif


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

let b:did_alienscript_ftplugin = 1