File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ fun! wheel#kyusu#gaiwan (wordlist)
186186 " Special keywords :
187187 " - =s[selection] enable selection only filter
188188 " - !=s[selection] enable non-selection only filter
189- let wordlist = a: wordlist
189+ let wordlist = copy ( a: wordlist)
190190 let linelist = copy (b: wheel_lines )
191191 if empty (wordlist)
192192 let filtered_indexes = wheel#chain#rangelen (linelist)
Original file line number Diff line number Diff line change 1313
1414fun ! wheel#teapot#is_filtered ()
1515 " Whether mandala is filtered
16- " return ! empty(b:wheel_filter.words )
17- return ! empty (b: wheel_filter .indexes )
16+ " return ! empty(b:wheel_filter.indexes )
17+ return ! empty (b: wheel_filter .words )
1818endfun
1919
2020fun ! wheel#teapot#first_data_line ()
You can’t perform that action at this time.
0 commit comments