From: Daniel Carl Date: Tue, 30 Jul 2013 23:12:09 +0000 (+0200) Subject: Fixed use of default config for possible none available feature. X-Git-Url: https://git.owens.tech/assets/static/git-logo.png/assets/static/git-logo.png/git?a=commitdiff_plain;h=8a1ec215730351296847d920a30f585eda5b5b13;p=vimb.git Fixed use of default config for possible none available feature. --- diff --git a/src/default.h b/src/default.h index c612fe0..e31637f 100644 --- a/src/default.h +++ b/src/default.h @@ -43,7 +43,6 @@ static char *default_config[] = { "nmap =quit", "nmap =back", "nmap =forward", - "nmap =pop", "nmap r=reload", "nmap R=reload!", "nmap C=stop", @@ -70,6 +69,7 @@ static char *default_config[] = { "nmap ;s=hint-save", #ifdef FEATURE_QUEUE "nmap ;p=hint-push", + "nmap =pop", #endif "nmap y=yank-uri", "nmap Y=yank-selection",