The file's Chinese character directory can't be identified correctly,so the
browser or explorer can't locate it. It works  if the file's path is all
English character.Could we solve it??

My definition:

map <leader>f :update<CR>:silent !start X:\browser.exe
file://%:p<CR>
map <leader>i :update<CR>: !start X:\browser.exe
<cWORD><CR>




nnoremap <silent> <C-F5> :if expand("%:p:h") !=
""<CR>:!start explorer.exe %:p:h<CR>:endif<CR><CR> 

-- 
View this message in context: 
http://www.nabble.com/Launching-browser-problem%28gvim-win32%29-tp24473019p24473019.html
Sent from the Vim - General mailing list archive at Nabble.com.

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to