This patch doesn't work for unicode path.
> gvim -u NONE
:set enc=utf-8
:call mkdir("\u1234") " Create directory with unicode character
:cd <U+1234> " which is not contained current codepage.
:pwd
C:\Users\yukihiro\tmp\<U+1234>
:call libcall('a.dll', 'b', 'c') " No need existing dll for this test.
E364: Library call failed for "b()"
:pwd
C:\Users\yukihiro\tmp\vim\src " Directory is changed.
--
Yukihiro Nakadaira - [email protected]
--
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