mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-06 20:24:27 +08:00
A new variable named cursormode_mode_func is used to store the function returning the current mode. This allows more customization in the mapping. The default value is the built-in mode function so there is no change in behavior. Add some documentation. Signed-off-by: Thomas Faivre <thomas.faivre@6wind.com>