Page 1 of 8 123 ... LastLast
Results 1 to 10 of 71

Thread: VIM 7 released!!!

  1. #1
    Join Date
    Apr 2005
    Location
    Not-So-Sunny Hawaii
    Beans
    Hidden!

    Talking VIM 7 released!!!

    www.vim.org

    i'm compiling mine right now, if someone could make a deb that would be great!

    happy :ing

    Vim 7 is out!

    Before announcing it everywhere I'll wait until the Subversion
    repository has it. And I need to update the website.

    Since version 7.0g BETA quite a few things changed. Too many perhaps,
    but I can't postpone the release any longer. Hopefully the last-minute
    changes don't cause more trouble than they fixed.

    - When the result of 'guitablabel' is empty fall back to the default
    label.
    - The tar and zip plugins detect failure to get the contents of the
    archive and edit the file as-is.
    - Using CTRL-N that searches a long time, pressing space to interrupt
    the searching and accept the first match, the popup menu was still
    displayed briefly.
    - Insert mode completion: When finding matches use 'ignorecase', but
    when adding matches to the list don't use it, so that all words with
    different case are added, "word", "Word" and "WORD".
    - Fixed a few things for Insert mode completion, especially when typing
    BS, CTRL-N or a printable character while still searching for matches.
    - exists() could not be used to detect whether ":2match" is supported.
    Added a check for it specifically.
    - exists() ignored characters after the recognized word, which can be
    wrong when using a name with non-keyword characters. Specifically,
    these calls no longer allow characters after the name:
    exists('*funcname') exists('*funcname(...') exists('&option')
    exists(':cmd') exists('g:name') exists('g:name[n]') exists('g:name.n')
    - GUI: when doing completion and there is one match and still searching
    for another, the cursor was displayed at the end of the line instead
    of after the match. Now show the cursor after the match.
    - Report +reltime feature in ":version" output.
    - Mac: When sourcing the "macmap.vim" script and then finding a .vimrc
    file the 'cpo' option isn't set properly, because it was already set
    and restored. Added the <special> argument to ":map", so that 'cpo'
    doesn't need to be changed to be able to use <> notation. Also do
    this for ":menu" for consistency.
    - Mac: inputdialog() didn't work when compiled with big features.
    - Mac: When building with "--disable-gui" the install directory would
    still be "/Applications" and Vim.app would be installed. Now install
    in /usr/local as usual for a console application.
    - GTK2: Selecting a button in the confirm() dialog with Tab or cursor
    keys and hitting Enter didn't select that button.
    - GTK1: Tab page labels didn't work.
    - Interrupting ":vimgrep" while it is busy loading a file left a
    modified and hidden buffer behind.
    - When one window has the cursor on the last line and another window is
    resized to make that window smaller, the cursor line could go below
    the displayed lines. Also avoid that using "~" lines makes the window
    scroll down.
    - When 'encoding' and 'printencoding' were both "utf-8" then ":hardcopy"
    didn't work.
    - When making 'keymap' empty the b:keymap_name variable wasn't deleted.
    - When opening a quickfix window in two tabs they used different
    buffers, causing redrawing problems later. Now use the same buffer
    for all quickfix windows.
    - Trigger the TabEnter autocommand only after entering the current
    window of the tab page, otherwise the commands are executed with an
    invalid current window.
    - When evaluating 'balloonexpr' takes a long time it could be called
    recursively, which could cause a crash.
    - When 'cursorline' and 'hlsearch' are set and the search pattern is
    "x\n" the rest of the line was highlighted as a match.
    - Win32: When using two monitors and Vim is on the second monitor,
    changing the width of the Vim window could make it jump to the first
    monitor.
    - Several obvious bug fixes. See the end of ":help version7" for more
    info.


    Happy Vimming!
    So... a 1337 java programmer walks into a bar...

  2. #2
    Join Date
    Mar 2005
    Location
    Canada
    Beans
    571
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: VIM 7 released!!!

    I am compiling it too, and I was going to make a .deb using the existing one as a base, but it's messy, so I'll just wait for debian Sid to get the package, or Edgy, whichever happens first (likely Sid), and then I'll just backport it to my Dapper box.

    This release looks sweet.
    Arnold Dana Olson 260834
    RIVIR - My music

    TAWKN.com - for PlayStation fans

  3. #3
    Join Date
    Dec 2005
    Beans
    14

    Re: VIM 7 released!!!

    It compiles fine, but I'd like to try and build a package. Is there a way to find out about the build options on the standard ubuntu packages?

  4. #4
    Join Date
    Mar 2005
    Location
    Canada
    Beans
    571
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: VIM 7 released!!!

    Since you are in Dapper, hit F1 and look at the home page of the help system.

    Fourth option from the top is what you want: Ubuntu Packaging Guide.
    Arnold Dana Olson 260834
    RIVIR - My music

    TAWKN.com - for PlayStation fans

  5. #5
    Join Date
    Dec 2005
    Beans
    14

    Re: VIM 7 released!!!

    Thanks dolson! Never knew this was in the help system

  6. #6
    Join Date
    May 2006
    Beans
    0

    Angry Re: VIM 7 released!!!

    Quote Originally Posted by dolson
    I am compiling it too, and I was going to make a .deb.
    Hello,

    I am trying to compil it myself, but can't convince the configure script to build it with gnome2 or gtk2 gui support

    Could you please point me how to achieve that ?

    TIA

  7. #7
    Join Date
    Apr 2005
    Location
    Dallas
    Beans
    217
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: VIM 7 released!!!

    Quote Originally Posted by brahms
    Hello,

    I am trying to compil it myself, but can't convince the configure script to build it with gnome2 or gtk2 gui support

    Could you please point me how to achieve that ?

    TIA
    You probably need the development packages for gnome and gtk.

  8. #8
    Join Date
    Jun 2005
    Beans
    10

    Re: VIM 7 released!!!

    I am having the same trouble with the gtk, and I tried downloading some of the packages but even when I use

    --enable-gui=gtk

    It shows up as

    ..
    checking --enable-gui argument... no GUI support
    ..

    Any ideas?

  9. #9
    Join Date
    Oct 2005
    Location
    Dallas
    Beans
    620
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: VIM 7 released!!!

    Anybody get this up and running yet? I love my gvim, and I don't want to take out any vim packages that I need.

  10. #10
    Join Date
    Jan 2006
    Location
    Marshfield,MO
    Beans
    675
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Question Re: VIM 7 released!!!

    VIM 7 released!!!

    Quote Originally Posted by endersshadow
    Anybody get this up and running yet? I love my gvim, and I don't want to take out any vim packages that I need.


    What the heck is it, and what in the heck does it do..????


    Ubuntu 10.10 user..
    Registered Linux user #419240.
    "Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect." -- Linus Torvalds.

Page 1 of 8 123 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •