From b16085016fc0aa1c297a3b9a9b40aae99c32a02f Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Thu, 16 Jul 2009 19:36:21 +0200 Subject: [PATCH] Update runtime files --- runtime/doc/cmdline.txt | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/runtime/doc/cmdline.txt b/runtime/doc/cmdline.txt index 5fe7bc6a..5d81762f 100644 --- a/runtime/doc/cmdline.txt +++ b/runtime/doc/cmdline.txt @@ -439,20 +439,13 @@ between files with almost the same name. If there are multiple matches, those files with an extension that is in the 'suffixes' option are ignored. The default is ".bak,~,.o,.h,.info,.swp,.obj", which means that files ending in ".bak", "~", ".o", ".h", ".info", ".swp" and ".obj" are sometimes ignored. - -An empty entry, two consecutive commas, match a file name that does not -contain a ".", thus has no suffix. This is useful to ignore "prog" and prefer -"prog.c". - -Examples: +It is impossible to ignore suffixes with two dots. Examples: pattern: files: match: ~ test* test.c test.h test.o test.c test* test.h test.o test.h and test.o test* test.i test.h test.c test.i and test.c -It is impossible to ignore suffixes with two dots. - If there is more than one matching file (after ignoring the ones matching the 'suffixes' option) the first file name is inserted. You can see that there is only one match when you type 'wildchar' twice and the completed -- 2.11.4.GIT