Results 1 to 3 of 3

Thread: VIM 7 problems with dot and comma

  1. #1
    Join Date
    Jan 2006
    Location
    Florida
    Beans
    377
    Distro
    Ubuntu 6.06 Dapper

    VIM 7 problems with dot and comma

    Hi,

    I use Ubuntu Dapper and somedays back I upgraded to VIM 7 using some
    .deb file which I got somewhere on the internet. I quite don't remember
    where and how I got that.

    Ever since I have upgraded to VIM 7 on my desktop I have a wierd
    problem.

    Whenever I am in insert mode and I type a .(dot) or a ,(comma), the
    cursor doesn't move forward. Instead of the cursor being on the next
    whitespace it blinks on the previous character which is a dot or comma.

    So whenever I am writing text and I type dot or a comma I have to use
    spacebar to move to the next whitespace, whic is very annoying.

    The same problems doesn't exist on my laptop and I have exact same
    configuration in terms of version of linux and VIM.

    Every help is greatly appreciated.

    Thanks

  2. #2
    Join Date
    Jan 2006
    Location
    texas
    Beans
    103
    Distro
    Ubuntu 6.06

    Re: VIM 7 problems with dot and comma

    i think that it is a problem with that non-offical vim package you got off the internet. since dapper has vim 7...
    try to run
    Code:
    sudo apt-get remove --purge vim
    Code:
    sudo apt-get clean
    then
    Code:
    sudo apt-get install vim
    this should uninstall the old vim package, remove the .deb file off your computer so apt wont use that to shortcut the downloading part, then it installs the vim from the official ubuntu repositories in your sources.list
    petition for itunes on linux great place to learn programming
    old dell machine running debians sid and fluxbox and powerbook g4 running dapper

  3. #3
    Join Date
    Jan 2006
    Location
    Florida
    Beans
    377
    Distro
    Ubuntu 6.06 Dapper

    Re: VIM 7 problems with dot and comma

    Thanks dude. That does solve my problem. I was wondering if I messed up some settings in VIM and that had resulted in malfunctioning of VIM.

    Anyways, Thanks a lot.

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
  •