vim
Vim, word frequency function and French accents
I have recently discovered the Vim Tip n° 1531 (Word frequency statistics for a file). As suggested I put the following code i开发者_StackOverflow中文版n my .vimrc[详细]
2023-04-08 09:25 分类:问答vim xptemplate shortcut not working
I have vim running on a remote server (connecting via the Terminal app on a Mac).It uses pathogen to manage plugins and has xptemplate installed.[详细]
2023-04-08 02:29 分类:问答How to use ctags for autocomplete in vim
I try to develop android project in vim.But find it a bit of boring to look up in ctags for one method.Is there a way to show up a auto-complete list in vim using ctags?[详细]
2023-04-07 23:30 分类:问答custom vim syntax highlighting scripts-- why do they work in Windows but not Linux?
I have written a vim script for highlighting the syntax of a proprietary query language.It works fine on my Windows 7 machine running gvim 7.3, but it refuses to work on Linux (my test box is CentOS 6[详细]
2023-04-07 23:03 分类:问答Keyword local completion doesn't work with loaded buffers in Vim
When I want to autocomplete with CTRL-N from other buffers, vim doesnt find any matches. I have no idea how to find out what\'s the problem. My complete settings are the default: complete=.,w,b,u,t,i.[详细]
2023-04-07 18:25 分类:问答Can Vim restore the state exactly after an undo?
For example, if I\'m in the end of a word and I type \'diwu\', the cursor ends up at the start of the word.[详细]
2023-04-07 16:33 分类:问答slimv segfaulting on OS X Lion
I have been trying to get slimv (http://www.vim.org/scripts/script.php?script_id=2531) working for a while now, but I am really not sure what else I can do.[详细]
2023-04-07 13:52 分类:问答How to change the colored background of some text objects in Jellybeans color scheme in Vim?
I used to use gVim, but now I am switching to terminal Vim and would like to get rid of some annoying background highlighting which is being rendered under certain text. Here are some examples of what[详细]
2023-04-07 13:23 分类:问答How to do something in a function based on the character under the cursor in Vim?
I’m writing a function that edits a certain environment in LaTeX. The environment basically looks like this:[详细]
2023-04-07 12:53 分类:问答vim + minibufexplorer causing my screens to split unevenly
Before I installed minibufexplorer, my vim screens would split evenly. 2 open = 50/50 (% width) 3 open = 33/33/33 (% width)[详细]
2023-04-07 12:51 分类:问答