Hi andrey-starodubtsev!
On Mi, 14 Okt 2015, andrey-starodubtsev wrote:
> vim -u NUL -c"set isfname+=32 | filetype plugin on | e 1.pl"
>
> causes following error
>
> Error detected while processing C:\Program Files
> (x86)\Vim\vim74\ftplugin\perl.vim:
> line 18:
> E518: Unknown option: -f
>
> Failing config string is
>
> setlocal keywordprg=perldoc\ -f
I can reproduce it:
diff --git a/src/option.c b/src/option.c
--- a/src/option.c
+++ b/src/option.c
@@ -4768,7 +4768,8 @@ do_set(arg, opt_flags)
#ifdef BACKSLASH_IN_FILENAME
&& !((flags & P_EXPAND)
&& vim_isfilec(arg[1])
- && (arg[1] != '\\'
+ && ((arg[1] != '\\' &&
+ arg[1] != ' ')
|| (s == newval
&& arg[2] != '\\')))
#endif
Best,
Christian
--
Die Ziele der Menschen sind Reichtum an Materiellem.
Reichtum an Glück sollte das Ziel sein.
-- Benjamin Stramke
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.