Skip to content

Commit

Permalink
Standardize on single quotes in Vimscript
Browse files Browse the repository at this point in the history
  • Loading branch information
nixprime committed Apr 20, 2016
1 parent 87b7acf commit 3ac234f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/cpsm.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ac234f

Please sign in to comment.