Hello fellow vimmers, This works correctly and maintains 6 rows as quickfix window height after :q
vim -N -i NONE -u NONE :botright copen 6 :botright split :q However if we have window with vertical split, windowfixheight option does not maintain correct height of quickfix window. vim -N -i NONE -u NONE :vsplit :botright copen 6 :botright split :q After :q quickfix window does NOT maintain 6 rows height. Its height grows by the size of the closed window. Is this normal behaviour? I must say it is *very* annoying as i like to use vsplit TagList window and open new utility windows (including quickfix) with botright option to stack them vertically (basically the second scenario). # vim --version VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Dec 25 2010 21:18:34) Included patches: 1-50 Modified by Gentoo-7.3.50 Compiled by r...@hades 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 -osfiletype +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 -- Michal Kurgan -- You received this message from the "vim_use" 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
