From 1a14c2ccd112d905077daaeae7a234aaa396a088 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 25 Mar 2006 21:52:34 +0000 Subject: [PATCH] updated for version 7.0b01 --- nsis/icons/enabled.bmp | Bin 0 -> 358 bytes runtime/doc/vim.man | 119 +++++++++++++++++++++-------------------- runtime/synmenu.vim | 2 +- src/Make_bc3.mak | 2 +- src/Makefile | 2 +- 5 files changed, 64 insertions(+), 61 deletions(-) create mode 100644 nsis/icons/enabled.bmp diff --git a/nsis/icons/enabled.bmp b/nsis/icons/enabled.bmp new file mode 100644 index 0000000000000000000000000000000000000000..766e11a93291a9c7bae50a89d4fefa1bd517e7d0 GIT binary patch literal 358 zcmZ?rO=DyLgEAng0mLFu%*en37XJVwkMKdT09b^9fya!8fn_NR16K|g!;&RS7#=)$ zz!2{3#*m(x&T#0!AqGxgP6oGhH-?_}9)@3kelf5%u`p;FX)+jj3Nbh|I56zqUB25j zWH%5nFznu*Rvr5k%HCFW^UXPs1W and CTRL-D to complete subjects (":help cmd- - line-completion"). Tags are present to jump from one place to another + Type ":help" in Vim to get started. Type ":help subject" to get help + on a specific subject. For example: ":help ZZ" to get help for the + "ZZ" command. Use and CTRL-D to complete subjects (":help cmd- + line-completion"). Tags are present to jump from one place to another (sort of hypertext links, see ":help"). All documentation files can be viewed in this way, for example ":help syntax.txt". FILES /usr/local/lib/vim/doc/*.txt - The Vim documentation files. Use ":help doc-file-list" + The Vim documentation files. Use ":help doc-file-list" to get the complete list. /usr/local/lib/vim/doc/tags - The tags file used for finding information in the docu- + The tags file used for finding information in the docu- mentation files. /usr/local/lib/vim/syntax/syntax.vim @@ -378,7 +381,7 @@ FILES ~/.gvimrc Your personal gvim initializations. /usr/local/lib/vim/optwin.vim - Script used for the ":options" command, a nice way to + Script used for the ":options" command, a nice way to view and set options. /usr/local/lib/vim/menu.vim @@ -388,11 +391,11 @@ FILES Script to generate a bug report. See ":help bugs". /usr/local/lib/vim/filetype.vim - Script to detect the type of a file by its name. See + Script to detect the type of a file by its name. See ":help 'filetype'". /usr/local/lib/vim/scripts.vim - Script to detect the type of a file by its contents. + Script to detect the type of a file by its contents. See ":help 'filetype'". /usr/local/lib/vim/*.ps @@ -407,17 +410,17 @@ SEE ALSO AUTHOR Most of Vim was made by Bram Moolenaar, with a lot of help from others. See ":help credits" in Vim. - Vim is based on Stevie, worked on by: Tim Thompson, Tony Andrews and - G.R. (Fred) Walter. Although hardly any of the original code remains. + Vim is based on Stevie, worked on by: Tim Thompson, Tony Andrews and + G.R. (Fred) Walter. Although hardly any of the original code remains. BUGS Probably. See ":help todo" for a list of known problems. - Note that a number of things that may be regarded as bugs by some, are - in fact caused by a too-faithful reproduction of Vi's behaviour. And - if you think other things are bugs "because Vi does it differently", - you should take a closer look at the vi_diff.txt file (or type :help - vi_diff.txt when in Vim). Also have a look at the 'compatible' and + Note that a number of things that may be regarded as bugs by some, are + in fact caused by a too-faithful reproduction of Vi's behaviour. And + if you think other things are bugs "because Vi does it differently", + you should take a closer look at the vi_diff.txt file (or type :help + vi_diff.txt when in Vim). Also have a look at the 'compatible' and 'cpoptions' options. diff --git a/runtime/synmenu.vim b/runtime/synmenu.vim index 35f0f71ea..05ff118e1 100644 --- a/runtime/synmenu.vim +++ b/runtime/synmenu.vim @@ -123,7 +123,7 @@ an 50.30.160 &Syntax.DE.Diff :cal SetSyn("diff") an 50.30.170 &Syntax.DE.Digital\ Command\ Lang :cal SetSyn("dcl") an 50.30.180 &Syntax.DE.Dircolors :cal SetSyn("dircolors") an 50.30.190 &Syntax.DE.Django\ template :cal SetSyn("django") -an 50.30.200 &Syntax.DE.DNS/BIND\ zone :cal SetSyn("dns") +an 50.30.200 &Syntax.DE.DNS/BIND\ zone :cal SetSyn("bindzone") an 50.30.210 &Syntax.DE.DocBook.auto-detect :cal SetSyn("docbk") an 50.30.220 &Syntax.DE.DocBook.SGML :cal SetSyn("docbksgml") an 50.30.230 &Syntax.DE.DocBook.XML :cal SetSyn("docbkxml") diff --git a/src/Make_bc3.mak b/src/Make_bc3.mak index 461763088..1aa82a351 100644 --- a/src/Make_bc3.mak +++ b/src/Make_bc3.mak @@ -168,7 +168,7 @@ vim.cfg: Make_bc3.mak -Iproto -I$(INCLUDEPATH) -L$(LIBPATH) --DMSDOS$(SPAWND) +-DMSDOS;FEAT_TINY$(SPAWND) | vim.cfg test: diff --git a/src/Makefile b/src/Makefile index 86291b647..027421431 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1708,7 +1708,7 @@ types.vim: $(TAGS_SRC) $(TAGS_INCL) # test check: $(MAKE) -f Makefile $(VIMTARGET) - -@if test -n "$(MAKEMO)" -a -f $(PODIR)/Makefile; then \ + -if test -n "$(MAKEMO)" -a -f $(PODIR)/Makefile; then \ cd $(PODIR); $(MAKE) -f Makefile check VIM=../$(VIMTARGET); \ fi cd testdir; $(MAKE) -f Makefile $(GUI_TESTTARGET) VIMPROG=../$(VIMTARGET) $(GUI_TESTARG) -- 2.50.1