The utilization of the text concatenation operator .. and the implementation of a default value for a function have resulted in errors in VIM versions prior to 8.0.2. Therefore, I switch to the operator . instead and remove the default parameter value definition.
The utilization of the text concatenation operator
..
and the implementation of a default value for a function have resulted in errors in VIM versions prior to 8.0.2. Therefore, I switch to the operator.
instead and remove the default parameter value definition.