diff --git a/dotfiles/.vim/online_fxreader_pr34_vim/main.py b/dotfiles/.vim/online_fxreader_pr34_vim/main.py index e3fa583..6e07e40 100644 --- a/dotfiles/.vim/online_fxreader_pr34_vim/main.py +++ b/dotfiles/.vim/online_fxreader_pr34_vim/main.py @@ -167,7 +167,8 @@ class EditorConfigModeline: Vim.run_command(r""" augroup EditorConfigModeline autocmd! - autocmd BufEnter * ++nested python3 import online_fxreader_pr34_vim.main; online_fxreader_pr34_vim.main.EditorConfigModeline.singleton().on_buffer() + " autocmd BufEnter * ++nested python3 import online_fxreader_pr34_vim.main; online_fxreader_pr34_vim.main.EditorConfigModeline.singleton().on_buffer() + autocmd BufWinEnter * ++nested python3 import online_fxreader_pr34_vim.main; online_fxreader_pr34_vim.main.EditorConfigModeline.singleton().on_buffer() augroup END """)