vim打开当前行下html文件

fun! Dkhh()
let l='C:\Users\xxx\AppData\Local\360Chrome\Chrome\Application\360chrome.exe --profile-directory=Default '
let i=getline('.') 
let j=getcwd()
let ml=':AsyncRun '.l.j.i
"exe l.i
exe ml
endf

posted @ 2021-09-20 10:24  zjh6  阅读(12)  评论(0)    收藏  举报  来源