diff options
author | cbarrete <62146989+cbarrete@users.noreply.github.com> | 2021-07-08 03:51:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-07 18:51:40 -0700 |
commit | bd7a0b46a9daefe36e914136d6ce347a76efc57d (patch) | |
tree | 1c3f19980d8e154dd915b794d1982a133b10fc69 /runtime/doc/testing.txt | |
parent | 4547137aaff32b20172870a549d3a28a3c7adf1c (diff) | |
download | rneovim-bd7a0b46a9daefe36e914136d6ce347a76efc57d.tar.gz rneovim-bd7a0b46a9daefe36e914136d6ce347a76efc57d.tar.bz2 rneovim-bd7a0b46a9daefe36e914136d6ce347a76efc57d.zip |
doc: remove mentions of compile-time flags #14935
Nvim always compiles everything in so those are useless at best and
confusing at worst.
Diffstat (limited to 'runtime/doc/testing.txt')
-rw-r--r-- | runtime/doc/testing.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/doc/testing.txt b/runtime/doc/testing.txt index b2ce6d670d..ef8d6b5ea9 100644 --- a/runtime/doc/testing.txt +++ b/runtime/doc/testing.txt @@ -30,8 +30,7 @@ New tests should be added as new style tests. These use functions such as |assert_equal()| to keep the test commands and the expected result in one place. *old-style-testing* -In some cases an old style test needs to be used. E.g. when testing Vim -without the |+eval| feature. +In some cases an old style test needs to be used. Find more information in the file src/testdir/README.txt. |