blink-cmp-ssh/lua
Barrett Ruth a145b2648a
fix: tighten keyword detection to avoid preamble false positives
Problem: the 2-space inline keyword pattern matched preamble lines
like "The  possible keywords" where "The" was detected as a keyword.

Solution: require an uppercase letter after the 2 spaces, matching
real inline definitions (Tunnel  Request, SetEnv  Directly) but not
preamble text where the next word is lowercase.
2026-02-22 23:37:06 -05:00
..
blink-cmp-ssh feat: initial blink-cmp-ssh implementation 2026-02-22 21:04:15 -05:00
blink-cmp-ssh.lua fix: tighten keyword detection to avoid preamble false positives 2026-02-22 23:37:06 -05:00