aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2001-11-23 21:05:52 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2001-11-23 21:05:52 +0000
commitcc0b9339cde8f25939b635c63dfc8da490e6248c (patch)
tree3cea0fb3ad995d2ebb7bf1965ccceb172854f2dd /fm.h
parentadd emacs_like_lineedit (diff)
downloadw3m-cc0b9339cde8f25939b635c63dfc8da490e6248c.tar.gz
w3m-cc0b9339cde8f25939b635c63dfc8da490e6248c.zip
add vi_prec_num
Diffstat (limited to 'fm.h')
-rw-r--r--fm.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/fm.h b/fm.h
index 14f6c42..4cda755 100644
--- a/fm.h
+++ b/fm.h
@@ -1,4 +1,4 @@
-/* $Id: fm.h,v 1.14 2001/11/23 20:50:59 ukai Exp $ */
+/* $Id: fm.h,v 1.15 2001/11/23 21:05:52 ukai Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -706,6 +706,9 @@ global int confirm_on_quit init(TRUE);
#ifdef EMACS_LIKE_LINEEDIT
global int emacs_like_lineedit init(FALSE);
#endif
+#ifdef VI_PREC_NUM
+global int vi_prec_num init(FALSE);
+#endif
global int displayLink init(FALSE);
global int retryAsHttp init(TRUE);
global int showLineNum init(FALSE);