On 05/12/12 09:56, Peng Yu wrote:
> On Sat, May 12, 2012 at 9:49 AM, Tim Chase <[email protected]> wrote:
>> You can tweak the 'iskeyword' setting to include other characters if
>> it makes sense to you. So you could do
>>
>> :setlocal isk+=$
>>
>> to make it consider "$" part of a "word". Or, as Christian
>> suggests, in your particular use-case, use "di("
>
> Most plugins do not change isk.
I agree that plugins ought not change 'isk'. However, I didn't
catch that was part of your requirement.
> If I want to customize isk as you
> pointed without modifying the plugins (for different file type) that I
> installed. Where I should put the setlocal command? Thanks!
You'd set it in your filetype plugin file.
> Also da( does not work for me. Is there anything wrong with this command?
Christian and I recommended "di(", not "da(".
-tim
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php