Skip to content

Commit 2f650e6

Browse files
author
Pascal Lalancette
committed
Convert expanded tabs back to to tab characters
1 parent 8e1ef77 commit 2f650e6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

autoload/ctrlp/buffertag.vim

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,11 @@ fu! s:esctagscmd(bin, args, ...)
157157
let [ssl, &ssl] = [&ssl, 0]
158158
en
159159
let fname = a:0 ? shellescape(a:1) : ''
160-
if (has('win32') || has('win64'))
161-
let cmd = a:bin.' '.a:args.' '.fname
162-
else
163-
let cmd = shellescape(a:bin).' '.a:args.' '.fname
164-
endif
160+
if (has('win32') || has('win64'))
161+
let cmd = a:bin.' '.a:args.' '.fname
162+
else
163+
let cmd = shellescape(a:bin).' '.a:args.' '.fname
164+
endif
165165
if &sh =~ 'cmd\.exe'
166166
let cmd = substitute(cmd, '[&()@^<>|]', '^\0', 'g')
167167
en

0 commit comments

Comments
 (0)