Hi, I want to use the vim quickfix window to find errors in my source files when I compile. I notice that I am getting errors like this in the quickfix...
In my fumbling way, with help from a subscriber to the vim_mac list, I'm figuring out how to use vim on an ipad, to the extent that at this time it's possible...
Hi experts, I only want enable spell checking for the line contains # ----> "# often is the comments" , in another word I only want to check the comment line,...
... Hash: SHA256 Hi all, Is it somehow possible to specify, for each fold with a marker, the initial state (folded/not folded) for that fold? I seem to...
Hello Vim users, Vim's charity has done well in 2011. Thank you all for contributing to the lives of poor children in the south of Uganda! Currently about 90...
Hi! In HTML omnicompletion vim searches <style> and included stylesheets when you are adding classes to tags like <div class="| but when it adds the values it...
Greetings, I set custom ftplugin like this: au BufRead,BufNewFile *.cf set ft=cf3 I edit a .cf file the plugin works correctly. If I start a new buffer, say...
Hi vim, I'm the maintainer for a terminal emulator. I recently added support relatively new protocols for mouse reporting modes that allow rows and columns...
Hi, Do you know how to run shell commands containing non-ascii characters from Vim? example: echo system('type myfileété2012.txt') I know that a simple "r...
Luckily the question is partially gone, because I've done some work on making UltiSnips read snipmate files close to the way UltiSnips did. You can find all...
Hi, In my .vimrc, I have function to have smooth scrolling to replace Ctrl-U and Ctrl-D (otherwise I loose context). The implementation I took from the net was...
vim backup file is great in 99% scenarios, but it's annoying to create an un-wanted file in some system directories, especially in dirs that contains...
http://www.kstar.de/images/bestways.php * ahmet nurlu -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text...
Hi, O can only add one lines. I'm wondering if there is a built in command to add two lines at a time in vim. Does anybody know? Thanks, Peng -- You received...
YankRing.vim : Maintains a history of previous yanks, changes and deletes http://www.vim.org/scripts/script.php?script_id=1234 What does it do? Inspired by the...
I'm trying to highlight words with capital letters with this in my .vimrc: match Keyword /[A-Z]\{2,\}/ I know it's problematic, because it keeps doing this: ...
Hello, More details/correction, vi works fine. The below is the behaviour with vi: --(/tmp/test) -- is my terminal/shell prompt: man test --(/tmp/test) ls ...
experts: I spent 2 hours in a sleepless night to troubleshoot this but still no luck... so originally vim has a nice feature that: you block select (with V) a...
with a long line like this: * this is a long line this is a long line this is a long line this is a long line this is a long line this is a long line this is a...
Hello: When I load a file with a .cpp extension, I must manually "turn on" syntax highlighting. The editing session is started as follows: gvim test.cpp When I...
I'm starting to work with Coq and I'd prefer I can't seem to find any tools for Vim like Proof General for interacting with Coq. Are there any such tools out...
Hi All, When performing a search, the found location is indicated by an outline box cursor. How can I make it standout from the rest of the text such as...
I recently installed vimwiki plugin to introduce some hyperlink capability into my vim. it looks overall good and bugless. but I ran into some issue when...
Dear Vimmers, I was just wondering, if it is possible to delete a range of lines without moving the cursor. Example: line one line two line three current line ...
http://www.elitetrades.com/blog/wp-content/plugins/zxmhtewfeum/gmm.html -- You received this message from the "vim_use" maillist. Do not top-post! Type your...
I opened afile with vim in terminal "vim file1.sv" "<ESC>:tabnew . " tabnew will open a file with current directory path and will show the list of files. But...
I just started creating :iabbrev for all sorts of simple things. They all work just fine when Vim starts but they all break when .vimrc is sourced. I don't...
All, I've got several two-key global mappings for the CtrlP plugin: nnoremap <C-P><C-O> :<C-U>CtrlPBuffer<CR> nnoremap <C-P><C-P> :<C-U>CtrlP<CR> [...] These...