vim_use [email protected] http://groups.google.com/group/vim_use?hl=en
Today's most active topics: * Intesting blog posts of 10 year vim user switching to emacs - 11 new http://groups.google.com/group/vim_use/t/7a2bbf08b1493113?hl=en * Create or modify colorschemes for the terminal version - 6 new http://groups.google.com/group/vim_use/t/0a7dc06b6ffb4d36?hl=en * Unable to map Ctrl+Shift+Z - 4 new http://groups.google.com/group/vim_use/t/758131ec837a2cb8?hl=en * Building Vim with patches - 3 new http://groups.google.com/group/vim_use/t/3c99bac4f2e51306?hl=en * Delete all characters except ... - 2 new http://groups.google.com/group/vim_use/t/9c03b86a0e6c4248?hl=en Active Topics ------------- MiniBufExplorer questions (closing a buffer, making it invisible, etc.) - 1 new --- ... just press 'd' on tab window. lost color is because minibuf's little bug, and you just add one line in script file: function! <SID>AutoUpdate(delBufNum) "<<<= this is the line 1205 call <SID>DEBUG('================== =========',10) call <SID>DEBUG('Entering AutoUpdate('.a:delBufNum.') : '.bufnr - Mon, Nov 17 2008 1:54 am 1 message, 1 author http://groups.google.com/group/vim_use/t/e589a16032f3adb6?hl=en Unable to map Ctrl+Shift+Z - 4 new ---------------------------------- Hi, I'm trying to map the keys CTRL+Z to undo, and CTRL+SHIFT+Z to redo. I've tried the following mappings: inoremap <C-Z> undo_test inoremap <C-S-Z> redo_ test when I press CTRL+Z or CTRL+SHIFT+Z they produce the same result, inserting the text redo_test. When I run imap to see the current mappings I get: - Mon, Nov 17 2008 4:04 am 4 messages , 4 authors http://groups.google.com/group/vim_use/t/758131ec837a2cb8?hl=en Create or modify colorschemes for the terminal version - 6 new -------------------------------------------------------------- Hi, I use Vim 7.2 on linux, in the terminal. I don't really like the gui version. I prefer light color chemes, usually with a white background, but I can't find a really nice one. I mean, searching around a lot of people say that desert256 is a great dark color scheme and I agree too. The default color scheme looks pretty good, but since I program mainly - Mon, Nov 17 2008 4:54 am 6 messages , 3 authors http://groups.google.com/group/vim_use/t/0a7dc06b6ffb4d36?hl=en Building Vim with patches - 3 new --------------------------------- On Mon, Nov 17, 2008 at 08:45, Markus Heidelberg ...Bram, would you be OK with a change which facilitates this? It would not be noticable to the general users (or pretty much anybody, for that matter), would not affect the compiled binaries in any way and it might help to track any problems from patched Vim versions in the future. - Mon, Nov 17 2008 10:04 am 3 messages , 2 authors http://groups.google.com/group/vim_use/t/3c99bac4f2e51306?hl=en Intesting blog posts of 10 year vim user switching to emacs - 11 new -------------------------------------------------------------------- ...Doesn't look like "good features of the other great editor" are mentioned. Just complaints about vim. Chip Campbell - Mon, Nov 17 2008 11:51 am 11 messages , 10 authors http://groups.google.com/group/vim_use/t/7a2bbf08b1493113?hl=en Delete all characters except ... - 2 new ---------------------------------------- I have this string: <this/><that/> I want to end up with this: />/> This must be recursive, and there could be other things than just a word: <this colspan= "2"/><that andmore="dd"/> I have tried a couple of combinations substitute('< this/><that/>', '\(/>\)\?\zs.\{-}\(/>\)\?', '', 'g') I can get the first instance, but if there are more than 1 '/>' I get messed up. - Mon, Nov 17 2008 8:36 pm 2 messages , 2 authors http://groups.google.com/group/vim_use/t/9c03b86a0e6c4248?hl=en Bugging me for a long time - 1 new ---------------------------------- ...Thank you for help. It turned out I export $TERMCAP in .bashrc for vi (old vi) that did not include in backtab entry. Now all work well. - Mon, Nov 17 2008 11:45 pm 1 message, 1 author http://groups.google.com/group/vim_use/t/a2f625956d45727b?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 -~----------~----~----~----~------~----~------~--~---
