Does Vimscript allow for this notation style when creating a list?
let mylist = [ "a", "b", "c" ]
Or is it confined to one-liners (let mylist = [ "a", "b", "c" ])? I'm writing a list that I can easily foresee adding elements to later.
2.1m questions
2.1m answers
60 comments
57.0k users