comparison man/viper.texi @ 14:9ee227acff29 r19-15b90

Import from CVS: tag r19-15b90
author cvs
date Mon, 13 Aug 2007 08:48:42 +0200
parents bcdc7deadc19
children 0293115a14e9
comparison
equal deleted inserted replaced
13:13c6d0aaafe5 14:9ee227acff29
1664 @itemx :se sw=value (:se shiftwidth=value) 1664 @itemx :se sw=value (:se shiftwidth=value)
1665 The number of columns shifted by @kbd{>} and @kbd{<} commands. 1665 The number of columns shifted by @kbd{>} and @kbd{<} commands.
1666 @item vip-search-wrap-around t 1666 @item vip-search-wrap-around t
1667 @itemx :se ws (:se wrapscan) 1667 @itemx :se ws (:se wrapscan)
1668 If not @code{nil}, search wraps around the end/beginning of buffer. 1668 If not @code{nil}, search wraps around the end/beginning of buffer.
1669 @item vip-adjust-window-after-search t 1669 @item vip-search-scroll-threshold 2
1670 If not @code{nil}, window will be pulled up or down, as appropriate, if 1670 In search lands within this many lines of the window top or bottom, the
1671 search lands near the first (or last) line of the window. 1671 window will be scrolled up or down by about 1/7-th of its size, to reveal
1672 the context. If the value is negative---don't scroll.
1672 @item vip-tags-file-name "TAGS" 1673 @item vip-tags-file-name "TAGS"
1673 The name of the file used as the tag table. 1674 The name of the file used as the tag table.
1674 @item vip-re-query-replace nil 1675 @item vip-re-query-replace nil
1675 If not @code{nil}, use reg-exp replace in query replace. 1676 If not @code{nil}, use reg-exp replace in query replace.
1676 @item vip-want-ctl-h-help nil 1677 @item vip-want-ctl-h-help nil
1876 @vindex @code{vip-case-fold-search} 1877 @vindex @code{vip-case-fold-search}
1877 @vindex @code{vip-re-search} 1878 @vindex @code{vip-re-search}
1878 @vindex @code{vip-shift-width} 1879 @vindex @code{vip-shift-width}
1879 @vindex @code{buffer-read-only} 1880 @vindex @code{buffer-read-only}
1880 @vindex @code{vip-search-wrap-around} 1881 @vindex @code{vip-search-wrap-around}
1881 @vindex @code{vip-adjust-window-after-search} 1882 @vindex @code{vip-search-scroll-threshold}
1882 @vindex @code{vip-search-face} 1883 @vindex @code{vip-search-face}
1883 @vindex @code{vip-tags-file-name} 1884 @vindex @code{vip-tags-file-name}
1884 @vindex @code{vip-re-query-replace} 1885 @vindex @code{vip-re-query-replace}
1885 @vindex @code{vip-want-ctl-h-help} 1886 @vindex @code{vip-want-ctl-h-help}
1886 @vindex @code{vip-vi-style-in-minibuffer} 1887 @vindex @code{vip-vi-style-in-minibuffer}