vim/bundle/alienscript/ftplugin/alienscript.vim @ fcd47b031d62

sigh, more weechat shit
author Steve Losh <steve@stevelosh.com>
date Mon, 29 Jun 2015 12:23:54 -0400
parents e5ca3773b0dd
children (none)
if exists("b:did_alienscript_ftplugin")
    finish
endif


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

let b:did_alienscript_ftplugin = 1