From d551d7b20da6bd3c5e33f351c8f3fb7e737ed5d6 Mon Sep 17 00:00:00 2001
From: aquiire <aquire@outlook.com>
Date: Sat, 16 Nov 2019 20:59:12 +0530
Subject: [PATCH 1/8] remove additional height (#540)

why? May be there's a reason anyway in case you missed it.
---
 vimrcs/basic.vim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim
index 11d1ed81..e4f44aab 100644
--- a/vimrcs/basic.vim
+++ b/vimrcs/basic.vim
@@ -79,7 +79,7 @@ endif
 set ruler
 
 " Height of the command bar
-set cmdheight=2
+set cmdheight=1
 
 " A buffer becomes hidden when it is abandoned
 set hid

From 538ee9c6e790bf3a37b0003782ca44f15c6426e6 Mon Sep 17 00:00:00 2001
From: 1una <1una@pm.me>
Date: Sat, 16 Nov 2019 23:30:52 +0800
Subject: [PATCH 2/8] fixed a spelling mistake in basic.vim (#523)

replaced `et.c` with `etc.` in line 166.
---
 vimrcs/basic.vim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim
index e4f44aab..af7877a5 100644
--- a/vimrcs/basic.vim
+++ b/vimrcs/basic.vim
@@ -163,7 +163,7 @@ set ffs=unix,dos,mac
 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
 " => Files, backups and undo
 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
-" Turn backup off, since most stuff is in SVN, git et.c anyway...
+" Turn backup off, since most stuff is in SVN, git etc. anyway...
 set nobackup
 set nowb
 set noswapfile

From e620d9d46b6e14417656243b0e21927cc0256c62 Mon Sep 17 00:00:00 2001
From: demokn <demo.knyang@gmail.com>
Date: Sat, 16 Nov 2019 23:57:25 +0800
Subject: [PATCH 3/8] Fix guifont config format in gtk2 & linux, see also
 https://github.com/amix/vimrc/issues/436 (#511)

---
 vimrcs/extended.vim | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vimrcs/extended.vim b/vimrcs/extended.vim
index 1c7ab82a..ee8789d5 100644
--- a/vimrcs/extended.vim
+++ b/vimrcs/extended.vim
@@ -14,9 +14,9 @@ if has("mac") || has("macunix")
 elseif has("win16") || has("win32")
     set gfn=IBM\ Plex\ Mono:h14,Source\ Code\ Pro:h12,Bitstream\ Vera\ Sans\ Mono:h11
 elseif has("gui_gtk2")
-    set gfn=IBM\ Plex\ Mono:h14,:Hack\ 14,Source\ Code\ Pro\ 12,Bitstream\ Vera\ Sans\ Mono\ 11
+    set gfn=IBM\ Plex\ Mono\ 14,:Hack\ 14,Source\ Code\ Pro\ 12,Bitstream\ Vera\ Sans\ Mono\ 11
 elseif has("linux")
-    set gfn=IBM\ Plex\ Mono:h14,:Hack\ 14,Source\ Code\ Pro\ 12,Bitstream\ Vera\ Sans\ Mono\ 11
+    set gfn=IBM\ Plex\ Mono\ 14,:Hack\ 14,Source\ Code\ Pro\ 12,Bitstream\ Vera\ Sans\ Mono\ 11
 elseif has("unix")
     set gfn=Monospace\ 11
 endif

From 8f7be9becd3a3200f3d3159b97d22be5287ffcd4 Mon Sep 17 00:00:00 2001
From: Geezus42 <Geezuslucifer@gmail.com>
Date: Sat, 16 Nov 2019 09:59:55 -0600
Subject: [PATCH 4/8] removed dupe Lightline setting (#509)

The Lightline colorscheme setting was being set twice.
---
 vimrcs/plugins_config.vim | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/vimrcs/plugins_config.vim b/vimrcs/plugins_config.vim
index 6842b632..78f54f27 100644
--- a/vimrcs/plugins_config.vim
+++ b/vimrcs/plugins_config.vim
@@ -113,10 +113,6 @@ au FileType mako vmap Si S"i${ _(<esc>2f"a) }<esc>
 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
 " => lightline
 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
-let g:lightline = {
-      \ 'colorscheme': 'wombat',
-      \ }
-
 let g:lightline = {
       \ 'colorscheme': 'wombat',
       \ 'active': {

From b2c3dd0df4b09cf7e1ba6ea7e71015180a657c70 Mon Sep 17 00:00:00 2001
From: Luigi Perotti <perottilds@gmail.com>
Date: Sat, 16 Nov 2019 13:00:14 -0300
Subject: [PATCH 5/8] Fixes typo (#507)

---
 vimrcs/plugins_config.vim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vimrcs/plugins_config.vim b/vimrcs/plugins_config.vim
index 78f54f27..7ee073b8 100644
--- a/vimrcs/plugins_config.vim
+++ b/vimrcs/plugins_config.vim
@@ -1,6 +1,6 @@
 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
 " Important:
-"       This requries that you install https://github.com/amix/vimrc !
+"       This requires that you install https://github.com/amix/vimrc !
 "
 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
 

From 316f2f8ca1bc833bb04e5ff6b5d610c25f7dae5b Mon Sep 17 00:00:00 2001
From: Jakub Rozenbajger <thequetran@outlook.com>
Date: Sat, 16 Nov 2019 17:06:23 +0100
Subject: [PATCH 6/8] Change permission of install scripts to execute (#468)

---
 install_awesome_vimrc.sh | 0
 install_basic_vimrc.sh   | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 mode change 100644 => 100755 install_awesome_vimrc.sh
 mode change 100644 => 100755 install_basic_vimrc.sh

diff --git a/install_awesome_vimrc.sh b/install_awesome_vimrc.sh
old mode 100644
new mode 100755
diff --git a/install_basic_vimrc.sh b/install_basic_vimrc.sh
old mode 100644
new mode 100755

From 600b709fc8c26d22f574524d6d72fd08b13a523c Mon Sep 17 00:00:00 2001
From: forevernull <forevernull@163.com>
Date: Sun, 17 Nov 2019 00:06:47 +0800
Subject: [PATCH 7/8] ALE commands not working (#463)

ALE requires NeoVim >= 0.2.0 or Vim 8 with +timers +job +channel.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9ba1275a..4e0d4dc8 100644
--- a/README.md
+++ b/README.md
@@ -97,7 +97,7 @@ I recommend reading the docs of these plugins to understand them better. Each pl
 * [open_file_under_cursor.vim](https://github.com/amix/open_file_under_cursor.vim): Open file under cursor when pressing `gf`
 * [pathogen.vim](https://github.com/tpope/vim-pathogen): Manage your vim runtimepath 
 * [snipmate.vim](https://github.com/garbas/vim-snipmate): snipmate.vim aims to be a concise vim script that implements some of TextMate's snippets features in Vim
-* [ale](https://github.com/w0rp/ale): Syntax and lint checking for vim (async)
+* [ale](https://github.com/w0rp/ale): Syntax and lint checking for vim (ALE requires NeoVim >= 0.2.0 or Vim 8 with +timers +job +channel)
 * [vim-commentary](https://github.com/tpope/vim-commentary): Comment stuff out.  Use `gcc` to comment out a line (takes a count), `gc` to comment out the target of a motion. `gcu` uncomments a set of adjacent commented lines.
 * [vim-expand-region](https://github.com/terryma/vim-expand-region): Allows you to visually select increasingly larger regions of text using the same key combination
 * [vim-fugitive](https://github.com/tpope/vim-fugitive): A Git wrapper so awesome, it should be illegal

From ce77db52b0a1ecd594d3bf2fc43ac7a108f37c30 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rahu=CE=BB=20D=C3=A9?=
 <lispyclouds@users.noreply.github.com>
Date: Sat, 16 Nov 2019 17:08:22 +0100
Subject: [PATCH 8/8] Fix autoreload file from external change. (#451)

- Adds au FocusGained,BufEnter * checktime to actually trigger the
reload.
- set autoread on its own isnt enough.
---
 vimrcs/basic.vim | 1 +
 1 file changed, 1 insertion(+)

diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim
index af7877a5..1e75a3fb 100644
--- a/vimrcs/basic.vim
+++ b/vimrcs/basic.vim
@@ -39,6 +39,7 @@ filetype indent on
 
 " Set to auto read when a file is changed from the outside
 set autoread
+au FocusGained,BufEnter * checktime
 
 " With a map leader it's possible to do extra key combinations
 " like <leader>w saves the current file