diff options
| author | Robert Günzler <r@gnzler.io> | 2020-12-07 19:15:23 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-01-21 19:39:11 +0100 |
| commit | 04db98668639cb0b431d50e5963f6b156d728078 (patch) | |
| tree | 4bec29af1c9c34852e974be06301f74de4802199 /.vim/autoload/retab.vim | |
| parent | 9b8005439ac351ded8f6286aefa2378d25d7add5 (diff) | |
vim: big update; move lots of things to lua
Diffstat (limited to '.vim/autoload/retab.vim')
| -rw-r--r-- | .vim/autoload/retab.vim | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.vim/autoload/retab.vim b/.vim/autoload/retab.vim deleted file mode 100644 index 8cb8759..0000000 --- a/.vim/autoload/retab.vim +++ /dev/null @@ -1,7 +0,0 @@ - -func! retab#do() - for lineno in range(a:firstline, a:lastline) - normal! << - normal! >> - endfor -endfunc |