Skip to content

Syntax highlighting does not apply automatically #1

@john-h-kastner

Description

@john-h-kastner

Syntax highlighting does not apply automatically after opening a *.ott file with this plugin installed. This issue has been previously reported in a stack overflow post which also contains an acceptable work around:

This is a conflict with the zipPlugin that is distributed with vim (/usr/share/vim/current/plugin/zipPlugin.vim), and which recognizes a .ott file as a zip archive. Hacky fix to remove that extension from those recognized by zipPlugin:

" ~/.vimrc
let g:zipPlugin_ext='*.zip' 

I don't think that's a good enough solution to incorporate directly into the plugin though.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions