Skip to content

Commit

Permalink
Fix C-a, C-space, C-e regression from --disable-cscope patch
Browse files Browse the repository at this point in the history
This fixes a regression introduced in 658bad7, the --disable-cscope
patch.  Where C-a, C-e, C-space (set mark), et al stopped working.

Signed-off-by: Joachim Nilsson <[email protected]>
  • Loading branch information
troglobit committed May 15, 2016
1 parent 704f822 commit ffbd1a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,10 @@ static struct KEYMAPE (8) fundmap = {
{
CCHR('@'), CCHR('G'), fund_at, (KEYMAP *) & ccmap
},
#else
{
CCHR('@'), CCHR('G'), fund_at, NULL
},
#endif
{
CCHR('H'), CCHR('H'), fund_h, (KEYMAP *) & helpmap
Expand Down

0 comments on commit ffbd1a2

Please sign in to comment.