]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.1994: inconsistent feature description v9.0.1994
authorRestorerZ <restorer@mail2k.ru>
Thu, 5 Oct 2023 20:25:12 +0000 (22:25 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 5 Oct 2023 20:25:12 +0000 (22:25 +0200)
Problem:  inconsistent feature description
Solution: delete old mentioned feature sets small and big

The may however still be mentioned for historical reasons. e.g. The
last Amiga built version is for Vim6.2 and is still a big version.

closes: #13273

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: RestorerZ <restorer@mail2k.ru>
.appveyor.yml
READMEdir/README_os390.txt
runtime/doc/starting.txt
runtime/doc/testing.txt
runtime/doc/usr_90.txt
runtime/doc/various.txt
src/bigvim.bat
src/bigvim64.bat
src/version.c

index 2d7383b971c0ed5cfd4e83cf8d554f036bd5fd60..35da1092107cc4217baf7f54a687db15d5e25ef2 100644 (file)
@@ -29,7 +29,6 @@ environment:
 # disabled
 #    - FEATURE: TINY
 #    - FEATURE: NORMAL
-#    - FEATURE: BIG
 
 matrix:
   fast_finish: true
index 87db0b4ec41b1ba963b3ddf9f5822feef095b008..ecbe8cadc94b24d2b9ea25e0b2f6e6cbf3839d82 100644 (file)
@@ -46,7 +46,7 @@ Change to the vim directory and do:
 
     $ export CC=cc
     $ export _CC_CCMODE=1
-    $./configure --with-features=big --without-x --enable-gui=no
+    $./configure --with-features=normal --without-x --enable-gui=no
     $ cd src
     $ make
 
index 6bc45134762829c0ff39eacb15e790790633d1fc..58b8edcd354b88a303960fd1ae7cd41aa7e94143 100644 (file)
@@ -1704,6 +1704,6 @@ most of the information will be restored).
                        If you get the |press-enter| prompt you can press "q"
                        and still get the prompt to enter a file number.
                        Use ! to abandon a modified buffer. |abandon|
-                       {not when compiled with tiny or small features}
+                       {not when compiled with tiny features}
 
  vim:tw=78:ts=8:noet:ft=help:norl:
index 362f2b97143e47b90003d10a47265b1e07ae7cd5..2d78c0ec12d811b3b96607d0a90a8cbcd06795a1 100644 (file)
@@ -21,7 +21,7 @@ Vim can be tested after building it, usually with "make test".
 The tests are located in the directory "src/testdir".
 
 There are two types of tests added over time:
-       test20.in               oldest, only for tiny and small builds
+       test20.in               oldest, only for tiny builds
        test_something.vim      new style tests
 
                                                *new-style-testing*
index 060e0d58dacabd11f4088cbbe953a484d72f2d8d..781a0ffdffaa97d06bd82ff3571b5b22e1fb9b10 100644 (file)
@@ -173,9 +173,8 @@ enabled from the Makefile.
 
        --prefix={directory}            Top directory where to install Vim.
 
-       --with-features=tiny            Compile with many features disabled.
-       --with-features=small           Compile with some features disabled.
-       --with-features=big             Compile with more features enabled.
+       --with-features=tiny            Compile with some features disabled.
+       --with-features=normal          Compile with more features enabled.
        --with-features=huge            Compile with most features enabled.
                                        See |+feature-list| for which feature
                                        is enabled in which case.
index b2b79039358f5ba775e99583d23a2c07c65be8f3..4ee889003db227ef76d7d8cf920593ec21afae3e 100644 (file)
@@ -320,15 +320,13 @@ g8                        Print the hex values of the bytes used in the
                        The first column shows the smallest version in which
                        they are included:
                           T    tiny (always)
-                          S    small
                           N    normal
-                          B    big
                           H    huge
                           m    manually enabled or depends on other features
                           -    never, feature was removed
                         (none) system dependent
                        Thus if a feature is marked with "N", it is included
-                       in the normal, big and huge versions of Vim.
+                       in the normal and huge versions of Vim.
 
                                                        *+feature-list*
    *+acl*              |ACL| support included
index e82eabddd0151ee8d009907b6eac4c4d609140ee..a092547f11bc06d1272797943fda8ad44fb8a20d 100644 (file)
@@ -1,4 +1,4 @@
-:: command to build big Vim with OLE, Lua, Perl, Python, Racket, Ruby and Tcl
+:: command to build huge Vim with OLE, Lua, Perl, Python, Racket, Ruby and Tcl
 SET VCDIR="C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\"
 SET TOOLDIR=E:\
 %VCDIR%nmake -f Make_mvc.mak GUI=yes OLE=yes LUA=%TOOLDIR%lua53 DYNAMIC_LUA=yes LUA_VER=53 PERL=%TOOLDIR%perl524 DYNAMIC_PERL=yes PERL_VER=524 PYTHON=%TOOLDIR%python27 DYNAMIC_PYTHON=yes PYTHON_VER=27 PYTHON3=%TOOLDIR%python36 DYNAMIC_PYTHON3=yes PYTHON3_VER=36 MZSCHEME=%TOOLDIR%Racket DYNAMIC_MZSCHEME=yes MZSCHEME_VER=3m_a36fs8 RUBY=%TOOLDIR%ruby24 DYNAMIC_RUBY=yes RUBY_VER=24 RUBY_API_VER_LONG=2.4.0 RUBY_MSVCRT_NAME=msvcrt TCL=%TOOLDIR%ActiveTcl TCL_VER=86 TCL_VER_LONG=8.6 DYNAMIC_TCL=yes TCL_DLL=tcl86t.dll %1 IME=yes CSCOPE=yes DIRECTX=yes
index 8d5fba0f660e1f5f288143e4fb96dbb93cf9d2e9..7025374f9174d501243deef21d3ac74f97695c2c 100644 (file)
@@ -1,4 +1,4 @@
-:: command to build big Vim 64 bit with OLE, Perl and Python.
+:: command to build huge Vim 64 bit with OLE, Perl and Python.
 :: First run: %VCDIR%\vcvarsall.bat x86_amd64
 :: Ruby and Tcl are excluded, doesn't seem to work.
 SET VCDIR="C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\"
index 7c5f3c4fe02ab8c9944d4cdf5656d28157fe9023..057cae580acdea40f3eab1947c1b45466e7b13f4 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1994,
 /**/
     1993,
 /**/