From c72bb9613d60423af14d3cda911c232174a29a02 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 14 May 2022 15:14:03 +0300 Subject: [PATCH] html.vim: Remove `` --- .vim/ftplugin/html.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vim/ftplugin/html.vim b/.vim/ftplugin/html.vim index 5549c67..87190ba 100644 --- a/.vim/ftplugin/html.vim +++ b/.vim/ftplugin/html.vim @@ -18,7 +18,7 @@ set shiftwidth=2 softtabstop=2 if expand("%:t") == "bookmarks.html" setlocal textwidth=0 call SetNoWrap() - nmap \h G6k6dd1G0 + nmap \h :%s!!!G6k6dd1G0 else setlocal textwidth=78 endif -- 2.39.2