aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/debug.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/debug.txt')
-rw-r--r--runtime/doc/debug.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/debug.txt b/runtime/doc/debug.txt
index 3226fa4599..f03116ffed 100644
--- a/runtime/doc/debug.txt
+++ b/runtime/doc/debug.txt
@@ -52,7 +52,7 @@ Use this command to start Vim:
>
valgrind --log-file=valgrind.log --leak-check=full ./vim
-Note: Vim will run much slower. If your .vimrc is big or you have several
+Note: Vim will run much slower. If your vimrc is big or you have several
plugins you need to be patient for startup, or run with the "-u NONE"
argument.