# HG changeset patch # User Steve Losh # Date 1647629810 14400 # Node ID 5a6fddbe0c85502454c80f3b1b93425a1285596f # Parent 19933428015cde5f915548001ddb498f50f90e5c More diff -r 19933428015c -r 5a6fddbe0c85 vim/vimrc --- a/vim/vimrc Tue Mar 15 16:01:25 2022 -0400 +++ b/vim/vimrc Fri Mar 18 14:56:50 2022 -0400 @@ -1846,7 +1846,7 @@ " override this in a normal way, could you? au FileType python if exists("python_space_error_highlight") | unlet python_space_error_highlight | endif - au FileType python nnoremap gi :Neoformat black + au FileType python nnoremap gi :Neoformat blackzx augroup END " }}}