mjbrownie / swapit

vim plugin: Extensible Keyword Swapper
39 stars 8 forks source link

Retire :SwapListLoadFT. #19

Closed inkarkat closed 10 years ago

inkarkat commented 10 years ago

This command doesn't make sense when :filetype plugin on (which most users have), as the filetype load mechanism automatically will source the swap list script when the filetype is set. It has never been documented, anyway. This may have been introduced to restore the current filetype's swap lists after opening of another buffer clobbered them, but that has now been addressed by using buffer-local variables.