@ is in the iskeyword list by default, but I find that when I try to complete
@word by CTRL-N/P, it fails, vim tries to complete word, not @word as I
expected. What's wrong?
--
Regards,
anhnmncb
See ":help 'isfname'".
@ in 'isfname', 'iskeyword', etc., means "all letters" (also accented if
your language uses them, thorn and edh in Icelandic, sharp s in German,
etc.). To treat the at sign as a keyword character, use @-@ or 64
Best regards,
Tony.
--
Murphy's Law is recursive. Washing your car to make it rain doesn't
work.
Thanks Tony, it works :)
>
>
> Best regards,
> Tony.
--
Regards,
anhnmncb