You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reapplying syntax settings with for example "syntax on" results in
loss of linux kernel extensions because they are applied only on
loading the file.
Fix this by splitting syntax configuration into a separate function,
modifying LinuxConfigure() to allow performing selective configuration,
and creating after/syntax/c.vim snippet to load syntax extensions as
part of regular syntax handling. Autocmd will only apply non-syntax
settings, such as adjusting text width and prohibiting tab expansion.
Signed-off-by: Dmitry Torokhov <[email protected]>
0 commit comments