far.vim icon indicating copy to clipboard operation
far.vim copied to clipboard

Preview work wrongly

Open kwoktung opened this issue 6 years ago • 0 comments

I have a file index.html(s)

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Document</title>
</head>
<body>
    <div></div>
</body>
</html>

i Want to replace <html lang="en"> to <html lang="zh"

so i use Far <html\slang=\"en\" <html\slang=\"zh\" wwwroot/**/*.html, but i do work and preivew is wrong.

BUGLOG: far.vim.log

kwoktung avatar Oct 08 '19 14:10 kwoktung