diff --git a/rc/clang.kak b/rc/clang.kak index 760490919..33e3f2cd7 100644 --- a/rc/clang.kak +++ b/rc/clang.kak @@ -59,7 +59,11 @@ def -shell-params clang-parse -docstring "Parse the contents of the current buff } END { for (id in completions) - print id "@" completions[id] + { + menu=id + gsub(/operator/, "{keyword}operator{}", menu) + print id "@" completions[id] "@" menu + } }' | sort | paste -s -d ':' | sed -e "s/\\\\n/\\n/g; s/'/\\\\'/g") echo "eval -client ${kak_client} echo 'clang completion done' set 'buffer=${kak_buffile}' clang_completions '${header}:${compl}'" | kak -p ${kak_session}