doesn't work as intended. maparg really returns ant empty string, so the control flow enters the if statement, but due to silent!, error "mapping already exists" is omitted. As @perrin4869 noted, comma should be used instead.
Related issue: (https://github.com/Raimondi/delimitMate/issues/204)
I found issue https://github.com/Raimondi/delimitMate/issues/204. This code:
doesn't work as intended.
maparg
really returns ant empty string, so the control flow enters theif
statement, but due tosilent!
, error "mapping already exists" is omitted. As @perrin4869 noted, comma should be used instead. Related issue: (https://github.com/Raimondi/delimitMate/issues/204)