projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0413561
)
Fixed use of default config for possible none available feature.
author
Daniel Carl
<danielcarl@gmx.de>
Tue, 30 Jul 2013 23:12:09 +0000
(
01:12
+0200)
committer
Daniel Carl
<danielcarl@gmx.de>
Tue, 30 Jul 2013 23:12:09 +0000
(
01:12
+0200)
src/default.h
patch
|
blob
|
history
diff --git
a/src/default.h
b/src/default.h
index
c612fe0
..
e31637f
100644
(file)
--- 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",