Skip to content

Commit 3421a00

Browse files
committed
Vim -> Neovim
1 parent 3862273 commit 3421a00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autoload/startuptime.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ function! s:Profile(onfinish, onprogress, options, tries, file, items) abort
327327
function l:tmp.exit(job, status, type) dict
328328
silent! call nvim_win_close(self.winid, v:true)
329329
silent! execute self.bufnr . 'bdelete'
330-
" This prevents a long delay when trying to quit Vim while :StartupTime
330+
" This prevents a long delay when trying to quit Neovim while :StartupTime
331331
" is running with a high argument for --tries. Checking for 'a:status != 0'
332332
" also works. This is not necessary for the other approaches below.
333333
if v:exiting isnot v:null | return | endif

0 commit comments

Comments
 (0)