diff options
| author | Justin Frank <justinpfrank@protonmail.com> | 2018-09-08 11:39:30 -0700 |
|---|---|---|
| committer | Justin Frank <justinpfrank@protonmail.com> | 2018-09-08 11:39:30 -0700 |
| commit | 5c8a756d565c442c6ba406e5c455e6d738e0632d (patch) | |
| tree | b0bba145d301891b35a6930f0ae51a29cf279185 | |
| parent | 14f9f4c468ab46660af8d37254f7c5199733c647 (diff) | |
fixed showing parse errors not working
| -rw-r--r-- | rc/extra/clang.kak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/extra/clang.kak b/rc/extra/clang.kak index fb2226ee..7b880515 100644 --- a/rc/extra/clang.kak +++ b/rc/extra/clang.kak @@ -140,7 +140,7 @@ define-command -hidden clang-show-error-info %{ fi done if [ -n "$desc" ]; then - printf %s\\n "info -anchor ${kak_cursor_line}.${kak_cursor_column} '$desc'" + printf %s\\n "info -anchor ${kak_cursor_line}.${kak_cursor_column} \"$desc\"" fi } } |
