Vim-plug: The documentation for `frozen` tag is not clear

Created on 27 Apr 2019  路  1Comment  路  Source: junegunn/vim-plug


Is someone use frozen tag? The documentation doesn't say much about it, and I didn't see an example on README. I tried:

Plug 'some-plugin', {'frozen'}
Plug 'some-plugin', 'frozen'

but it didn't work :(

Thank you kindly.



  • Type:

    • [ ] Bug

    • [ ] Enhancement

    • [ ] Feature Request

    • [x] Question

  • OS:

    • [x] All/Other

    • [x] Linux

    • [x] OS X

    • [x] Windows

  • Vim:

    • [x] Terminal Vim

    • [x] GVim

    • [x] Neovim

Most helpful comment

{'frozen'} is not a proper VimScript. Use {'frozen': 1}.

>All comments

{'frozen'} is not a proper VimScript. Use {'frozen': 1}.

Was this page helpful?
0 / 5 - 0 ratings