[racket-users] Re: Using ctags and vim with Racket

2018-09-14 Thread Marc Kaufmann
Thanks Alex, that was it. I thought I had tried it by setting .rkt to be interpreted as .scm, but I think that got overridden by vim-racket plugin. What I now did is: ctags --language-force=scheme *.rkt Cheers, Marc On Friday, September 14, 2018 at 12:24:32 AM UTC+2, Alex Harsanyi wrote: > > >

[racket-users] Re: Using ctags and vim with Racket

2018-09-13 Thread Alex Harsanyi
On Thursday, September 13, 2018 at 10:19:37 PM UTC+8, Marc Kaufmann wrote: > > Hi all, > > for the first time I wanted to use ctags today, which generates a bunch of > tags so that one can jump to and from function definitions and the like in > vim. However, the program generates no tags whatso