vim_use [email protected] http://groups.google.com/group/vim_use?hl=en
Today's most active topics: * set ff=dos problems - 6 new http://groups.google.com/group/vim_use/t/d19be706567e5743?hl=en * strange directory listing using netrw v134 - 6 new http://groups.google.com/group/vim_use/t/6fba7d6c13d6472b?hl=en * gvim menu appearance - 6 new http://groups.google.com/group/vim_use/t/6ef97e440dbb6e3a?hl=en * Vim as a Manpager - 3 new http://groups.google.com/group/vim_use/t/d4f60ad23fed294e?hl=en * Use of CTRL-K to enter a CR character - 3 new http://groups.google.com/group/vim_use/t/87077c0063110823?hl=en Active Topics ------------- Findmate plugin not working in Windows - 2 new ---------------------------------------------- ...We recently agreed on a "How to post messages" recommendation: [link] Bear in mind that other people read these messages, and it would be a lot more helpful if you would quote the brief text you are referring to, then give your reply (underneath). - Thurs, Dec 4 2008 2:01 am 2 messages , 1 author http://groups.google.com/group/vim_use/t/28be7ea1fc2313fd?hl=en ANNOUNCE: TOVL - now on github - 2 new -------------------------------------- ...You're right, it has been shown that was doable to became a debian, gonteoo, mandrake update server thereby preventing clients to get security updates. Moreover the "update" server already had the ips of its clients.. Anyway I think this is fixed because I've moved to github. Only I have access to it. So you have to trust me :-) - Thurs, Dec 4 2008 3:36 am 2 messages , 1 author http://groups.google.com/group/vim_use/t/f0736a45908950c4?hl=en Vim as a Manpager - 3 new ------------------------- Hi, I am using putty (on Windows) to login to a linux machine. I wish to read the manpages using Vim. I have added the followig to my .bashrc: export PAGER= "/bin/sh -c \"unset PAGER;col -b -x | view -c 'set ft=man nomod nolist' -c 'map q :q<CR>' -c 'map <SPACE> <C-D>' -c 'map b <C-U>' -c 'nmap K :Man <C-R>= expand(\\\"<cword>\\\")< CR><CR>' -\"" - Thurs, Dec 4 2008 5:39 am 3 messages , 3 authors http://groups.google.com/group/vim_use/t/d4f60ad23fed294e?hl=en set ff=dos problems - 6 new --------------------------- ... That's bizarre. What about the output of ":verbose set ffs?" in both cases? I don't think it should matter, but: "Using the '-u' argument has the side effect that the 'compatible' option will be on by default." (:help -u) Maybe you are setting 'nocompatible' somewhere after you set the ffs - Thurs, Dec 4 2008 6:03 am 6 messages , 3 authors http://groups.google.com/group/vim_use/t/d19be706567e5743?hl=en Deleting all but selected on a line - 1 new ------------------------------------------- ... Whoops, that's right. Make that y0D"0p And the same for the cc<esc> option. I like your method better...much shorter. - Thurs, Dec 4 2008 6:06 am 1 message, 1 author http://groups.google.com/group/vim_use/t/65df603ad6db67c3?hl=en Use of CTRL-K to enter a CR character - 3 new --------------------------------------------- This tip: [link]mentions the ability to enter a CR character (^M) on the command line by typing <C-K><Enter><Enter>. It works, but I'm a little confused as to why. I would expect <C-K>CR to insert a ^M, because that is the defined digraph. This works as - Thurs, Dec 4 2008 6:19 am 3 messages , 3 authors http://groups.google.com/group/vim_use/t/87077c0063110823?hl=en strange directory listing using netrw v134 - 6 new -------------------------------------------------- ...No problem! Regards, Chip Campbell - Thurs, Dec 4 2008 6:43 am 6 messages , 4 authors http://groups.google.com/group/vim_use/t/6fba7d6c13d6472b?hl=en gvim menu appearance - 6 new ---------------------------- Tony - thanks, I'm using fluxbox. If I open nautilus the menu-bar has a nine point font. When I open gvim from a terminal, I get the 9pt menu-bar and a second menu below that, with the gvim options, in about 12pt. I'll post a screenshot later - when I'm back at the relevant computer, and I work out how! - Thurs, Dec 4 2008 7:33 am 6 messages , 3 authors http://groups.google.com/group/vim_use/t/6ef97e440dbb6e3a?hl=en Formatting numbered lists within comments - 3 new ------------------------------------------------- I'm trying to get numbered lists to format in code comments similar to how they format in plain text: // 1. Similar to this formatted // list in this paragraph. I have the following settings: formatoptions=croqln comments=:// formatlistpat=^\s*\d\+[\]:.)}\ t ]\s* These options are not working. The second line of the numbered item - Thurs, Dec 4 2008 11:26 am 3 messages , 3 authors http://groups.google.com/group/vim_use/t/7ae3989c74d1d636?hl=en gvim mode: Maximize/Tabs Bug in GNOME - 1 new --------------------------------------------- ...The GTK resizing is messed up. There have been several attempts to fix this, but none of them have caught all the problems. One of the things that make it hard to fix are the race conditions involved. When using a debugger to step through the code you can't reproduce problems encountered in real time. For the last fix I did I concatenated events - Thurs, Dec 4 2008 1:09 pm 1 message, 1 author http://groups.google.com/group/vim_use/t/c3160ed540771378?hl=en ANNOUNCE: TOVL - some progress - 1 new -------------------------------------- The configuration screen looks like this now: [link] (120kb) [..] /core/ autoload/plugins/buffer/ utility.vim [..] A typical plugin looks like this: the default.ask = 1 settings will cause another function to be added automatically setting the default value. A similar setting is - Thurs, Dec 4 2008 6:59 pm 1 message, 1 author http://groups.google.com/group/vim_use/t/b7b663f1992e1681?hl=en Sections in ~/.vimrc - 2 new ---------------------------- Hi all, I've created key mappings in my ~/.vimrc file to automate creating empty XHTML, C/C++ and PERL files as well as mappings that automate putting in commonly used statements and commands like: printf("",); and <a href=""></a> and then I just fill in the blanks but I'm finding having so many mappings is actually slowing Vim down. Is there a way to do something like: - Thurs, Dec 4 2008 10:42 pm 2 messages , 2 authors http://groups.google.com/group/vim_use/t/4dcb7349b8efb17f?hl=en Test if vim just opened with no file - 1 new -------------------------------------------- I know this thread is long dead, but I've made a minor improvement to my choice of solution that I feel is worth mentioning. The solution I chose previously was: if (argc() == 0) cd C:\my\preferred\startup\dir endif This works perfectly all the time, when STARTING vim; the only problem - Fri, Dec 5 2008 12:02 am 1 message, 1 author http://groups.google.com/group/vim_use/t/89d6a6fe69ab65dd?hl=en help.txt local-additions alignment - 1 new ------------------------------------------ Hi, is there a way to get the list of local help files to line up? - Fri, Dec 5 2008 1:04 am 1 message, 1 author http://groups.google.com/group/vim_use/t/11269e9de3a073af?hl=en Vim is too slow with syntax highlighting - 1 new ------------------------------------------------ Hi all ViM lovers, I am using ViM every day and there is only few things which bothers me. One of them is slowness of syntax highlighting. When I work on something (php, c, c++, perl, ...) I usually have xterm with screen on fullscreen. That means "speed 38400 baud; rows 78; columns 212;". When I open a source file with syntax highlighting, it is really - Fri, Dec 5 2008 1:54 am 1 message, 1 author http://groups.google.com/group/vim_use/t/a53076b75f9a4c6d?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 -~----------~----~----~----~------~----~------~--~---
