aboutsummaryrefslogtreecommitdiffstats
path: root/bundle/set-tab/plugin/set_tab.vim
blob: 4b58fa389fe84cf2ebf92ca5955fbb57f45bd8b3 (plain)
1
2
3
" Set tabstop, softtabstop and shiftwidth to the same value
" http://vimcasts.org/episodes/tabs-and-spaces/
command! -nargs=* Stab call set_tab#Stab()