autoload/handlers.vim | 2 +- diff --git a/autoload/handlers.vim b/autoload/handlers.vim index db0b60604ea39b3affb3f624f16bdc4a9a9c95e7..6db5dbd48e28ed73cd23e10ad54e58167853b2d5 100644 --- a/autoload/handlers.vim +++ b/autoload/handlers.vim @@ -576,7 +576,7 @@ # if the buffer is not loaded, load it and make it a listed buffer if !bnr->bufloaded() bnr->bufload() endif - bnr->setbufvar('&buflisted', true) + setbufvar(bnr, '&buflisted', true) var start_line: number = 4294967295 # 2 ^ 32 var finish_line: number = -1