mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-08 09:53:47 -05:00
Prevent caching of buffer commentstring (#514)
This commit is contained in:
@@ -460,10 +460,6 @@ endif
|
||||
" This function is responsible for setting up buffer scoped variables for the
|
||||
" current buffer.
|
||||
function! nerdcommenter#SetUp() abort
|
||||
if exists('b:NERDCommenterDelims')
|
||||
return
|
||||
endif
|
||||
|
||||
let filetype = &filetype
|
||||
|
||||
"for compound filetypes, if we don't know how to handle the full filetype
|
||||
|
||||
Reference in New Issue
Block a user