The `const` keyword is not available since 8.1.1539: https://github.com/vim/vim/pull/4541#issuecomment-502372033 This commit introduces them, and this plugin is no longer working on older versions of vim: https://github.com/ap/vim-css-color/commit/8bc0a26cb7839c180e27fc9166c2a3265927feff Is there any way these can be changed to regular `let` definitions, or at least fall back to that if `const` is not available?