File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ if !exists('*nvim_win_get_cursor')
1515 else
1616 let winid_saved = win_getid ()
1717 try
18- call win_gotoid (a: winid )
18+ noautocmd call win_gotoid (a: winid )
1919 return s: get_cursor (a: winid )
2020 finally
21- call win_gotoid (winid_saved)
21+ noautocmd call win_gotoid (winid_saved)
2222 endtry
2323 endif
2424 endfunction
@@ -36,10 +36,10 @@ if !exists('*nvim_win_set_cursor')
3636 else
3737 let winid_saved = win_getid ()
3838 try
39- call win_gotoid (a: winid )
39+ noautocmd call win_gotoid (a: winid )
4040 call s: set_cursor (a: winid , a: pos )
4141 finally
42- call win_gotoid (winid_saved)
42+ noautocmd call win_gotoid (winid_saved)
4343 endtry
4444 endif
4545 endfunction
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ endfunction
218218" @vimlint(EVL102, 0, l:__)
219219" @vimlint(EVL102, 0, l:_)
220220
221- " s:_get_module() returns module object wihch has all script local functions.
221+ " s:_get_module() returns module object which has all script local functions.
222222function ! s: _get_module (name) abort dict
223223 let funcname = s: _import_func_name (self .plugin_name (), a: name )
224224 try
Original file line number Diff line number Diff line change 11fern
2- 7fa44ef166bd9bb9ab6d2f9c3ec86c7b1d6b13ba
2+ 809b434305276dd3caf8094334dfa2d27d6fd6a6
33
44App.Spinner
55Async.CancellationTokenSource
You can’t perform that action at this time.
0 commit comments