aviaryan / Clipjump

:clipboard: Clipboard Manager for Windows, built in AutoHotkey
http://clipjump.sourceforge.net/
383 stars 61 forks source link

Loading plugins filename filtering #56

Closed dexusnl closed 9 years ago

dexusnl commented 9 years ago

Hello Avi,

When plugins are loaded, it generates the "_registry.ahk" file with all the files in the plugin folder. This means the .ahk I am editing are loaded, but the .ahk~ backup files vim creates from the files that I am editing are also loaded, which contains an outdated version of the plugin. Is it posible to ignore ".ahk~" files?

(Took me a while to figure out why everything I changed in the plugin files wasn't effecting the way the plugins worked)

Thank you!