OS4 DepotLogo by Alkaron 
(anonymous IP: 3.19.31.73,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1005)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4366

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Utility » Text » Edit » vim.lha

Vim

Description: A text editor for AmiCygnix
Download: vim.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 11Mb
Version: 7.0r3
Date: 18 Nov 2020
Author: Bram Moolenaar (http://www.vim.org) - OS4 port by Edgar Schwan
Submitter: Edgar Schwan
Email: eds/amicygnix de
Homepage: http://www.amicygnix.de
Requirements: AmigaOS 4.1, AmiCygnix V1.2
Category: utility/text/edit
Replaces: utility/text/edit/vim.lha
License: Other
Distribute: yes
Min OS Version: 4.1
FileID: 11482
 
Snapshots:
 
Comments: 0
Snapshots: 1
Videos: 0
Downloads: 117  (Current version)
530  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
Vim is a highly configurable text editor built to enable efficient text editing.
It is an improved version of the vi editor distributed with most UNIX systems.
Vim is often called a "programmer's editor," and so useful for programming that
many consider it an entire IDE. It's not just for programmers, though. Vim is
perfect for all kinds of text editing, from composing email to editing
configuration files.


New in release 3
----------------

  * New start scripts for the start on the desktop and the standalone start.
  * New icon set. Thanks to Thomas Blatt!
  * I did not switch to GTK+ 2.24.32 as it leads to a noticeable reduction in
    speed.


New in release 2
----------------

  * Working printer support.
  * The execution of external commands is supported now. "Make" and other
    command are working.
  * Working localisation.
  * External command "ctags" is now included. Vim does use this command to
create
    source file indexes.
  * GTK2 user interface.
  * Compiled with "huge" featureset. This adds right to left editing and much
    more.


Features
--------

  Beginner's Editor - User Friendly:
  Vim is much easier for beginners than Vi because of extensive Online Help,
  "undo" and "redo" commands (never mind mistakes - just use undo+redo!),
  support for the mouse and configurable icons and menus (GUI).

  Character codes and Terminals:
  Vim has support for the iso-latin1 character set and for termcap.
  (Vanilla Vi has problems with this.)

  Characters and Languages:
  Vim supports for right-to-left editing (eg with Arabian, Farsi, Hebrew),
  and multi-byte texts, ie languages with graphical characters represented
  by more than one "byte", such as Chinese, Japanese, Korean (Hangul),
  (Technically speaking, Vim supports text in UTF-8 and Unicode.)

  Text Formatting and Visual Mode:
  With Vim you can select text "visually" (with highlighting) before you
  "operate" on it, eg copy, delete, substitute, shift left or right,
  change case of letters or format the text incl preserving indented text.
  Vim allows selection and operations on rectangular text blocks, too.

  Completion Commands:
  Vim has commands which complete your input -
  either with commands, filenames, and words.

  Automatic Commands:
  Vim also has "autocommands" for automatic execution of commands
  (eg automatic uncompression of compressed files).

  Digraph Input:
  Vim allows you to enter special characters by a combination
  of two characters (eg the combination of " and a yields an ä) -
  and allows you to define other combinations, too.

  Fileformat detection and conversion:
  Vim automatically recognizes the type of files (DOS, Mac, Unix)
  and also lets you save them in any other format  -
  no need for unix2dos on Windows any more!

  History:
  Vim has a "history" for commands and searches, so you can
  recall previous commands or search pattern to edit them.

  Macro Recording:
  Vim allows to "record" your editing for replaying for repetitive tasks.

  Memory Limits:
  Vim has much higher memory limits for line length
  and buffer sizes than vanilla Vi.

  Multiple Buffers and Split Screen:
  Vim allows editing of multiple buffers and you can split the
  screen into many subwindows (both horizontally and vertically),
  so you can see many files or many parts of some files.

  Number Prefix to commands:
  Vim allows a number prefix for more
  commands than with Vi (eg for "put").

  Runtime Files (Helpfiles and Syntax Files):
  [Additional files which are used when the program runs -
   but these not contain code which has to be compiled and linked.]
  Vim-5.7 comes with 70 help files (about 2080K of text) on
  commands, options, with tips on configuration and editing.
  (Vim-6.0x [010311]: 85 files, ca 2796K of text).  Some files are
  specific to the use of Vim on each operating system. [010311]

  Scripting:
  Vim has a built-in scripting language for easy extension.

  Search Offset:
  Vim allows offsets for search commands, so you
  place the cursor *after* the found text.

  Session Recovery:
  Vim allows to store information of an editing session into a file ("viminfo")
  which allows them for being used with the next editing session, eg
  buffer list, file marks, registers, command and search history.

  Tab expansion:
  Vim can expand tabs within the text with spaces (expandtab, :retab).

  Tag system:
  Vim offers to find text in files by using an index with "tags"
  together with many tag stack commands.

  Text Objects:
  Vim knows more text objects (paragraphs, sentences, words and WORDS -
  all with and without surrounding whitespace) and allows to configure
  the definition for these objects.

  Syntax Coloring:
  Vim shows text in color - according to its "(programming) language".
  You can define the "language" ("syntax") of the files yourself.

  Vim comes with 200+ syntax files for colorizing text in
  common programming languages (Ada, C, C++, Eiffel, Fortran,
  Haskell, Java, Lisp, Modula, Pascal, Prolog, Python,
  Scheme, Smalltalk, SQL, Verilog, VisualBasic),
  math programs (Maple, Matlab, Mathematica, SAS), markup text
  (DocBook, HTML, LaTeX, PostScript, SGML-LinuxDoc, TeX, WML, XML),
  program output (diff, man), setup files of programs (4DOS, Apache,
  autoconfig, BibTeX, CSS, CVS, elm, IDL, LILO, pine, procmail, samba, slrn),
  shell scripts and setups (shells: sh, bash, csh, ksh, zsh),
  script languages  (awk, Perl, sed, yacc)
  system files (printcap, .Xdefaults) and
  of course for Vim and its helptexts.


Hints
-----

  Catalogs for the spell checking are available here:

    http://ftp.vim.org/vim/runtime/spell

  You need the corresponding .spl and .sug files. After download the files must
  be copied to the following directory:

    "Cygnix:Home/root/.vim/spell"


Installation
------------

  The X11 environment AmiCygnix version 1.2 (or higher) must be installed
  before! AmiCygnix is available on OS4-depot (http://os4depot.net).

  To install the package, just click on the "Install"-icon. The data will be
  installed into the AmiCygnix package. Afterwards you can find the programs in
  "Cygnix:Software/vim70".


Donations
---------

  If you like to support my work, you can make a donation by using paypal:

   http://www.schwan-clan.de/amiga/Donate.html

  Thanks!


Thanks to...
------------

  ... Hans Verkuil for his initial port of X11R6.3 to OS 3.x
  ... Yakov Mindelis for beta-testing
  ... Thomas Blatt (icons)


File Version Size Date OS Dls Readme
vim-bin.lha7.16Mb30 Jul 20074.0354¤ Vim-bin - The editor
vim-src.lha7.0r3146kb18 Nov 20204.173¤ Vim-src - Sources of Vim 7.0 r3 for AmiCygnix
vim_mui.lha9.0.154615Mb19 May 20234.176¤ VIM - The ubiquitous text editor
Copyright © 2004-2024 by Björn Hagström All Rights Reserved