vim_use [email protected] http://groups.google.com/group/vim_use?hl=en
Today's most active topics: * silent command switch - 6 new http://groups.google.com/group/vim_use/t/815c8393e766ebf3?hl=en * Using Vim + Cygwin Xterm - 4 new http://groups.google.com/group/vim_use/t/8fe1abdf10d2690f?hl=en * strang behavior when try to complete the word prefix with @ - 3 new http://groups.google.com/group/vim_use/t/fad255f82ec25dc4?hl=en * format indent for/while - 3 new http://groups.google.com/group/vim_use/t/0e32b072357af98a?hl=en * Closing specific file in vim - 3 new http://groups.google.com/group/vim_use/t/ed390c2f32973620?hl=en Active Topics ------------- Using Vim + Cygwin Xterm - 4 new -------------------------------- Just my .02€ I have given up using X server + xterm + vim under cygwin, and switched entirely to the PuTTy, due to the bad performance of the cygwin vim, running in cygwin xterm. Redraw speed was just unacceptable to me. - Wed, Dec 17 2008 2:51 am 4 messages , 4 authors http://groups.google.com/group/vim_use/t/8fe1abdf10d2690f?hl=en mksession doesn't work as expected - 3 new ------------------------------------------ On Wed, Dec 17, 2008 at 5:44 AM, Nicolas Aggelidis ...Likely, you have 'autochdir' set somewhere in your startup files. You can find out which file by executing ":verbose set autochdir". That setting used to cause problems for me when reloading sessions. I used to work around this problem with an autocommand similar to this: - Wed, Dec 17 2008 4:27 am 3 messages , 3 authors http://groups.google.com/group/vim_use/t/4963a92d9bca3079?hl=en silent command switch - 6 new ----------------------------- Hi, I use the following to write email using vim set editor="vim -c 'set spell tw=70 et' '+/^$' " This usually works very well except when there is no empty in the file, then vim complains an error and need manual <CR>. How to use the silent keyword to make it ignore error in this context? Thanks in advance. - Wed, Dec 17 2008 6:24 am 6 messages , 3 authors http://groups.google.com/group/vim_use/t/815c8393e766ebf3?hl=en vim + unix shell + perl better than moder GUI IDEs like Eclipse or NetBeans ? - 2 new ------ I think that the power of shell programming (particularly with the use of the perl language) is by far superior of the power of modern GUI applications. In particular, I would like to compare programming with vim + shell scripting + perl with programming with IDEs like Eclipse or NetBeans. And of course I am asking your opinion ! - Wed, Dec 17 2008 6:39 am 2 messages , 2 authors http://groups.google.com/group/vim_use/t/7f320e0b822d892c?hl=en Compile and run program in Vim - 1 new -------------------------------------- One big THANK YOU. After few changes this script does exactly what I need. I was really helpful, thanks. :) - Wed, Dec 17 2008 7:12 am 1 message, 1 author http://groups.google.com/group/vim_use/t/65d64f97b03c95ed?hl=en ANNOUNCE: TOVL - 1 new ---------------------- Hi Marc, I'm sorry, but long emails like yours scare me and I did not have time to read AND think about a response until today. The next things to do for vim.org/scripts: * summarize the requirements[1] * get Bram to love the summarized requirements * start a Design page in the wiki and propose a design: Programming - Wed, Dec 17 2008 9:12 am 1 message, 1 author http://groups.google.com/group/vim_use/t/f0736a45908950c4?hl=en Change horizontal to vertical splits? - 3 new --------------------------------------------- I generally prefer horizontal splits to vertical splits. Is there a way to take two open, horizontal splits and show them as verticals instead? - Wed, Dec 17 2008 11:08 am 3 messages , 3 authors http://groups.google.com/group/vim_use/t/d3f88f0ca15758d5?hl=en merge :sp, :e, :tabe etc. history filename completion - 2 new ------------------------------------------------------------- hi vimmers, I love vim's window handling and I use it frequently. One thing that really annoys me though is that vim's history is only based on the command, not on the filename. Consider the following example: ... [quit vim, restart] ...Now there is only file2.pl full-screen. I want to edit file1.pl. I - Wed, Dec 17 2008 8:04 am 2 messages , 2 authors http://groups.google.com/group/vim_use/t/99f52f5affefda94?hl=en how to jump to the error position while compiling in vim? - 3 new ----------------------------------------------------------------- Hi all: I just compile my projects in vim like: ...and after this step, there tips some warnings and errors, and then, I press the "return" key, and vim jump to the first warning's place in the projects. Absolutely, this is not my want. I hope it can jump to the first error's place of the code, so how can I implement? - Wed, Dec 17 2008 4:11 am 3 messages , 3 authors http://groups.google.com/group/vim_use/t/8fc10971767a88eb?hl=en Foldmethod=Syntax - 2 new ------------------------- Hi, while editing source code, e.g. C/C++ code, and foldmethod=syntax is set, inserting syntax sensible characters, e.g. '{' or '}' causes all following folds to open unintentionally. Which might be caused by a confused syntax- parser. This behaviour is not influenced by the "foldopen" option. - Wed, Dec 17 2008 6:16 am 2 messages , 2 authors http://groups.google.com/group/vim_use/t/55737ba6e9d21176?hl=en Breaking out of a commandline loop - 2 new ------------------------------------------ Guys... thanks for the suggestions... Tim your suggestion is working great... can't believe I didn't think of that. Tony... I tried using the submatch but it doesn't look like the submatch function is supported in our vim installation. Also hadn't thought of a try catch finally... something to keep in mind for future - Wed, Dec 17 2008 2:11 pm 2 messages , 2 authors http://groups.google.com/group/vim_use/t/86515ed25ebaf384?hl=en Can 2html preserve the folding feature? - 1 new ----------------------------------------------- ...Hello fritzophrenic, it works in opera 9.63 and ie 6 on windows 2000, really looks nice, thanks for hard work! I don't subscribe to vim-dev so I reply you on this list. - Wed, Dec 17 2008 6:01 pm 1 message, 1 author http://groups.google.com/group/vim_use/t/8532e7236f113ab7?hl=en Closing specific file in vim - 3 new ------------------------------------ Hi, i normally open more than 1 file in the same vim editor session using " :e filename2 " and so on... Sometimes i need to close ONE particular file out of the list that is opened; is there any way i can do that? regards, Pravin - Wed, Dec 17 2008 7:14 pm 3 messages , 3 authors http://groups.google.com/group/vim_use/t/ed390c2f32973620?hl=en format indent for/while - 3 new ------------------------------- I found that some programming keywords such as for/while, indent the block when gq for this block, for sdfjkls klsjf klj sdfj ksfjkl skljf sklfj kl s fsdf sfjksldfjkl sdf skljf sdkfjklsjdfskljfj sdf sdfsl;kfl;ksf sf sdfsdf sdf after gq} became for sdfjkls klsjf klj sdfj ksfjkl skljf sklfj kl s fsdf - Wed, Dec 17 2008 7:15 pm 3 messages , 2 authors http://groups.google.com/group/vim_use/t/0e32b072357af98a?hl=en strang behavior when try to complete the word prefix with @ - 3 new ------------------------------------------------------------------- Hi, list, @ is in the iskeyword list by default, but I find that when I try to complete @word by CTRL-N/P, it fails, vim tries to complete word, not @word as I expected. What's wrong? - Wed, Dec 17 2008 11:51 pm 3 messages , 2 authors http://groups.google.com/group/vim_use/t/fad255f82ec25dc4?hl=en How to map Alt+key when using vim in putty - 1 new -------------------------------------------------- I can't map Alt-key in vim when open it in a putty console, with terminal set to xterm. I read the help of map-alt-keys, and it says it's because the terminal would prefix the character with an ESC character. Is there any way to solve this problem? - Thurs, Dec 18 2008 12:36 am 1 message, 1 author http://groups.google.com/group/vim_use/t/ff93f9256d8303ff?hl=en VIRUS with Bram as sender - 2 new --------------------------------- I should take a little longer checking, but in view of the potential for damage I'm sending a preliminary opinion: A message has just been sent to the vim_multibyte list. Header includes: From: [email protected] To: vim-multib... @vim.org Subject: Mail Transaction Failed Date: Thu, 18 Dec 2008 11:12:38 + 0200 - Thurs, Dec 18 2008 2:26 am 2 messages , 2 authors http://groups.google.com/group/vim_use/t/6efee044963e9468?hl=en ============================================================================== You received this message because you are subscribed to the Google Groups "vim_use" group. To post to this group, send email to [email protected] or visit http://groups.google.com/group/vim_use?hl=en To unsubscribe from this group, send email to [email protected] To change the way you get mail from this group, visit: http://groups.google.com/group/vim_use/subscribe?hl=en To report abuse, send email explaining the problem to [email protected] ============================================================================== Google Groups: http://groups.google.com/?hl=en --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
