make the nerd tree only appear on the left or right

remove "top" and "bottom" as valid settings for NERDTreeWinPos
This commit is contained in:
Martin Grenfell
2008-12-17 23:22:43 +13:00
parent d4b78be306
commit 88020835d6
2 changed files with 10 additions and 37 deletions

View File

@@ -861,15 +861,12 @@ Other examples: >
------------------------------------------------------------------------------
*'NERDTreeWinPos'*
Values: "left", "right", "top" or "bottom"
Values: "left" or "right"
Default: "left".
This option is used to determine where NERD tree window is placed on the
screen.
"top" or "bottom", will cause a horizontal split to be created for the tree,
while "left" and "right" will cause a vertical split.
This option is makes it possible to use two different explorer type
plugins simultaneously. For example, you could have the taglist plugin on the
left of the window and the NERD tree on the right.