Home
last modified time | relevance | path

Searched refs:features (Results 1 – 25 of 111) sorted by relevance

12345

/vim-8.2.3635/.github/workflows/
H A Dci.yml29 - features: tiny
32 - features: tiny
35 - features: normal
37 - features: huge
39 - features: huge
44 - features: huge
47 - features: huge
51 - features: normal
263 features: [tiny, huge]
369 features: NORMAL
[all …]
/vim-8.2.3635/runtime/doc/
H A Ddebugger.txt9 These features are for integration with a debugger or an Integrated
13 1. Debugger Features |debugger-features|
17 1. Debugger Features *debugger-features*
19 The following features are available:
27 These features were added specifically for use in the Motif version of gvim.
29 both vim and gvim. Some of the other features could be used in the non-GUI
115 The debugger features were added for use with Sun's Visual WorkShop Integrated
118 features.
120 The following compile time preprocessor variables control the features:
H A Dsponsor.txt10 Fixing bugs and adding new features takes a lot of time and effort. To show
34 VOTE FOR FEATURES *vote-for-features*
73 amount you transferred if you want to vote for features and
82 to fix bugs and add new features. He will do something else instead.
90 able to vote for features.
96 to vote for new features. These votes will give priority to the work on Vim.
110 account. You will then get an extra page where you can vote for features and
138 I did not register Vim, can I use all available features?
176 for features.
H A Dusr_90.txt43 the editor from the source allows you to control which features are compiled.
90 If you are satisfied with getting the default features, and your environment
97 will explain how to compile with different features.
100 correct it. You might have to disable some features to make Vim compile.
165 Vim has many ways to select features. One of the simple ways is to edit the
176 --with-features=tiny Compile with many features disabled.
177 --with-features=small Compile with some features disabled.
178 --with-features=big Compile with more features enabled.
179 --with-features=huge Compile with most features enabled.
188 --without-x Do not compile X-windows features.
[all …]
H A Dos_qnx.txt29 features you can enable/disable.
52 Supported features:
67 Unfinished features:
73 Unsupported features:
132 - The clientserver features.
H A Dft_sql.txt9 features for navigation, indentation and syntax highlighting.
43 provides many additional features and can be customized for different
104 Most relational databases support various standard features, tables, indices,
412 Dynamic mode is used by several features of the SQL completion plugin.
458 This tutorial is designed to take you through the common features of the SQL
461 b) You are introduced to some of the more common features
469 Static features
491 Dynamic features
493 To take advantage of the dynamic features you must first install the
499 uses the features of dbext in the background to populate the popups.
[all …]
H A Ddevelop.txt47 - Vim will have a lot of features that Vi doesn't have. Going back from Vim
68 obscure features, or at least add hints in documentation that they exist.
72 - There is no limit to the features that can be added. Selecting new features
157 being less consistent over all platforms. But functional GUI features are
191 supported. Therefore we use only some of the C99 features and disallow some
194 Please don't make changes everywhere to use the C99 features, it causes merge
220 These C99 features are not to be used, because not enough compilers support
581 int 32 or 64 bit signed (16 might be possible with limited features)
H A Dos_390.txt128 http://www-03.ibm.com/systems/z/os/zos/features/unix/
129 http://www-03.ibm.com/systems/z/os/zos/features/unix/library/IBM+Redbooks/index.html
H A Dos_vms.txt269 Third: If you choose to run Vim with extra features such as GUI/GTK then you
308 features, it is worth to choose non GUI executables.
856 - Documentation updated with GTK features
894 - OS_VMS.TXT updated with new features.
918 - VMS port is in MAX_FEAT (maximum features) club with Unix, Win32 and OS/2.
919 - enabled farsi, rightleft etc. features
922 - maximum features ON is default
923 - Vim is compilable with +perl, +python and +tcl features.
933 - OS_VMS.TXT updated with new features.
/vim-8.2.3635/src/
H A DINSTALLvms.txt27 7. GTK and other features
80 Options: : TINY - Almost no features enabled, not even
82 SMALL - Few features enabled, as basic as possible
83 NORMAL - A default selection of features enabled
84 BIG - Many features enabled, as rich as possible.
86 HUGE - All possible features enabled.
98 It enables features as toolbar etc.
105 It enables features as toolbar etc.
238 7. GTK and other features
334 therefore other external features might fail as PERL, PYTHON and TCL
H A DINSTALL26 For features that you can't enable/disable in another way, you can edit the
40 features will be disabled automatically.
49 Build Vim with default features:
183 When you want to compile with the multi-byte features enabled, make sure you
185 configure tests may fail. You need to compile with "big" features:
187 ./configure --with-features=big
H A Dconfigure.ac497 features="$withval"; AC_MSG_RESULT($features),
502 case "$features" in
552 if test "x$features" = "xtiny" -o "x$features" = "xsmall"; then
1038 if test "x$features" = "xtiny" -o "x$features" = "xsmall"; then
1186 if test "x$features" = "xtiny" -o "x$features" = "xsmall"; then
1420 if test "x$features" = "xtiny" -o "x$features" = "xsmall"; then
1931 if test "x$features" = "xtiny" -o "x$features" = "xsmall"; then
2043 if test "x$features" = "xtiny" -o "x$features" = "xsmall"; then
2058 if test "x$features" = "xtiny" -o "x$features" = "xsmall"; then
3747 if test "$features" = "big" -o "$features" = "huge"; then
[all …]
H A Dconfig.h.in325 /* Define if you want tiny features. */
328 /* Define if you want small features. */
331 /* Define if you want normal features. */
334 /* Define if you want big features. */
337 /* Define if you want huge features. */
H A Dversion.c91 static char *(features[]) = variable
8128 list_in_columns((char_u **)features, -1, -1); in list_features()
8146 int use_highlight = (items == (char_u **)features); in list_in_columns()
/vim-8.2.3635/
H A DREADME.txt7 features have been added: multi-level undo, syntax highlighting, command line
29 if you want more features.
94 Fixing bugs and adding new features takes a lot of time and effort. To show
H A DREADME.md18 features have been added: multi-level undo, syntax highlighting, command line
42 if you want more features.
111 Fixing bugs and adding new features takes a lot of time and effort. To show
H A D.cirrus.yml14 - ./configure --with-features=${FEATURES}
/vim-8.2.3635/READMEdir/
H A DREADME_os390.txt49 $./configure --with-features=big --without-x --enable-gui=no
91 $ ./configure --enable-max-features --enable-gui=motif
H A DREADME_amibin.txt9 compiled with "big" features.
H A DContents3 compatibility and includes all Ex commands. Extra features
/vim-8.2.3635/src/libvterm/
H A DCONTRIBUTING18 New features, bug patches, etc.. should in the first instance be discussed via
/vim-8.2.3635/src/testdir/
H A Dtest_gui_init.vim1 " Tests specifically for the GUI features/options that need to be set up at
/vim-8.2.3635/.github/ISSUE_TEMPLATE/
H A Dfeature_request.md19 A clear and concise description of any alternative solutions or features you've considered.
/vim-8.2.3635/src/auto/
H A Dconfigure1466 X features:
5189 $as_echo "$features" >&6; }
5198 case "$features" in
5282 if test "x$features" = "xtiny" -o "x$features" = "xsmall"; then
6051 if test "x$features" = "xtiny" -o "x$features" = "xsmall"; then
6255 if test "x$features" = "xtiny" -o "x$features" = "xsmall"; then
6605 if test "x$features" = "xtiny" -o "x$features" = "xsmall"; then
7531 if test "x$features" = "xtiny" -o "x$features" = "xsmall"; then
7708 if test "x$features" = "xtiny" -o "x$features" = "xsmall"; then
7731 if test "x$features" = "xtiny" -o "x$features" = "xsmall"; then
[all …]
/vim-8.2.3635/runtime/syntax/
H A Drmd.vim7 " many other advanced features like folding of markdown sections, it is
19 " Pandoc-syntax has more features, but it is slower.

12345