aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2018-09-04 18:43:06 +0200
committerDaniel Hahler <git@thequod.de>2018-09-08 16:43:27 +0200
commitfe81b926d394d719a8a2cd31f0dfd7d4675a9c6a (patch)
treedc224ba0b6b2004225c0a5e3a0afa98cd204dede /src
parent53eb835e8f369c8a79eb4ac4239bb9e0b4bdc749 (diff)
downloadrneovim-fe81b926d394d719a8a2cd31f0dfd7d4675a9c6a.tar.gz
rneovim-fe81b926d394d719a8a2cd31f0dfd7d4675a9c6a.tar.bz2
rneovim-fe81b926d394d719a8a2cd31f0dfd7d4675a9c6a.zip
test_largefile.vim: adjust comment to run it
Diffstat (limited to 'src')
-rw-r--r--src/nvim/testdir/test_largefile.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_largefile.vim b/src/nvim/testdir/test_largefile.vim
index 1b3e02a0c8..3f9c2dc150 100644
--- a/src/nvim/testdir/test_largefile.vim
+++ b/src/nvim/testdir/test_largefile.vim
@@ -1,5 +1,5 @@
" Tests for large files
-" This is only executed manually: "make test_largefile".
+" This is only executed manually: "TEST_FILE=test_largefile.res make oldtest".
" This is not run as part of "make test".
func Test_largefile()