X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/3c8c51800fa444f545efa8d6e3a4dc481d536cfe..20c7e83b58359cee70cad87c221f27045aca425e:/.vim/bundle/password-store/syntax/pass.vim diff --git a/.vim/bundle/password-store/syntax/pass.vim b/.vim/bundle/password-store/syntax/pass.vim index 16457200..4ab26e41 100644 --- a/.vim/bundle/password-store/syntax/pass.vim +++ b/.vim/bundle/password-store/syntax/pass.vim @@ -2,11 +2,11 @@ if exists('b:current_syntax') | finish| endif " first line (by convention always a single pasword) syntax match password_store_password /\%1l.*/ -highlight link password_store_password Comment +highlight! link password_store_password Comment " highlight short passwords syntax match password_store_password_short /\%1l.\{,6\}$/ -highlight link password_store_password_short Error +highlight! link password_store_password_short Error " colon field value is the suggested path for additional information syntax match password_store_header '\v^[^:]+:'