Do not cd into the buffer directory when running clang
This commit is contained in:
parent
1bc333a028
commit
c7aca37633
|
@ -36,7 +36,6 @@ def -shell-params clang-parse -docstring "Parse the contents of the current buff
|
||||||
*) ft=c++ ;;
|
*) ft=c++ ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
cd $(dirname ${kak_buffile})
|
|
||||||
if [ "$1" == "-complete" ]; then
|
if [ "$1" == "-complete" ]; then
|
||||||
pos=-:${kak_cursor_line}:${kak_cursor_column}
|
pos=-:${kak_cursor_line}:${kak_cursor_column}
|
||||||
header="${kak_cursor_line}.${kak_cursor_column}@${kak_timestamp}"
|
header="${kak_cursor_line}.${kak_cursor_column}@${kak_timestamp}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user