From 3ac234fe07776c876774bad032984c76d6aa1585 Mon Sep 17 00:00:00 2001 From: Jamie Liu Date: Tue, 19 Apr 2016 17:55:14 -0700 Subject: [PATCH] Standardize on single quotes in Vimscript --- autoload/cpsm.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/cpsm.vim b/autoload/cpsm.vim index 177e7dc..8240594 100644 --- a/autoload/cpsm.vim +++ b/autoload/cpsm.vim @@ -21,7 +21,7 @@ if !exists('g:cpsm_match_empty_query') let g:cpsm_match_empty_query = 1 endif if !exists('g:cpsm_max_threads') - if has("win32unix") + if has('win32unix') " Synchronization primitives are extremely slow on Cygwin: " https://cygwin.com/ml/cygwin/2012-08/msg00200.html let g:cpsm_max_threads = 1