On 2010-01-03, Sven wrote:
> Hi all.
> 
> If I use * or C-W+] in a Scheme program file, the character ? is not
> included
> in the selected word.
> What am I doing wrong? (vim 7.2.323)

I don't know.  ? should be added to 'iskeyword' in
$VIMRUNTIME/ftplugin/lisp.vim, which is sourced by
$VIMRUNTIME/ftplugin/scheme.vim.  Do you have filetype plugins
enabled, e.g., with

    filetype plugin on

in your ~/.vimrc?  What does

    :verbose set ft?

show when you edit a Scheme file?

Regards,
Gary


-- 
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

Reply via email to