X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/d5c95f6a8f274f42cce81bfe544266a7bb53474b..20c7e83b58359cee70cad87c221f27045aca425e:/.vim/bundle/password-store/syntax/pass.vim?ds=sidebyside 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^[^:]+:'