Tuesday, February 21, 2012

Re: tabnew issue

On 21/02/12 15:05, naaj_ila wrote:
> When i opened any file in vim/gvim , I can use :tabnew command to open
> multiple files . No issues there
> We are using clearcase in my project. When i set a view and opened a file in
> vim/gvim
> :tabnew is not working. "Editor command not found"
> If i exit from view , then tabnew will work fine.
>
> It is very very much useful for me if you guys give suggestions
> I added Configuration for tabnew in .vimrc file. Still its not working
>

Clearcase must be either imitating Vim, or using a different version:

- Tab pages require the +windows compile-time feature
- They were new in version 7.

Check it by typing :version in "Vim launched from clearcase" and in "Vim
started independently". I bet the result will be different. I'm
highlighting below (by ------^^ on the next line) the points of interest
from my own version of Vim:


VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Feb 21 2012 00:33:20)
------------------^^^
Included patches: 1-446
Compiled by antoine.mechelynck@gmail.com
Huge version with GTK2-GNOME 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_gui +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 +mouse_urxvt +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_interact +xterm_clipboard +xterm_save
system vimrc file: "$VIM/vimrc"
user vimrc file: "$HOME/.vimrc"
user exrc file: "$HOME/.exrc"
system gvimrc file: "$VIM/gvimrc"
user gvimrc file: "$HOME/.gvimrc"
system menu file: "$VIMRUNTIME/menu.vim"
fall-back for $VIM: "/usr/local/share/vim"
[...]


Best regards,
Tony.
--
"We'll cross out that bridge when we come back to it later."

--
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

No comments: