Menu

#347 Lua: "function f ()" whitespace

open
nobody
None
5
2015-08-14
2013-03-16
Anonymous
No

Whitespace between Lua function name and opening bracket is not being omitted.
I.e. "function f ()" results in an "f " (space at the end) tag.
This leads to Vim not being able to use the tag.
Fix included ;)
Cheers.

Discussion

  • Masatake YAMATO

    Masatake YAMATO - 2015-08-14

    I fixed different way with yours in universal ctags(https://ctags.io).

     

Log in to post a comment.