We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1fb576 commit 161fb63Copy full SHA for 161fb63
1 file changed
vimrc
@@ -87,7 +87,7 @@ au FileType python nnoremap ]l :IPythonCellExecuteCellVerboseJump<CR>
87
88
" Define how concealed text is treated (default: 0, i.e. no conceal)
89
au FileType tex,markdown setlocal conceallevel=2
90
-au FileType gitcommit set tw=72 " automatically wrap long commit messages
+au FileType gitcommit setlocal tw=72 " automatically wrap long commit messages
91
au FileType gitcommit setlocal spell
92
93
" Auto-highlight current word when idle
0 commit comments