Skip to content

Commit e3ac5c3

Browse files
committed
use single quote
1 parent 466aba1 commit e3ac5c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vim/mappings.vim

+2-2
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,10 @@ endfunction
183183
command! -nargs=0 UpdateQuickFix call <SID>update_quickfix()
184184

185185
if exists(':Scratch') != 2
186-
let s:scratch_dir = simplify(g:vimrc_vim_dir . "/scratch")
186+
let s:scratch_dir = simplify(g:vimrc_vim_dir . '/scratch')
187187

188188
if !isdirectory(s:scratch_dir)
189-
call mkdir(s:scratch_dir, "p")
189+
call mkdir(s:scratch_dir, 'p')
190190
endif
191191

192192
function! s:create_scratch()

0 commit comments

Comments
 (0)