mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-25 20:41:49 +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
|
fi
|
||||||
done
|
done
|
||||||
if [ -n "$desc" ]; then
|
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
|
fi
|
||||||
} }
|
} }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user