Changeset f49afc3


Ignore:
Timestamp:
Oct 1, 2011, 11:00:40 PM (12 years ago)
Author:
GitHub Merge Button <merge-button@github.com>
Parents:
f89cc6f (diff), f34728b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:
Merge f34728b01e16a1cadffac064a947fd75ff28581a into f89cc6fa54344f8f6b48601228af46e8fc95caea
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perl/lib/BarnOwl/ModuleLoader.pm

    rf544216 rf34728b  
    127127}
    128128
     129sub complete_module_name {
     130    return sort(keys %modules);
     131}
     132
    129133sub register_keybindings {
    130134    BarnOwl::new_command('reload-modules', sub {BarnOwl::ModuleLoader->reload}, {
     
    138142                           description => q{Reloads a single module located in ~/.owl/modules or the system modules directory}
    139143                          });
     144
     145    BarnOwl::Completion::register_completer('reload-module', \&complete_module_name);
    140146}
    141147
Note: See TracChangeset for help on using the changeset viewer.