mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:10:04 +08:00
docs(iedit): update doc for iedit function
This commit is contained in:
parent
538fbac440
commit
5d21105559
@ -64,8 +64,11 @@ endfunction
|
||||
function! s:remove_cursor_highlight() abort
|
||||
call clearmatches()
|
||||
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:
|
||||
" expr match expression
|
||||
|
@ -1510,8 +1510,11 @@ SpaceVim#logger#setLevel({level}) *SpaceVim#logger#setLevel()*
|
||||
SpaceVim#logger#setOutput({file}) *SpaceVim#logger#setOutput()*
|
||||
Set the log output file of SpaceVim. Default is empty.
|
||||
|
||||
SpaceVim#plugins#iedit#start() *SpaceVim#plugins#iedit#start()*
|
||||
public API for iedit mode
|
||||
SpaceVim#plugins#iedit#start([options], [firstline], [lastline])
|
||||
*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:
|
||||
expr match expression
|
||||
|
Loading…
Reference in New Issue
Block a user