From 1a9e05b781368a65b2d66bb4f09420ccb1d1f9d6 Mon Sep 17 00:00:00 2001 From: guraga Date: Wed, 28 Dec 2016 23:53:18 +0700 Subject: [PATCH] add dot --- plugin/commentary.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/commentary.vim b/plugin/commentary.vim index 0bef7cc..111f416 100644 --- a/plugin/commentary.vim +++ b/plugin/commentary.vim @@ -79,7 +79,7 @@ function! s:textobject(inner) abort let lnums[1] -= 1 endwhile if lnums[0] <= lnums[1] - execute 'normal! 'lnums[0].'GV'.lnums[1].'G' + execute 'normal! '.lnums[0].'GV'.lnums[1].'G' endif endfunction