Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Software

Vim 7.2 Released 106

sanguisdex writes "After fifteen months of work: a brand new Vim release! This is a stable version. There are many bug fixes and updated runtime files. The only new feature worth mentioning is support for floating point. Upgrading from a previous version is highly recommended: a few crashing bugs and several security issues were fixed. For the details see the announcement or go directly to the download page."
This discussion has been archived. No new comments can be posted.

Vim 7.2 Released

Comments Filter:
  • posted by kdawson (Score:1, Interesting)

    by Anonymous Coward on Tuesday February 10, 2009 @04:52PM (#26803399)
    hey malda, I'm sure you and your corporate overlords are trying to save money these days. Rather than posting more slashvertisements, how about firing this douchebag?
  • Re:Please... (Score:5, Interesting)

    by Waffle Iron ( 339739 ) on Tuesday February 10, 2009 @06:33PM (#26805127)

    If the files you are editing are *that* big, then a text editor is not the correct tool.

    Ok. Let's assume that you've been given a plain text file of that size, and you need to modify something in it. What tool do you suggest?

    I can think of the stock answers:

    "Load it into a database" - lots of hassle and probably overkill

    "Filter it with a custom script" - maybe, if you're a programmer

    "sed" - could work, but why bother if vim works? Personally, I can never remember the sed syntax.

    "Don't use text files that big" - Assumes facts not in evidence

    Any other suggestions?

  • Re:Please... (Score:4, Interesting)

    by Mad Merlin ( 837387 ) on Tuesday February 10, 2009 @08:08PM (#26806395) Homepage

    There is a place for vi*. You use them when the tool has to work. They are pain in the ass to use, but they manage things others do not.

    Not really, I use Vim in preference to every other editor. Once you're used to Vim you can edit at least 10x faster than with an "easy" GUI editor.

You knew the job was dangerous when you took it, Fred. -- Superchicken

Working...