1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-23 17:49:57 +08:00

docs(iedit): update doc for iedit function

This commit is contained in:
wsdjeg 2022-03-22 14:49:01 +08:00
parent 538fbac440
commit 5d21105559
2 changed files with 9 additions and 3 deletions

View File

@ -64,8 +64,11 @@ endfunction
function! s:remove_cursor_highlight() abort function! s:remove_cursor_highlight() abort
call clearmatches() call clearmatches()
endfunction endfunction
"" ""
" public API for iedit mode " This is public function to evoke iedit with [options]. The default
" [firstline] is 1, and the default [lastline] is `line('$')`.
" The following key are supported in [options]:
" > " >
" KEY: " KEY:
" expr match expression " expr match expression

View File

@ -1510,8 +1510,11 @@ SpaceVim#logger#setLevel({level}) *SpaceVim#logger#setLevel()*
SpaceVim#logger#setOutput({file}) *SpaceVim#logger#setOutput()* SpaceVim#logger#setOutput({file}) *SpaceVim#logger#setOutput()*
Set the log output file of SpaceVim. Default is empty. Set the log output file of SpaceVim. Default is empty.
SpaceVim#plugins#iedit#start() *SpaceVim#plugins#iedit#start()* SpaceVim#plugins#iedit#start([options], [firstline], [lastline])
public API for iedit mode *SpaceVim#plugins#iedit#start()*
This is public function to evoke iedit with [options]. The default
[firstline] is 1, and the default [lastline] is `line('$')`. The following
key are supported in [options]:
> >
KEY: KEY:
expr match expression expr match expression