[all-commits] [llvm/llvm-project] 4fb62e: [clangd] Mark completions as plain-text when there...
Sam McCall via All-commits
all-commits at lists.llvm.org
Fri Nov 12 09:44:39 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4fb62e138398263dbefaa499c712929562bdf3bd
https://github.com/llvm/llvm-project/commit/4fb62e138398263dbefaa499c712929562bdf3bd
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2021-11-12 (Fri, 12 Nov 2021)
Changed paths:
M clang-tools-extra/clangd/CodeComplete.cpp
M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
Log Message:
-----------
[clangd] Mark completions as plain-text when there's no snippet part
This helps nvim support the "repeat" action
Fixes https://github.com/clangd/clangd/issues/922
More information about the All-commits
mailing list