aboutsummaryrefslogtreecommitdiffstats
path: root/bundle/set-tab/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'bundle/set-tab/plugin')
-rw-r--r--bundle/set-tab/plugin/set_tab.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/bundle/set-tab/plugin/set_tab.vim b/bundle/set-tab/plugin/set_tab.vim
new file mode 100644
index 0000000..4b58fa3
--- /dev/null
+++ b/bundle/set-tab/plugin/set_tab.vim
@@ -0,0 +1,3 @@
+" Set tabstop, softtabstop and shiftwidth to the same value
+" http://vimcasts.org/episodes/tabs-and-spaces/
+command! -nargs=* Stab call set_tab#Stab()