Re: question about lua source navigation

2010-07-04 Thread X Heruacles
Thanks Gary, this really helps me a lot :) On Sat, Jul 3, 2010 at 1:23 AM, Gary Johnson garyj...@spocom.com wrote: On 2010-07-03, X Heruacles wrote: On Thu, Jul 1, 2010 at 4:42 AM, Gary Johnson garyj...@spocom.com wrote: On 2010-06-30, X Heruacles wrote: On Wed, Jun 30

Re: question about lua source navigation

2010-07-02 Thread X Heruacles
?(maybe this won't waste too much of your time) Thank you again:) On Thu, Jul 1, 2010 at 4:42 AM, Gary Johnson garyj...@spocom.com wrote: On 2010-06-30, X Heruacles wrote: On Wed, Jun 30, 2010 at 3:42 PM, Gary Johnson garyj...@spocom.com wrote: On 2010-06-30, X Heruacles wrote: I'm

question about lua source navigation

2010-06-30 Thread X Heruacles
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

Re: question about lua source navigation

2010-06-30 Thread X Heruacles
: prizeTask. So it is. On Wed, Jun 30, 2010 at 3:42 PM, Gary Johnson garyj...@spocom.com wrote: On 2010-06-30, 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

Re: question about lua source navigation

2010-06-30 Thread X Heruacles
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.pe...@gmail.com X Heruacles wrote: I'm just learning lua and I use vim to navigate