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/ba3fe9e1ae6b2198a152cfa6a357cadc8c04dd14 below:

Fix loading when vim8 packages are used · sheerun/vim-polyglot@ba3fe9e · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-1

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

@@ -17,7 +17,7 @@ endif

17 17

" and (mostly comments) from https://github.com/sheerun/vimrc

18 18

"

19 19

" Only settings that matter for proper editing are left

20 -

if !has_key(g:polyglot_is_disabled, 'sensible')

20 +

if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'sensible') == -1

21 21

" Allow backspace in insert mode.

22 22

if &backspace == ""

23 23

set backspace=indent,eol,start

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