[Bug 245760] editors/vim-tiny: Unable to turn off syntax highlighting
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Apr 21 16:54:24 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245760
--- Comment #3 from Adam Weinberger <adamw at FreeBSD.org> ---
The problem is that the same is true of indent configs. And macros, keymaps,
spell files, colors, filetype plugins, compiler plugins, etc.
The alternative that I'd go with is try/catch. In fact, I use it extensively in
my own vimrc for precisely the same reason you brought up here.
try
syn off
catch
endtry
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list