8df98f5 move vim.fish to vendor_functions.d

Authored and Committed by zdohnal 3 years ago
1 file changed. 10 lines added. 6 lines removed.
    move vim.fish to vendor_functions.d
    
    The previous place, vendor_conf.d, blocks autoloading user defined
    aliases with the same name, because it is loaded before all dirs for functions.
    Then user defined functions with the same name are not loaded, because the name
    is already defined.
    
        
file modified
+10 -6