We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e93668 commit b2614a7Copy full SHA for b2614a7
autoload/quickui/tools.vim
@@ -3,7 +3,7 @@
3
" tools.vim -
4
"
5
" Created by skywind on 2019/12/23
6
-" Last Modified: 2021/11/30 01:35
+" Last Modified: 2021/11/30 01:37
7
8
"======================================================================
9
@@ -498,7 +498,7 @@ function! quickui#tools#input_search()
498
echo "quit search"
499
return
500
endif
501
- let text = escape(text, '[\*~^')
+ let text = escape(text, '[\/*~^')
502
" exec '/' . text
503
call feedkeys("\<ESC>/" . text . "\<cr>", 'n')
504
endfunc
0 commit comments