File name modifiers ":r" and ":S" cannot be combined

13 views
Skip to first unread message

mv...@gmx.de

unread,
Jul 16, 2015, 6:29:38 PM7/16/15
to vim...@googlegroups.com
Hello Vim users,

can anyone explain, why the file name modifiers ":r" and ":S" cannot be
combined in the following case?

:let file="head.ext"
:echo fnamemodify(file, ":r")
:echo fnamemodify(file, ":r:S")

Both file name modifications should remove ".ext", but the last one does not.

Thanks for your help!

MVXXC
Reply all
Reply to author
Forward
0 new messages