]> git.phdru.name Git - dotfiles.git/blobdiff - .vim/ftplugin/html.vim
Feat(recode-filenames-recursive): Allow to omit parameters
[dotfiles.git] / .vim / ftplugin / html.vim
index 5549c67560abfd25afbf88aef71f08f02bf91f4a..87190ba8ea505231b545fe0c5059e7d8b0fe849b 100644 (file)
@@ -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!</meta>!!<CR>G6k6dd1G0
 else
    setlocal textwidth=78
 endif