... Here's a post I made on the general mailing list: https://groups.google.com/forum/?fromgroups#!topic/vim_use/QU7mW9RWnLc If you comment out the set...
137809
Rob Hoelz
rdhoelz@...
7:21 pm
Hi all, I'm working on bringing the Perl runtime files up to speed for the upcoming 7.4 release, but I've encountered an interesting bug and seek the...
137808
Gary Johnson
garyjohn@...
5:51 pm
... The 'formatprg39; option does not do automatic formatting unless the 'a' flag of 'formatoptions' is set, which I would not recommend in this case. Further,...
137807
Gary Johnson
garyjohn@...
5:25 pm
... OCD - Obsessive-Compulsive Disorder - an anxiety disorder characterized by intrusive thoughts that produce uneasiness, apprehension, fear, or worry; by...
137806
Phil Dobbin
phildobbin@...
5:21 pm
... For further reinforcement of what Christian's saying, refer to the first law of system administration: if it's working correctly unless you have a *really*...
137805
Matteo Cavalleri
cvlmtg@...
4:36 pm
... looking back at my dotfiles git log i found that to be my first attempt to fix this issue, and that clearly shows that i didn't understand at all vim...
137804
Christian Brabandt
cblists@...
3:21 pm
... I don't know what an OCD patient is, but I don't understand, why you "cannot tolerate old versions of vim scripts"? If they work well for you, why bother? ...
137803
Marc Weber
marco-oweber@...
2:49 pm
... Contribute your findings to this document: http://vim-wiki.mawercer.de/wiki/topic/vim%20plugin%20managment.html ... Yes - and how "biased" this view is can...
137802
Reid Thompson
Reid.Thompson@...
2:45 pm
... forgot the vim.org page http://www.vim.org/scripts/script.php?script_id=213 -- If you have received the message in error, please advise the sender by reply...
137801
Reid Thompson
Reid.Thompson@...
2:44 pm
... it supports both c and c++ http://www.vim.org/scripts/script.php?script_id=213 --> The key mappings of this plugin (PDF) :...
137800
Donie Leigh
donie.leigh@...
2:37 pm
Hi all, I have a solution on the compatibility problem between YouCompleteMe and UltiSnips, hope to help someone. First, change the default key-binding of YCM...
137799
Donie Leigh
donie.leigh@...
2:37 pm
Hi all, I've made a study about vundle and pathogen, I want to hear opinions of others, how do you think about it ? I have been using Pathogen for a long time...
137798
Donie Leigh
donie.leigh@...
12:46 pm
@John Thanks for your answer, yes, xmodmap is a work around. ... -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply...
137797
John Little
John.B.Little@...
12:34 pm
Hi "Why" is a long story, mostly ancient (in computer terms) history. It has been recognized as a weakness in vim and much discussed, but no one has taken on...
137796
Donie Leigh
donie.leigh@...
12:33 pm
Thanks Ben, very clear and helpful. ... -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are...
137795
Ben Fritz
fritzophrenic@...
11:42 am
... Very few programs can actually do that. Vim is worse because it's designed to also work in old terminals that only send a single byte for a CTRL combined...
137794
Ben Fritz
fritzophrenic@...
11:40 am
... Files in the ftplugin directory should not be setting the filetype. That may be the culprit of your multiple loads as well. ftplugin/smarty.vim should only...
137793
Ben Fritz
fritzophrenic@...
11:37 am
... After you edit your cpp file, are things set as you expect? ... -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your...
137792
Ben Fritz
fritzophrenic@...
11:33 am
... Sorry for the double post...accidental mouse-click. It may not be clear how to get back startup messages, or other messages not in response to a particular...
137791
Ben Fritz
fritzophrenic@...
11:31 am
... -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information,...
137790
Oliver Rath
rath@...
10:47 am
Hi list! ... Ive tested it now. It works well under certain circumstances, BUT - It doesnt work in gvim (only vim), tested on Ubuntu 13.04. With gvim it hangs...
137789
Donie Leigh
donie.leigh@...
10:07 am
Operations in Vim is heavily based on keyboard, since the right CTRL, SHIFT, ALT keys are rarely used, why does Vim not distinguish them from the left ones ?...
137788
Christian Brabandt
cblists@...
10:04 am
... I don't know. Try, of any of those help you: https://github.com/vim-jp/cpp-vim http://www.vim.org/scripts/script.php?script_id=4293 ...
137787
Matteo Cavalleri
cvlmtg@...
9:21 am
ok, i finally found this in the documentation: "When the same extension is used for two filetypes, Vim tries to guess what kind of file it is. This doesn't...
137786
Matteo Cavalleri
cvlmtg@...
8:37 am
... the content of ~/.vim/bundle/vim2hs/ftdetect/heist.vim is just: autocmd BufNewFile,BufRead *.tpl setlocal filetype=heist the content of...
137785
Matteo Cavalleri
cvlmtg@...
8:33 am
... they are identical in content and extension. name is obviously different. i just did another test with these steps: touch foo1.tpl vim foo1.tpl -> put some...
137784
arjicot@...
8:00 am
... thanks, that documentation looks oddly paginated and not that easy to read, there is an rst version or a pdf one ? There is a more specific C++ plugin...
137783
arjicot@...
7:57 am
... looks ok, but apparently doesn't have 1 feature that I would like to have, for example after editing and adding several snippets to different files in...
137782
arjicot@...
7:54 am
... Now i have ############################################ " gnome-shell workaround...
137781
ZyX
zyx.vim@...
3:02 am
... Really? Check out :h 'indentexpr39;. It could be modified, but you will either have to do some hacks relying on cindent() result or rewrite everything what...