summaryrefslogtreecommitdiff
path: root/utils/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'utils/vim/vimrc')
-rw-r--r--utils/vim/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/vim/vimrc b/utils/vim/vimrc
index 8b029daba5..8191584f2e 100644
--- a/utils/vim/vimrc
+++ b/utils/vim/vimrc
@@ -98,8 +98,8 @@ augroup END
" cast_cast<
" turns up some peculiarities -- "asm("?
-" A path to the a executable.
-let g:clang_path = "Release/bin/clang++"
+" A path to a clang executable.
+let g:clang_path = "clang++"
" A list of options to add to the clang commandline, for example to add
" include paths, predefined macros, and language options.