diff options
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
