Wednesday, June 30, 2010

Re: question about lua source navigation

The error code is E426.
After I set iskeyword, the command set iskeyword? echos
iskeyword=@,48-57,_,128-167,224-235,:
but it still didn't solve the problem. Thanks anyway.

2010/6/30 Dominique Pellé <dominique.pelle@gmail.com>
X Heruacles wrote:

> I'm just learning lua and I use vim to navigate some lua projects. I  use
> ctags to generate tags using a map:
>>
>> map <F12>  <Esc>:!ctags -R .<CR>
>
> but it rarely helps. When I want to jump to some function definition, it
> always errs. Then I checked the generated tag and it seems fine. So my
> question is just is there a better way to navigate lua project?(esp. jumping
> to function definition?)

What error number do you get?
Does adding colon character to 'iskeyword' helps?    :set iskeyword+=:

-- Dominique

--
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

--
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

No comments: