[llvm] [vim] Improve iskeyword for LLVM IR (PR #117905)

Nick Desaulniers via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 2 10:41:04 PST 2024


nickdesaulniers wrote:

Just so I understand the issue being addressed by this issue, is it that variable identifiers that begin with `%` or `@` are treated currently as two words, such that motions don't act on the whole identifier?

https://github.com/llvm/llvm-project/pull/117905


More information about the llvm-commits mailing list