I'm sure this is simple, but my searching the help files Currently xml files are opening with all folds closed. I then hit 'zi' which expands all folds. I'm...
Hi All, WinXP + Cygwin + PuttyCyg (keyboard: linux) + vim I have NO mappings in my .vimrc for C-UP, C-DOWN, C-LEFT or C-RIGHT.. yet: C-UP puts "A" on a new...
Hi all, I'm trying to write a vim script (plugin) that will do the following. When I visually select a part of the text and press the key F2, it will highlight...
When editing Python files, I have a hard time keeping track of the class in which I am changes. This is because the class definition is somewhere way up there...
Let me describe two scenarios. First scenario: I have made a visual selection of a text part and pressed 'Esc'. Now I want to highlight this selection. So I do...
Hello all, I'm using ViM version 7.2 to edit Java files. In Java I have to frequently type this code: System.out.println(" print something "); Is there a way...
hmm basically, itd be cool if i could continuously show the name of the current function the cursor is within down at the bottom... in emacs, (if it is any...
hello, i'm a bit of a vim novice, so sorry if this is a stupid question. how can i stop already-matched strings being excluded from the search text for regexp...
Arrgh, I wa tweaking my .vimrc tonight and I ruined it. I can't find what setting is causing this, but instead of just using CTRL+V, CTRL+Z, mouse buttons etc,...
Hello everybody, I am trying to write a function for searching all text marked in a visual block. the problem is when in the visual block there is something...
I put vim:ts=4 in one of my source file, but when I open the file the ts is still 8 (my global setting is ts=8), I tried all format of modeline and it does not...
I have an open gvim session/window (the term window is used in the context of desktop and not in the context of vim buffers). It displays the name of the...
Hi, I would like to code haXe (www.haxe.org) using vim. Here is a syntax file: http://www.cactusflower.org/haxe.vim since I am unsure what to do with it, I...
Hi, I am using the directory listing features of gvim (for example using the Explore command). I am wondering if there is a way to display the directory...
Hello vim-lovers. :) I am using debian with the current unstable package of vim. Some weeks ago now something seems to have changed with the configuration of...
Hello all recently I again tried to active filetype plugin and indent. I went a lot better than the last time I tried. There still a configurations I don't...
Hi, Is there anyone here using vim python interface? Do you know what is the highest version of python version that works with windows's version of vim? ...
Hello,everyone, I can not use the "textwdith" option in the C files.Whatever I set it ,It does not work.But I can use it in other file type such as TXT.... ...
I was hoping to use netrw.vim to view members in a z/OS PDS, but I cannot quite get the format of the URL correct. (Windows XP; Vim 7.2, Big version with GUI) ...
Hello all. I have a situation that I can't figure out. ... And now I want to define a mapping that will go to that column on the current line, using the <bar>...
Hi, I have a file with many procedures like this: CREATE PROCEDURE MyProcedure1 AS ...<body>... GO CREATE PROCEDURE MyProcedure2 AS ...<body>... GO ... In some...
Hello I want to write a compiler plugin for python, I set makeprg to: python -O -c 'import py_compile; exit(py_compile.main([%]))' and it products error...
Hi, My system have cygwin and gvim for windows. I just downloaded cscope and want to use it with my gvim. I compiled cscope under cygwin with no problem, but...
Hi All, I am 95% sure I have ctags configured correctly (Cygwin on Win XP) because I can do this and see all the expected targets and properties: Thu Jul 23 -...
Hello, all. Relating to a casual personal pet project, I've recently begun scripting a plug-in for Vim. It's all very ad-hoc and likely not of the soundest ...
Hi All, Using either Explore or NERDTree in VIM, is it possible to copy the full path or name of the currently selected item into a register or document? ...
I'm using a very nice template plugin called tSkeleton. Right now I'm operating it using an autocmd in my .vimrc: autocmd BufNewFile *.f90 TSkeletonSetup...
Hi everyone! I have some questions about argument types of self- defined functions, please help me: From my understanding, Vim "understands" any type you...