You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch to other buffers. Now the number appears again.
I checked the source of numbers.vim, it could disable the numbering by setting g:numbers_exclude to blacklist certain filetypes. However, since terminal window has empty 'filetype', we cannot use this option to blacklist terminal window. Instead, we should add another option to blacklist certain 'buftype'.
The text was updated successfully, but these errors were encountered:
akho
added a commit
to akho/numbers.vim
that referenced
this issue
May 31, 2020
Steps to reproduce:
:term
in neovim:set nonumber
:set norelativenumber
. Now the number disappearsI checked the source of numbers.vim, it could disable the numbering by setting
g:numbers_exclude
to blacklist certain filetypes. However, since terminal window has empty'filetype'
, we cannot use this option to blacklist terminal window. Instead, we should add another option to blacklist certain'buftype'
.The text was updated successfully, but these errors were encountered: