Skip to content

Commit b5b472a

Browse files
author
skywind3000
committed
fixed: vim ignore_case
1 parent d93f027 commit b5b472a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoload/quickui/context.vim

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ function! s:vim_create_context(textlist, opts)
103103
let hwnd.winid = winid
104104
let hwnd.index = get(a:opts, 'index', -1)
105105
let hwnd.opts = deepcopy(a:opts)
106+
let ignore_case = get(a:opts, 'ignore_case', 1)
106107
let opts = {'minwidth':w, 'maxwidth':w, 'minheight':h, 'maxheight':h}
107108
if has_key(a:opts, 'line') && has_key(a:opts, 'col')
108109
let opts.line = a:opts.line

0 commit comments

Comments
 (0)