mirror of
https://github.com/preservim/vim-wordy.git
synced 2025-11-08 09:53:50 -05:00
Use tempname() for portably obtaining a temporary filename. Use map() instead of a for-loop. Add comment explaining the purpose of the newly added code. Add l: prefix to keep coding style in-line with rest of code.