mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-25 12:36:11 +03:00
fixed showing parse errors not working
This commit is contained in:
parent
14f9f4c468
commit
5c8a756d56
@ -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
|
||||
} }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user