and my vim version is
vim --version
VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Aug 29 2011 12:25:41)
Included patches: 1-289
Modified by <bugzi...@redhat.com>
Compiled by <bugzi...@redhat.com>
Huge version without GUI.  Features included (+) or not (-):
+arabic +autocmd -balloon_eval -browse ++builtin_terms +byte_offset
+cindent
-clientserver -clipboard +cmdline_compl +cmdline_hist +cmdline_info
+comments
+conceal +cryptv +cscope +cursorbind +cursorshape +dialog_con +diff
+digraphs
-dnd -ebcdic +emacs_tags +eval +ex_extra +extra_search +farsi
+file_in_path
+find_in_path +float +folding -footer +fork() +gettext -hangul_input
+iconv
+insert_expand +jumplist +keymap +langmap +libcall +linebreak
+lispindent
+listcmds +localmap -lua +menu +mksession +modify_fname +mouse -
mouseshape
+mouse_dec +mouse_gpm -mouse_jsbterm +mouse_netterm -mouse_sysmouse
+mouse_xterm +multi_byte +multi_lang -mzscheme +netbeans_intg
+path_extra +perl
 +persistent_undo +postscript +printer +profile +python -python3
+quickfix
+reltime +rightleft +ruby +scrollbind +signs +smartindent -sniff
+startuptime
+statusline -sun_workshop +syntax +tag_binary +tag_old_static -
tag_any_white
-tcl +terminfo +termresponse +textobjects +title -toolbar
+user_commands
+vertsplit +virtualedit +visual +visualextra +viminfo +vreplace
+wildignore
+wildmenu +windows +writebackup -X11 -xfontset -xim -xsmp -
xterm_clipboard
-xterm_save
   system vimrc file: "/etc/vimrc"
     user vimrc file: "$HOME/.vimrc"
      user exrc file: "$HOME/.exrc"
  fall-back for $VIM: "/etc"
 f-b for $VIMRUNTIME: "/usr/share/vim/vim73"
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H   -I/usr/local/
include  -O2 -g -pipe -Wall  -fexceptions -fstack-protector --
param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -
D_FILE_OFFSET_BITS=64  -D_FORTIFY_SOURCE=1
Linking: gcc   -L.  -rdynamic -Wl,-export-dynamic  -Wl,--enable-new-
dtags -Wl,-rpath,/usr/lib64/perl5/CORE   -L/usr/local/lib -Wl,--as-
needed -o vim       -lm -lnsl  -lselinux  -lncurses -lacl -lattr -lgpm
-ldl    -Wl,--enable-new-dtags -Wl,-rpath,/usr/lib64/perl5/CORE  -
fstack-protector  -L/usr/lib64/perl5/CORE -lperl -lresolv -lnsl -ldl -
lm -lcrypt -lutil -lpthread -lc -L/usr/lib64/python2.7/config -
lpython2.7 -lpthread -ldl -lutil -lm -Xlinker -export-dynamic   -lruby
-lpthread -lrt -ldl -lcrypt -lm

On Sep 26, 7:57 pm, agentsmith <fomichev.alexan...@gmail.com> wrote:
> On Sep 26, 7:43 pm, Charles Campbell <charles.e.campb...@nasa.gov>
> wrote:
>
>
>
>
>
>
>
>
>
> > agentsmith wrote:
> > > Hello, everyone!
>
> > > I experienced a different behavior of :Vex command after vim update on
> > > my Fedora 15.1.
> > > Before update this command had split window on two equal parts with a
> > > list of the current dir on the left side(by default).
> > > After update :Vex causes small vertical list of the current directory
> > > on the left. Width of this list equals to the longest filename in it.
>
> > > But, according to the help on Vex command, it should be equal to :vs
> > > then :Ex commands, that cause splitting target window on two equal
> > > size.
>
> > > Does anybody know how to fix this behavior?
> > > (g:netrw_winsize is not a solution...)
>
> > > Thanks in advance!
>
> > Well, g:netrw_winsize controls the sizing -- so what does
> >   :echo g:netrw_winsize
>
> > show?  With netrw v143m (available at my 
> > website,http://drchip.0sites.net/astronaut/vim/index.html#NETRW) it should 
> > show
> > 50 by default (for 50%).
>
> > Regards,
> > Chip Campbell
>
> :echo g:netrw_winsize  returns 25 but the size is much less than 25%
> of the window (looks like 25 symbols).
> I checked netrw_winsize documentation and tried different values for
> netrw_winsize. My window width is 309 symbols and when I passed 154 to
> netrw_winsize it does split my window on two almost equal size, but
> this solution won't work for 3 window and etc.

-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to