Commit a8be669

mo khan <mo@mokhan.ca>
2021-07-30 22:07:39
use setlocal to disable wrapping in html files
1 parent a485b72
Changed files (1)
ftplugin
ftplugin/html.vim
@@ -1,3 +1,3 @@
 " \c comment out line.
 nnoremap <buffer> <localleader>c I<!--<esc>A--><esc>
-set nowrap
+setlocal nowrap