Giter Club home page Giter Club logo

Comments (6)

sjbach avatar sjbach commented on June 16, 2024

It's a bug in Vim. Check out this link:

https://groups.google.com/group/vim_dev/browse_thread/thread/7bf380f7ccd4af31?pli=1

It's something that I can put in a work around for, but that's difficult since I don't have access to a 32-bit machine. Happy to accept a patch, though. :-)

from lusty.

lilydjwg avatar lilydjwg commented on June 16, 2024

The bug on the list has been fixed by some official patch(es). Maybe you have to patch and compile your own Vim.

from lusty.

gotgenes avatar gotgenes commented on June 16, 2024

Thanks for the information. I thought I was taking crazy pills, when really it is just a Vim bug. lillydjwg, do you have any links to the patches?

from lusty.

lilydjwg avatar lilydjwg commented on June 16, 2024

Here they are:

ftp://ftp.vim.org/pub/vim/patches/7.3/

The patches to fix this problem are around patch 100. You'd better just apply all the patches, though.

from lusty.

leonid-shevtsov avatar leonid-shevtsov commented on June 16, 2024

EDIT: bad idea, this will mess up versions of shared libraries.

You can avoid compiling vim by installing the version from Ubuntu 11.10: http://packages.ubuntu.com/oneiric/vim - it has all the required patches.

An easy but potentially risky way to do this is

sudo vim /etc/apt/sources.list
:%s/natty/oneiric/g
:wq
sudo apt-get update
sudo apt-get install vim

and then switch the sources back to natty.

That fixed the issue for me.

from lusty.

sjbach avatar sjbach commented on June 16, 2024

I believe Ubuntu now packages a version of Vim with the correct patch.

from lusty.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.