From: Daniel Carl <danielcarl@gmx.de>
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/dummy.html/assets/dummy.html/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 <ctrl-q>=quit",
     "nmap <ctrl-o>=back",
     "nmap <ctrl-i>=forward",
-    "nmap <ctrl-p>=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 <ctrl-p>=pop",
 #endif
     "nmap y=yank-uri",
     "nmap Y=yank-selection",