mirror of
https://github.com/preservim/vim-wordy.git
synced 2025-11-15 21:33:48 -05:00
sort the flattened ring for Wordy command
This commit is contained in:
@@ -39,7 +39,7 @@ if !exists('g:wordy#ring')
|
||||
endif
|
||||
|
||||
function! <SID>chooseDict(ArgLead, CmdLine, CursorPos)
|
||||
return wordy#flatten(g:wordy#ring)
|
||||
return sort(wordy#flatten(g:wordy#ring))
|
||||
endfunction
|
||||
|
||||
" Wordy {dict_name}
|
||||
|
||||
Reference in New Issue
Block a user