提交 3f781f27 编写于 作者: C Cosmin Popescu

issue #20

上级 db895b73
......@@ -238,7 +238,11 @@ function! sw#server#execute_sql(sql, ...)
return ''
endif
endif
let text = a:sql . "\n"
if (exists('g:sw_windows_codepage'))
let text = iconv(a:sql, &encoding, g:sw_windows_codepage) . "\n"
else
let text = a:sql . "\n"
endif
call s:log_channel(channel, text)
if callback != ''
let s:channel_handlers[channel].tmp_handler = callback
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册