From 942f9948446412600176ea0b4c3f623088853725 Mon Sep 17 00:00:00 2001 From: HiPhish Date: Sat, 3 Dec 2016 12:30:51 +0100 Subject: [PATCH] Do not check spelling in vim-plug buffers --- plug.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plug.vim b/plug.vim index e8ca48b..d16afe8 100644 --- a/plug.vim +++ b/plug.vim @@ -751,7 +751,7 @@ function! s:prepare(...) for k in ['', 'L', 'o', 'X', 'd', 'dd'] execute 'silent! unmap ' k endfor - setlocal buftype=nofile bufhidden=wipe nobuflisted nolist noswapfile nowrap cursorline modifiable + setlocal buftype=nofile bufhidden=wipe nobuflisted nolist noswapfile nowrap cursorline modifiable nospell setf vim-plug if exists('g:syntax_on') call s:syntax()