We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e79358 commit d0cd9bfCopy full SHA for d0cd9bf
Server/Buffer.cs
@@ -66,7 +66,7 @@ public string GetWordAtPosition(Position position)
66
on = word;
67
}
68
69
- return on;
+ return on.Trim();
70
71
72
private void SetWordsInDocuments(string text)
0 commit comments