# HG changeset patch # User Steve Losh # Date 1647629829 14400 # Node ID 2f65feeb03931aa9ef3bc1e1ddfd51ca014d30e8 # Parent 5a6fddbe0c85502454c80f3b1b93425a1285596f# Parent 682defd712196f00b3ca94cad6d44aa087098ef0 Merge diff -r 682defd71219 -r 2f65feeb0393 vim/vimrc --- a/vim/vimrc Thu Mar 17 09:59:04 2022 -0400 +++ b/vim/vimrc Fri Mar 18 14:57:09 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 " }}}