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...
137788
Christian Brabandt
cblists@...
May 23, 2013 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 ...
137789
Donie Leigh
donie.leigh@...
May 23, 2013 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 ?...
137790
Oliver Rath
rath@...
May 23, 2013 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...
137791
Ben Fritz
fritzophrenic@...
May 23, 2013 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,...
137792
Ben Fritz
fritzophrenic@...
May 23, 2013 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...
137793
Ben Fritz
fritzophrenic@...
May 23, 2013 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...
137794
Ben Fritz
fritzophrenic@...
May 23, 2013 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...
137795
Ben Fritz
fritzophrenic@...
May 23, 2013 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...
137796
Donie Leigh
donie.leigh@...
May 23, 2013 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...
137797
John Little
John.B.Little@...
May 23, 2013 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...
137798
Donie Leigh
donie.leigh@...
May 23, 2013 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...
137799
Donie Leigh
donie.leigh@...
May 23, 2013 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...
137800
Donie Leigh
donie.leigh@...
May 23, 2013 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...
137801
Reid Thompson
Reid.Thompson@...
May 23, 2013 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) :...
137802
Reid Thompson
Reid.Thompson@...
May 23, 2013 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...
137803
Marc Weber
marco-oweber@...
May 23, 2013 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...
137804
Christian Brabandt
cblists@...
May 23, 2013 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? ...
137805
Matteo Cavalleri
cvlmtg@...
May 23, 2013 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...
137806
Phil Dobbin
phildobbin@...
May 23, 2013 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*...
137807
Gary Johnson
garyjohn@...
May 23, 2013 5:25 pm
... OCD - Obsessive-Compulsive Disorder - an anxiety disorder characterized by intrusive thoughts that produce uneasiness, apprehension, fear, or worry; by...
137808
Gary Johnson
garyjohn@...
May 23, 2013 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,...
137809
Rob Hoelz
rdhoelz@...
May 23, 2013 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...
137810
Rob Hoelz
rdhoelz@...
May 23, 2013 7:49 pm
... 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...
137811
Bram Moolenaar
Bram@...
May 23, 2013 9:04 pm
... I'm only testing with the actual syntax highlighting. If you see a particular pattern that's not working, please make an example in this form: echo...
137812
Sam Roberts
vieuxtech@...
May 23, 2013 9:46 pm
Hi, using node, mocha, and jshint, when I run my unit tests with make, I can get output from any of the above. All with different error formats. Note that I...
137813
Ben Fritz
fritzophrenic@...
1:30 am
... I've wanted for a while to get Perl folding to work based on open-close brace only, instead of relying on indent. Since you are already messing with the...
137814
Ben Fritz
fritzophrenic@...
1:33 am
... Maybe instead you could use :caddfile, :caddbuffer, or :caddexpr to build a list using one format at a time? -- -- You received this message from the...
137815
Donie Leigh
donie.leigh@...
3:33 am
@Marc Thanks for your recommendation, it seems VAM gives consideration to both statibility and radicalism. I will give it try. ... -- -- You received this...
137816
Sam Roberts
vieuxtech@...
4:52 am
... Can you give me more of a hint? Somehow, I'd have to create a macro that ran make, then called compiler X, caddfile, compiler Y, caddfile, etc....? Sam -- ...