A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/sheerun/vim-polyglot/commit/2a205569eb5a6b0cd69336bbdced1dc35cbbc7d2 below:

Set only softtabstop, not tabstop, fixes #600 · sheerun/vim-polyglot@2a20556 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-3

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-3

lines changed Original file line number Diff line number Diff line change

@@ -2766,9 +2766,7 @@ if !has_key(s:disabled_packages, 'autoindent')

2766 2766

if shiftwidth > 0

2767 2767

setlocal expandtab

2768 2768

let &l:shiftwidth=shiftwidth

2769 -

if &tabstop == 8

2770 -

let &l:tabstop=shiftwidth

2771 -

endif

2769 +

let &l:softtabstop=shiftwidth

2772 2770

return 1

2773 2771

endif

2774 2772

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4