vim-auto-tabstop

A Vim plugin for automatically setting tabstop size
git clone https://git.ce9e.org/vim-auto-tabstop.git

commit
cfa76a69c28f36a63f386d1066bac3eebc91ccdb
parent
80da75be976383ec5b60266d532294de05f752c9
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-05-20 06:12
use noremap

Diffstat

M plugin/fets.vim 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/plugin/fets.vim b/plugin/fets.vim

@@ -74,4 +74,4 @@ function! FETS()
   74    74 	endif
   75    75 endfunction
   76    76 
   77    -1 map <c-t> :call FETS()<CR>
   -1    77 noremap <c-t> :call FETS()<CR>