comparison runtime/doc/pi_expl.txt @ 42:c75153d791d0

updated for version 7.0026
author vimboss
date Wed, 29 Dec 2004 20:58:21 +0000
parents 3fc0f57ecb91
children
comparison
equal deleted inserted replaced
41:f529edb9bab3 42:c75153d791d0
1 *pi_expl.txt* For Vim version 7.0aa. Last change: 2002 Nov 08 1 *pi_expl.txt* For Vim version 7.0aa. Last change: 2004 Dec 29
2 2
3 3
4 VIM REFERENCE MANUAL by M A Aziz Ahmed 4 VIM REFERENCE MANUAL by M A Aziz Ahmed
5 updated by Mark Waggoner 5 updated by Mark Waggoner
6 6
63 let g:explSplitBelow=1 " Put new window below explorer window 63 let g:explSplitBelow=1 " Put new window below explorer window
64 let g:explSplitBelow=0 " Put new window above explorer window 64 let g:explSplitBelow=0 " Put new window above explorer window
65 The default for this is the setting of splitbelow at the time the plugin is 65 The default for this is the setting of splitbelow at the time the plugin is
66 loaded. 66 loaded.
67 67
68 To control where the windows goes relative to the explorer window when 68 To control where the window goes relative to the explorer window when
69 splitting vertically, use the variable: > 69 splitting vertically, use the variable: >
70 let g:explSplitRight=1 " Put new window to the right of the explorer 70 let g:explSplitRight=1 " Put new window to the right of the explorer
71 let g:explSplitRight=0 " Put new window to the left of the explorer 71 let g:explSplitRight=0 " Put new window to the left of the explorer
72 The default for this is the setting of splitright at the time the plugin is 72 The default for this is the setting of splitright at the time the plugin is
73 loaded. 73 loaded.
75 To use a different split method for the explorer window, use: > 75 To use a different split method for the explorer window, use: >
76 let g:explStartRight=1 " Put new explorer window to the right of the 76 let g:explStartRight=1 " Put new explorer window to the right of the
77 " current window 77 " current window
78 let g:explStartRight=0 " Put new explorer window to the left of the 78 let g:explStartRight=0 " Put new explorer window to the left of the
79 " current window 79 " current window
80 The default for this set to g:explSplitRight at the time the plugin is loaded. 80 The default is the value of g:explSplitRight at the time the plugin is loaded.
81 81
82 To use a different split method for the explorer window, use: > 82 To use a different split method for the explorer window, use: >
83 let g:explStartBelow=1 " Put new explorer window below the 83 let g:explStartBelow=1 " Put new explorer window below the
84 " current window 84 " current window
85 let g:explStartBelow=0 " Put new explorer window above the 85 let g:explStartBelow=0 " Put new explorer window above the
86 " current window 86 " current window
87 The default for this set to g:explSplitBelow at the time the plugin is loaded. 87 The default is the value of g:explSplitBelow at the time the plugin is loaded.
88 88
89 The start splits allow for the explorer window to be placed in a file browser 89 The start splits allow for the explorer window to be placed in a file browser
90 type arrangement, where the directories are shown on the left and the contents 90 type arrangement, where the directories are shown on the left and the contents
91 opened on the right. The start split settings are only used when issuing 91 opened on the right. The start split settings are only used when issuing
92 the Sexplore command. 92 the Sexplore command.