mirror of
https://github.com/vim/vim.git
synced 2025-10-06 05:44:14 -04:00
Problem: Cannot use a user defined function as a method. Solution: Pass the base as the first argument to the user defined function after "->". (partly by FUJIWARA Takuya)