On 8/14/06, Robert Hicks <[EMAIL PROTECTED]> wrote:
I see in the configure file that --with-features takes "tiny, small,
normal, big or huge (default: normal).

Is there some place I can look to see what those options provide?

The answer is in file features.h, search for FEAT_HUGE, but it's not
concentrated in a single place and it's scattered all around the
features.h file and it's in fact difficult to track down.

For a simple answer as to what FEAT_HUGE entails, here is :version
from the vim7 which was built with --with-features=huge and no
other config additions. As you see, it includes GUI, and eval, and almost
everything, except interpreters (-tcl -perl and -python -ruby). BTW I would
prefer :version to print +features first, and then -features in
separate paragraph,
separately.

Huge version with GTK2 GUI.  Features included (+) or not (-):
+arabic +autocmd +balloon_eval +browse ++builtin_terms +byte_offset +cindent
+clientserver +clipboard +cmdline_compl +cmdline_hist +cmdline_info
+comments +cryptv
+cscope +cursorshape +dialog_con_gui +diff +digraphs +dnd -ebcdic
+emacs_tags +eval
+ex_extra +extra_search +farsi +file_in_path +find_in_path +folding
-footer +fork()
+gettext -hangul_input +iconv +insert_expand +jumplist +keymap +langmap +libcall
+linebreak +lispindent +listcmds +localmap +menu +mksession +modify_fname +mouse
+mouseshape +mouse_dec +mouse_gpm -mouse_jsbterm +mouse_netterm
+mouse_xterm +multi_byte
+multi_lang -mzscheme +netbeans_intg -osfiletype +path_extra -perl
+postscript +printer
+profile -python +quickfix +reltime +rightleft -ruby +scrollbind
+signs +smartindent
-sniff +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

Yakov

Reply via email to