chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] scheme.vim


From: Daniel Ajoy
Subject: [Chicken-users] scheme.vim
Date: Mon, 17 Jun 2013 14:42:56 -0500
User-agent: Opera Mail/12.15 (Win32)

the file

Vim\vim73\ftplugin\scheme.vim

has this:

==============

if exists("b:is_chicken") || exists("is_chicken")
    " improve indenting
    setl iskeyword+=#,%,^
    setl lispwords+=let-optionals,let-optionals*,declare
    setl lispwords+=let-values,let*-values,letrec-values
    setl 
lispwords+=define-values,opt-lambda,case-lambda,syntax-rules,with-syntax,syntax-case
    setl lispwords+=cond-expand,and-let*,foreign-lambda,foreign-lambda*
endif

==============

But http://wiki.call-cc.org/vim#using-gnu-screen

has this different list:


setl lispwords+=let-values,condition-case,with-input-from-string
setl lispwords+=with-output-to-string,handle-exceptions,call/cc,rec,receive
setl lispwords+=call-with-output-file

which one is more up to date?

Daniel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]