From a6b6f843eea0d101bf533c1e0894a95e13dd1c75 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 3 Nov 2017 22:22:56 +1300 Subject: Revert "Adjust UrlLink() to yank word without t... I thought text objects were introduced to Vim a lot later than they actually were; this works fine even in Vim 6, so I'll leave it as it's nicer. This reverts commit ffb5cbc7c681e2fdcb780dbdc51cf3458a937791. --- vim/ftplugin/html.vim | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'vim/ftplugin/html.vim') diff --git a/vim/ftplugin/html.vim b/vim/ftplugin/html.vim index 64cf3175..7400326c 100644 --- a/vim/ftplugin/html.vim +++ b/vim/ftplugin/html.vim @@ -8,9 +8,7 @@ nnoremap v :exe :call HTMLTidy() function! s:UrlLink() " Yank this whole whitespace-separated word - normal! W - normal! B - normal! yE + normal! yiW " Open a link tag normal! i " Paste the URL into the quotes -- cgit v1.2.3