mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 21:48:35 +00:00
FOR_ALL_BUFFERS use locally declared buffer pointer
This commit is contained in:
@@ -4139,7 +4139,6 @@ void spell_delete_wordlist(void)
|
||||
void spell_free_all(void)
|
||||
{
|
||||
slang_T *slang;
|
||||
buf_T *buf;
|
||||
|
||||
// Go through all buffers and handle 'spelllang'. <VN>
|
||||
FOR_ALL_BUFFERS(buf) {
|
||||
|
Reference in New Issue
Block a user