Hi Gary! ... Ah, I misunderstood the problem. But why not simply use <CR>? But I don't have a solution to this problem. We could check, that the cedit key has...
136810
Christian Brabandt
cblists@...
Mar 19, 2013 9:21 pm
Hi Gary! ... Here is a patch, that makes :norm! ignore the cedit key, while :norm behaves as is. regards, Christian -- Wer die Menge unbedeutender...
136811
FlashBurn
rail.shafigulin@...
Mar 19, 2013 9:40 pm
... Thanks for the help everyone, I most likely will update the colorscheme myself. -- -- You received this message from the "vim_use" maillist. Do not...
136812
FlashBurn
rail.shafigulin@...
Mar 19, 2013 9:45 pm
I have the following function 1 function! CscopeFind(action, word) 2 try 3 exe ':cs f '.a:action.' '.a:word 4 exe ':copen<cr>' 5 catch 6 echohl...
136813
Christian Brabandt
cblists@...
Mar 19, 2013 9:56 pm
Hi FlashBurn! ... regards, Christian -- Aus Murphy's Gesetze: Allradantrieb bedeutet, daß man erst dort steckenbleibt, wo der Abschleppwagen nicht hinkommt. ...
136814
Bram Moolenaar
Bram@...
Mar 19, 2013 10:01 pm
... Thanks. Looks like some stuff was left behind, commented with //. The logic is a bit hard to follow, perhaps typebuf_norm_remap() should only check for...
136815
Eric Weir
eeweir@...
Mar 20, 2013 12:06 pm
... I was aware of the iSSH/Prompt options, but not that I could log onto my Mac. My understanding is that they entail running Vim in terminal, which I've...
136816
Jeroen Budts
jeroen@...
Mar 20, 2013 12:22 pm
... Hash: SHA256 ... Since Vimtouch / Android are now also described in this thread, some additional information: (1) As you say you have plenty of choices on...
136817
Eric Weir
eeweir@...
Mar 20, 2013 1:12 pm
... Thanks, Jeroen. I guess that's another instance of open source vs. Apple. (I don't expect open source from Apple. I would like to have a files system and...
136818
David Fishburn
dfishburn.vim@...
Mar 20, 2013 1:14 pm
... Naveen, Could you describe the "issues" you are running into. I have been using the bufexplorer plugin for over a year and haven't noticed any issues. Are...
136819
FlashBurn
rail.shafigulin@...
Mar 20, 2013 1:55 pm
... I tried the following: function! CscopeFind(action, word) try exe ':cs f '.a:action.' '.a:word copen normal "\<cr>" catch echohl WarningMsg | echo 'Can not...
136820
FlashBurn
rail.shafigulin@...
Mar 20, 2013 2:30 pm
... I found a solution to this problem. All I needed to do is the following: exe 'normal! copen<cr>" Thanks for the help everyone. -- -- You received this...
136821
Paul
paul.domaskis@...
Mar 20, 2013 7:01 pm
... John Beckett, Ben Fritz, Thanks for your replies. As it turns out, setting noautochdir seems to have solved the problem. -- -- You received this message...
136822
skeept
skeept@...
Mar 20, 2013 7:42 pm
Hi, I recall someone having a(non-official) copy of the vim sources on github. This is useful for me because I can download the sources as a zip file. The...
136823
Christian Brabandt
cblists@...
Mar 20, 2013 8:45 pm
Hi skeept! ... I think Björn Winckler provides a clone of the MacVim source at github, which I believe also contains a branch of the original vim sources: ...
136824
george gutman
gagutman1@...
Mar 20, 2013 11:48 pm
Jerry, Just got back to this issue... I actually had gotten this advice from Mr. Google, but it doesn't work for me, if I go into insert mode and type CTRL V,...
136825
Gary Johnson
garyjohn@...
Mar 21, 2013 12:35 am
... To start with, Ctrl-V is the traditional character used to quote special characters such as control characters. Because Windows uses Ctrl-V for pasting,...
136826
Charles E Campbell
drchip@...
Mar 21, 2013 3:13 am
... Since no one else has responded to you, here's a somewhat generic answer (I myself am not a groovy user). If you're having a syntax highlighting issue,...
136827
sheetal
sheetal.tigadoli@...
Mar 21, 2013 7:15 am
Hello All, I don't konw if this is possible, but i've a text file on which i've applied fold cmd using the marks, Now when i send the file to over email, I...
136828
Tim Chase
vim@...
Mar 21, 2013 10:55 am
... You'd need to coordinate your configurations. You say that you're using "marks", which I presume means you're using fold markers (":set...
136829
Christian Brabandt
cblists@...
Mar 21, 2013 11:00 am
Hi Tim! ... I am not exactly sure, since I have never used it, but using :mkview should create a script that when applied by the other user, he should be able...
136830
tyru
tyru.exe@...
Mar 21, 2013 12:02 pm
Another one here: https://github.com/vim-jp/vim ... -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the...
136831
ping
songpingemail@...
Mar 21, 2013 1:14 pm
sorry to bring this old thread back. but looks I just find a new issue (maybe old/known?), this is reproducible: if the 2 buffer in vimdiff haven't been saved...
136832
Ben Fritz
fritzophrenic@...
Mar 21, 2013 2:56 pm
... If you're just sending them something to view, but not really intending them to edit it, you can also use :TOhtml (especially with dynamic folding enabled)...
136833
Ben Fritz
fritzophrenic@...
Mar 21, 2013 3:02 pm
... This should NOT work. This should beep at you and fail to do anything, because from normal mode, it will: c - start of the c command, to delete text and...
136834
Ben Fritz
fritzophrenic@...
Mar 21, 2013 3:07 pm
... Thanks, I've reproduced it. This is a bug unrelated to the original post, please create a new thread if you find more. -- -- You received this message from...
136835
FlashBurn
rail.shafigulin@...
Mar 21, 2013 3:45 pm
... Ben, You are right. It doesn't work. But it doesn't beep at me, it simply doesn't open the quickfix window. So the issue hasn't been resolved. Can anybody...
136836
FlashBurn
rail.shafigulin@...
Mar 21, 2013 3:55 pm
I have just loaded tcomment plugin, https://github.com/tomtom/tcomment_vim. I code in C and need to be able to do line comments ( // ). For some reason this...
136837
Marc Weber
marco-oweber@...
Mar 21, 2013 4:09 pm
Use github.com/MarcWeber/vim-adddon-commenting which always prefers those # // like line prefix comments and you're done. Otherwise this is not a question for...
136838
Chris Lott
chris@...
Mar 21, 2013 4:46 pm
... Typo in link, should be: https://github.com/MarcWeber/vim-addon-commenting Nice plugin. c -- Chris Lott <chris@...> -- -- You received this...