mbbill / undotree

The undo history visualizer for VIM
http://www.vim.org/scripts/script.php?script_id=4177
BSD 3-Clause "New" or "Revised" License
3.97k stars 101 forks source link

Fix the use of .. has causes errors in VIM versions < 8.0.2. #167

Closed VimfanTPdvorak closed 1 year ago

VimfanTPdvorak commented 1 year ago

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.