1) Set configuration doesn't be applied in M.toggle_quick_menu()
It makes short_file_name option don't work
2) The number of slash('/') doesn't show properly in short_file_name mode.
On Windows, sometimes the file path has both '/' and '\' as delimiter
because of neovim inherit problem.
/// Solution:
1) call get_config() function in toggle_quick_menu again. 2) On Windows, backslash of file path in buffer list is replaced by '/'
/// Problem: #32
1) Set configuration doesn't be applied in M.toggle_quick_menu() It makes short_file_name option don't work 2) The number of slash('/') doesn't show properly in short_file_name mode. On Windows, sometimes the file path has both '/' and '\' as delimiter because of neovim inherit problem.
/// Solution:
1) call get_config() function in toggle_quick_menu again. 2) On Windows, backslash of file path in buffer list is replaced by '/'