Vim 6.3 Released
file cabinet (Bram Moolenaar) writes "It has been a year since version 6.2. During that year many bugs were fixed and a few new features added. The support for multiple languages has been improved. It is now possible to use translated help files. A lot of testing has been done and all reported problems have been solved. This is the most stable Vim release ever! Release notes can be found in the announcement. Or do ":help version-6.3" after installing. Happy Vimming!"
I had the opposite experience. Two years later I'm still finding new functionality in GNU Emacs.
Expert in software patents or patent law? Contribute to the ESP wiki!
It has been a year since version 6.2. /. now :)
It has been almost 2 weeks since 6.3 was released and we get an entry in Announcements on
vim, for the quick editor it is, doesn't deserve this delay.
If you check the wishlist for 7.0 you would be surprised to observe that support for embedding vim in another gui program is right up in the top slots with *none* voting against it.
It's good to see people actually agreeing upon something good
Did you know that 'vim' is a household name in India and its sales amount to more than Rs. 2500 millions!?! That vim here is a dishwashing bar to help ppl get away from "KitchenSink" faster is a different matter.
I come from the school of thought that a piece of software should do one thing well, and vim fit the bill. It let me edit programs fast. When I was dialing up over modem, vim seemed fast. In recent years I was somewhat annoyed by the incremental search with automatic highlighting being on by default, but I feel overall that my experience with vim has been an extremely productive one.
Setting up options with vim is very easy, where it seems that you have to carry around a configuration file every where you go to get the emacs you are used to.
I must admit that I am addicted to windows-style shortcuts in text editors (shift + arrows to select, ctrl+c to copy, ctrl-v to paste, ctrl + arrows to skip a word, ctrl + shift + arrows to select while skipping, home to go to the beginning of the line (to the first letter after the whitespace at first, then to the beginning of the line), end to go to the end of the line, shift+home to select to the beginning, shift + end to select to the end).
:) Besides, the world hardly needs Yet Another Text Editor :)
Does someone please know of some module for Vim and/or Emacs that makes use of these shortcuts? I am too retarded to learn the two editing modes of Vim or to learn the Emacs-specific shortcuts, then write an extension module for my "favourite" shortcuts.
That is, because I participated in the writing of a text editor (in fact, we took some public domain component as a basis). Then I started an editor from scratch (in C++), and have many things (an AVL Tree used as a random-access array) for the document, a line structure that uses a linked list of small chunks of chars with a gap in the middle, even a java highlighter. But I do not have the time to work on this (work at the company, the university, etc.). So it would be nice to find some module for Emacs that turns it into something am I already quite familiar with, any help would be appreciated!