Changeset 3b42640


Ignore:
Timestamp:
Aug 14, 2009, 1:43:27 PM (15 years ago)
Author:
Alejandro R. Sedeño <asedeno@mit.edu>
Branches:
master, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
96cdeaf
Parents:
cff58b4
Message:
Fix a bug tickled by changing variable:disable-ctrl-d

The side-effect of changing disable-ctrl-d is that the binding of C-d
changes. Fix the keybindings to use commands that exist.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • variable.c

    rc1d9441 r3b42640  
    441441      owl_function_command_norv("bindkey editmulti C-d command edit:delete-next-char");
    442442    } else if (*(int*)newval == 1) {
    443       owl_function_command_norv("bindkey editmulti C-d command editmulti:done-or-delete");
     443      owl_function_command_norv("bindkey editmulti C-d command edit:done-or-delete");
    444444    } else {
    445       owl_function_command_norv("bindkey editmulti C-d command editmulti:done");
     445      owl_function_command_norv("bindkey editmulti C-d command edit:done");
    446446    }
    447447  } 
Note: See TracChangeset for help on using the changeset viewer.