summaryrefslogtreecommitdiffhomepage
path: root/.vimrc
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-01-06 15:54:41 -0500
committerrealtradam <[email protected]>2023-01-06 15:54:41 -0500
commitca0a1a771cae0d226776414b8d0f7700784922e5 (patch)
treed1a627a9a99d0d2b6ffeb8db8c5b7577848d7018 /.vimrc
parent730e2b54cd5542a07a55dc44a57ab3f12cd70337 (diff)
downloadTOJam2023-ca0a1a771cae0d226776414b8d0f7700784922e5.tar.gz
TOJam2023-ca0a1a771cae0d226776414b8d0f7700784922e5.zip
updated engine
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index bcaff77..db86b7f 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,2 +1,2 @@
" press F5 to compile and execute the project code
-map <f5> :AsyncRun -save=1 -cwd=<root> ./build ; ./run <CR>
+map <f5> :AsyncRun -save=1 -cwd=<root> ./build && ./run <CR>