46
4

4 回答 4

69

What I usually do is I switch to the explorer mode with :Explore and press d. It asks me for the directory name, then.

于 2010-02-16T07:49:46.857 回答
31

try this

:!mkdir "привет"
于 2010-02-16T07:21:54.743 回答
21

Found it.

I should use iconv function:

:call mkdir(iconv("привет", "utf-8", "cp1251"))
于 2010-02-16T09:52:15.100 回答
2

You can change encod. Add:

chcp 65001
:call mkdir("привет")

chcp 65001 - UTF-8

于 2017-06-28T09:25:09.060 回答