You are not logged in.
My Vim/gVim packages (v6.4-2) were updated on Oct 27th, and today I've noticed something weird when I use <code>vim</code> under the command line. I was sorting the mirrors list for pacman, which worked fine, but then looking at the list with <code>vim</code>, the file is all messed up. Using <code>less</code> to read the file works just fine, as does using gVim under Xfce. Take a look at my screenshot:
Should this be filed as a bug report? Can anyone else reproduce something similar?
Offline
I don't see whats wrong with it
Offline
In the screenshot, both gVim (on the right) and Vim (in the Terminal on the left) are looking at the exact same file. They are both on the first line, and as you can see the command line version is missing all sorts of stuff...basically it has cut off the top portion of the file, and you can't scroll up to see them.
I'm also able to navigate below the 9th line (counting from the screenshot) and have the cursor on the lines starting with tildes, which should not be happening.
Offline
I've experienced similar behaviour a week or so ago. But as far as I can recall it only happened with this one file. I use vim everyday and it worked just fine in the last week.
Offline
same here, something definetly wrong with vim's syntax highlighting:
Screenshot
In the lower Konsole i "corrected" the highlighting by putting backsticks around the lines with find, in the top one not. look at binutils's configure arguments.
I recognize that while theory and practice are, in theory, the same, they are, in practice, different. -Mark Mitchell
Offline
That is strange...is this possibly an upstream issue? Do you have the same problem in gVim? I'm fairly sure that the 6.4 release was just for bugfixes...odd that this kind of a problem would creep in.
Offline
Admittedly, I'm not smart enough to determine if this is an Arch-centric issue, or something that is upstream...but it's definitely not just my machine. Any thoughts from someone more "in the know"?
Offline
should be enough for a reason to file a bug so that the maintainer can take care of it.
I recognize that while theory and practice are, in theory, the same, they are, in practice, different. -Mark Mitchell
Offline
bah, just use vim-unstable! it's vim7, and neri is handling it, so I no longer have to in [community] (but I used to)
Offline
Doh!!! I filed a bug report and eventually tracked down what the issue was. I had accidentally set the lines and columns settings under .vimrc instead of their proper place in .gvimrc which confused the command-line version of Vim.
That doesn't explain the syntax issues that kth5 was having, but it looks like it's taken care of all my problems for the time being...
Offline