summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 11819d4..b771a6e 100644
--- a/.vimrc
+++ b/.vimrc
@@ -289,6 +289,7 @@
let buildcomm = substitute(buildcomm, "%F", @%, "")
let buildcomm = substitute(buildcomm, "%D", expand('%:p:h'), "")
call term_sendkeys(t:codetermbufnr, buildcomm)
+ echo "[CodeTerminal] Sent build command!"
else
echo "[CodeTerminal] No value in build dictionary!"
endif