|
Karsten Hopp |
f4dd0b |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
f4dd0b |
Subject: Patch 7.4.777
|
|
Karsten Hopp |
f4dd0b |
Fcc: outbox
|
|
Karsten Hopp |
f4dd0b |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
f4dd0b |
Mime-Version: 1.0
|
|
Karsten Hopp |
f4dd0b |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
f4dd0b |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
f4dd0b |
------------
|
|
Karsten Hopp |
f4dd0b |
|
|
Karsten Hopp |
f4dd0b |
Patch 7.4.777
|
|
Karsten Hopp |
f4dd0b |
Problem: The README file doesn't look nice on github.
|
|
Karsten Hopp |
f4dd0b |
Solution: Add a markdown version of the README file.
|
|
Karsten Hopp |
f4dd0b |
Files: Filelist, README.md
|
|
Karsten Hopp |
f4dd0b |
|
|
Karsten Hopp |
f4dd0b |
|
|
Karsten Hopp |
f4dd0b |
*** ../vim-7.4.776/Filelist 2014-11-05 17:04:10.516530418 +0100
|
|
Karsten Hopp |
f4dd0b |
--- Filelist 2015-07-10 16:29:19.472923927 +0200
|
|
Karsten Hopp |
f4dd0b |
***************
|
|
Karsten Hopp |
f4dd0b |
*** 481,486 ****
|
|
Karsten Hopp |
f4dd0b |
--- 481,487 ----
|
|
Karsten Hopp |
f4dd0b |
# runtime files for all distributions
|
|
Karsten Hopp |
f4dd0b |
RT_ALL = \
|
|
Karsten Hopp |
f4dd0b |
README.txt \
|
|
Karsten Hopp |
f4dd0b |
+ README.md \
|
|
Karsten Hopp |
f4dd0b |
runtime/bugreport.vim \
|
|
Karsten Hopp |
f4dd0b |
runtime/doc/*.awk \
|
|
Karsten Hopp |
f4dd0b |
runtime/doc/*.pl \
|
|
Karsten Hopp |
f4dd0b |
*** ../vim-7.4.776/README.md 2015-07-10 19:21:37.767563658 +0200
|
|
Karsten Hopp |
f4dd0b |
--- README.md 2015-07-10 16:28:55.569148732 +0200
|
|
Karsten Hopp |
f4dd0b |
***************
|
|
Karsten Hopp |
f4dd0b |
*** 0 ****
|
|
Karsten Hopp |
f4dd0b |
--- 1,112 ----
|
|
Karsten Hopp |
f4dd0b |
+ `README.md` for version 7.4 of Vim: Vi IMproved.
|
|
Karsten Hopp |
f4dd0b |
+
|
|
Karsten Hopp |
f4dd0b |
+
|
|
Karsten Hopp |
f4dd0b |
+ ## What is VIM ##
|
|
Karsten Hopp |
f4dd0b |
+
|
|
Karsten Hopp |
f4dd0b |
+ Vim is an almost compatible version of the UNIX editor Vi. Many new features
|
|
Karsten Hopp |
f4dd0b |
+ have been added: multi-level undo, syntax highlighting, command line history,
|
|
Karsten Hopp |
f4dd0b |
+ on-line help, spell checking, filename completion, block operations, etc.
|
|
Karsten Hopp |
f4dd0b |
+ There is also a Graphical User Interface (GUI) available. See
|
|
Karsten Hopp |
f4dd0b |
+ `runtime/doc/vi_diff.txt` for differences with Vi.
|
|
Karsten Hopp |
f4dd0b |
+
|
|
Karsten Hopp |
f4dd0b |
+ This editor is very useful for editing programs and other plain text files.
|
|
Karsten Hopp |
f4dd0b |
+ All commands are given with normal keyboard characters, so those who can type
|
|
Karsten Hopp |
f4dd0b |
+ with ten fingers can work very fast. Additionally, function keys can be
|
|
Karsten Hopp |
f4dd0b |
+ defined by the user, and the mouse can be used.
|
|
Karsten Hopp |
f4dd0b |
+
|
|
Karsten Hopp |
f4dd0b |
+ Vim runs under Amiga DOS, MS-DOS, MS-Windows (95, 98, Me, NT, 2000, XP, Vista,
|
|
Karsten Hopp |
f4dd0b |
+ 7), Atari MiNT, Macintosh, BeOS, VMS, RISC OS, OS/2 and almost all flavours of
|
|
Karsten Hopp |
f4dd0b |
+ UNIX. Porting to other systems should not be very difficult.
|
|
Karsten Hopp |
f4dd0b |
+
|
|
Karsten Hopp |
f4dd0b |
+
|
|
Karsten Hopp |
f4dd0b |
+ ## Distribution ##
|
|
Karsten Hopp |
f4dd0b |
+
|
|
Karsten Hopp |
f4dd0b |
+ There are separate distributions for Unix, PC, Amiga and some other systems.
|
|
Karsten Hopp |
f4dd0b |
+ This `README.md` file comes with the runtime archive. It includes the
|
|
Karsten Hopp |
f4dd0b |
+ documentation, syntax files and other files that are used at runtime. To run
|
|
Karsten Hopp |
f4dd0b |
+ Vim you must get either one of the binary archives or a source archive.
|
|
Karsten Hopp |
f4dd0b |
+ Which one you need depends on the system you want to run it on and whether you
|
|
Karsten Hopp |
f4dd0b |
+ want or must compile it yourself. Check http://www.vim.org/download.php for
|
|
Karsten Hopp |
f4dd0b |
+ an overview of currently available distributions.
|
|
Karsten Hopp |
f4dd0b |
+
|
|
Karsten Hopp |
f4dd0b |
+
|
|
Karsten Hopp |
f4dd0b |
+ ## Documentation ##
|
|
Karsten Hopp |
f4dd0b |
+
|
|
Karsten Hopp |
f4dd0b |
+ The vim tutor is a one hour training course for beginners. Mostly it can be
|
|
Karsten Hopp |
f4dd0b |
+ started as `vimtutor`. See `:help tutor` for more information.
|
|
Karsten Hopp |
f4dd0b |
+
|
|
Karsten Hopp |
f4dd0b |
+ The best is to use `:help` in Vim. If you don't have an executable yet, read
|
|
Karsten Hopp |
f4dd0b |
+ `runtime/doc/help.txt`. It contains pointers to the other documentation
|
|
Karsten Hopp |
f4dd0b |
+ files. The User Manual reads like a book and is recommended to learn to use
|
|
Karsten Hopp |
f4dd0b |
+ Vim. See `:help user-manual`.
|
|
Karsten Hopp |
f4dd0b |
+
|
|
Karsten Hopp |
f4dd0b |
+
|
|
Karsten Hopp |
f4dd0b |
+ ## Copying ##
|
|
Karsten Hopp |
f4dd0b |
+
|
|
Karsten Hopp |
f4dd0b |
+ Vim is Charityware. You can use and copy it as much as you like, but you are
|
|
Karsten Hopp |
f4dd0b |
+ encouraged to make a donation to help orphans in Uganda. Please read the file
|
|
Karsten Hopp |
f4dd0b |
+ `runtime/doc/uganda.txt` for details (do `:help uganda` inside Vim).
|
|
Karsten Hopp |
f4dd0b |
+
|
|
Karsten Hopp |
f4dd0b |
+ Summary of the license: There are no restrictions on using or distributing an
|
|
Karsten Hopp |
f4dd0b |
+ unmodified copy of Vim. Parts of Vim may also be distributed, but the license
|
|
Karsten Hopp |
f4dd0b |
+ text must always be included. For modified versions a few restrictions apply.
|
|
Karsten Hopp |
f4dd0b |
+ The license is GPL compatible, you may compile Vim with GPL libraries and
|
|
Karsten Hopp |
f4dd0b |
+ distribute it.
|
|
Karsten Hopp |
f4dd0b |
+
|
|
Karsten Hopp |
f4dd0b |
+
|
|
Karsten Hopp |
f4dd0b |
+ ## Sponsoring ##
|
|
Karsten Hopp |
f4dd0b |
+
|
|
Karsten Hopp |
f4dd0b |
+ Fixing bugs and adding new features takes a lot of time and effort. To show
|
|
Karsten Hopp |
f4dd0b |
+ your appreciation for the work and motivate Bram and others to continue
|
|
Karsten Hopp |
f4dd0b |
+ working on Vim please send a donation.
|
|
Karsten Hopp |
f4dd0b |
+
|
|
Karsten Hopp |
f4dd0b |
+ Since Bram is back to a paid job the money will now be used to help children
|
|
Karsten Hopp |
f4dd0b |
+ in Uganda. See `runtime/doc/uganda.txt`. But at the same time donations
|
|
Karsten Hopp |
f4dd0b |
+ increase Bram's motivation to keep working on Vim!
|
|
Karsten Hopp |
f4dd0b |
+
|
|
Karsten Hopp |
f4dd0b |
+ For the most recent information about sponsoring look on the Vim web site:
|
|
Karsten Hopp |
f4dd0b |
+ http://www.vim.org/sponsor/
|
|
Karsten Hopp |
f4dd0b |
+
|
|
Karsten Hopp |
f4dd0b |
+
|
|
Karsten Hopp |
f4dd0b |
+ ## Compiling ##
|
|
Karsten Hopp |
f4dd0b |
+
|
|
Karsten Hopp |
f4dd0b |
+ If you obtained a binary distribution you don't need to compile Vim. If you
|
|
Karsten Hopp |
f4dd0b |
+ obtained a source distribution, all the stuff for compiling Vim is in the
|
|
Karsten Hopp |
f4dd0b |
+ `src` directory. See `src/INSTALL` for instructions.
|
|
Karsten Hopp |
f4dd0b |
+
|
|
Karsten Hopp |
f4dd0b |
+
|
|
Karsten Hopp |
f4dd0b |
+ ## Installation ##
|
|
Karsten Hopp |
f4dd0b |
+
|
|
Karsten Hopp |
f4dd0b |
+ See one of these files for system-specific instructions:
|
|
Karsten Hopp |
f4dd0b |
+
|
|
Karsten Hopp |
f4dd0b |
+ README_ami.txt Amiga
|
|
Karsten Hopp |
f4dd0b |
+ README_unix.txt Unix
|
|
Karsten Hopp |
f4dd0b |
+ README_dos.txt MS-DOS and MS-Windows
|
|
Karsten Hopp |
f4dd0b |
+ README_os2.txt OS/2
|
|
Karsten Hopp |
f4dd0b |
+ README_mac.txt Macintosh
|
|
Karsten Hopp |
f4dd0b |
+ README_vms.txt VMS
|
|
Karsten Hopp |
f4dd0b |
+
|
|
Karsten Hopp |
f4dd0b |
+ There are more `README_*.txt` files, depending on the distribution you used.
|
|
Karsten Hopp |
f4dd0b |
+
|
|
Karsten Hopp |
f4dd0b |
+
|
|
Karsten Hopp |
f4dd0b |
+ ## Information ##
|
|
Karsten Hopp |
f4dd0b |
+
|
|
Karsten Hopp |
f4dd0b |
+ The latest news about Vim can be found on the Vim home page:
|
|
Karsten Hopp |
f4dd0b |
+ http://www.vim.org/
|
|
Karsten Hopp |
f4dd0b |
+
|
|
Karsten Hopp |
f4dd0b |
+ If you have problems, have a look at the Vim documentation or tips:
|
|
Karsten Hopp |
f4dd0b |
+ http://www.vim.org/docs.php
|
|
Karsten Hopp |
f4dd0b |
+ http://vim.wikia.com/wiki/Vim_Tips_Wiki
|
|
Karsten Hopp |
f4dd0b |
+
|
|
Karsten Hopp |
f4dd0b |
+ If you still have problems or any other questions, use one of the mailing
|
|
Karsten Hopp |
f4dd0b |
+ lists to discuss them with Vim users and developers:
|
|
Karsten Hopp |
f4dd0b |
+ http://www.vim.org/maillist.php
|
|
Karsten Hopp |
f4dd0b |
+
|
|
Karsten Hopp |
f4dd0b |
+ If nothing else works, report bugs directly:
|
|
Karsten Hopp |
f4dd0b |
+ Bram Moolenaar <Bram@vim.org>
|
|
Karsten Hopp |
f4dd0b |
+
|
|
Karsten Hopp |
f4dd0b |
+
|
|
Karsten Hopp |
f4dd0b |
+ ## Main author ##
|
|
Karsten Hopp |
f4dd0b |
+
|
|
Karsten Hopp |
f4dd0b |
+ Send any other comments, patches, flowers and suggestions to:
|
|
Karsten Hopp |
f4dd0b |
+ Bram Moolenaar <Bram@vim.org>
|
|
Karsten Hopp |
f4dd0b |
*** ../vim-7.4.776/src/version.c 2015-07-10 19:16:27.302493581 +0200
|
|
Karsten Hopp |
f4dd0b |
--- src/version.c 2015-07-10 19:20:17.560320543 +0200
|
|
Karsten Hopp |
f4dd0b |
***************
|
|
Karsten Hopp |
f4dd0b |
*** 743,744 ****
|
|
Karsten Hopp |
f4dd0b |
--- 743,746 ----
|
|
Karsten Hopp |
f4dd0b |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
f4dd0b |
+ /**/
|
|
Karsten Hopp |
f4dd0b |
+ 777,
|
|
Karsten Hopp |
f4dd0b |
/**/
|
|
Karsten Hopp |
f4dd0b |
|
|
Karsten Hopp |
f4dd0b |
--
|
|
Karsten Hopp |
f4dd0b |
hundred-and-one symptoms of being an internet addict:
|
|
Karsten Hopp |
f4dd0b |
203. You're an active member of more than 20 newsgroups.
|
|
Karsten Hopp |
f4dd0b |
|
|
Karsten Hopp |
f4dd0b |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
f4dd0b |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
f4dd0b |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
f4dd0b |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|