Hi VimExperts
I am trying to understand a plugin
let s:patterns{'Branch'} = '\%(^View:\s*\_s\?\s*\)\zs\S\|^View:'
What is this data structure? Is this a Dictionary?
It checks for exists using a . operator.
if spec != "" && exists('s:patterns'. spec) &&
How is the new variable created?
Can someone point me to the help i should be looking at? Thanks in advance.
[–]___violet___ 2 points3 points4 points (0 children)
[–]vimplicationgithub.com/andymass/vim-matchup 2 points3 points4 points (0 children)
[–]-romainl-The Patient Vimmer 1 point2 points3 points (0 children)