vim_use [email protected] http://groups.google.com/group/vim_use?hl=en
Today's most active topics: * What happened to vimoutliner? - 7 new http://groups.google.com/group/vim_use/t/49ef828492600858?hl=en * enc, fenc and tenc - 7 new http://groups.google.com/group/vim_use/t/b300afd708b45b6d?hl=en * How to terminate a program in vim? - 2 new http://groups.google.com/group/vim_use/t/3d0b6b1c9385784e?hl=en * help with vim script: set fileformat based on filename - 1 new http://groups.google.com/group/vim_use/t/63ec2412130863ad?hl=en * Announcing a CC-licensed book on Vim 7 - 1 new http://groups.google.com/group/vim_use/t/a525fc8ffcc13b82?hl=en Active Topics ------------- help with vim script: set fileformat based on filename - 1 new -------------------------------------------------------------- ...The file in question being current, use setlocal fileformat=unix To do it when opening any .* and *.rb files, if has('autocmd') autocommand BufRead, BufNewFile .*,*.rb setlocal ff=unix endif The "if" wrapper is there because you of course cannot use autocommands if the autocommand feature hasn't been compiled-in. - Thurs, Nov 27 2008 12:57 am 1 message, 1 author http://groups.google.com/group/vim_use/t/63ec2412130863ad?hl=en Announcing a CC-licensed book on Vim 7 - 1 new ---------------------------------------------- Well done!!! I've been only using vim for like 2/3 weeks now, and thus I can say that it's just perfect for beginners like me!!! Best regards, jay ... - Thurs, Nov 27 2008 2:26 am 1 message, 1 author http://groups.google.com/group/vim_use/t/a525fc8ffcc13b82?hl=en What happened to vimoutliner? - 7 new ------------------------------------- Hi, I decided to try Vimoutliner ([link]) but it seems the website is no more accessible. In the Vim site there is a vimoutliner too, but I think they are different and I wanted to try the first one. Do you know if there's another link for the last version or if the site is going to back online soon? - Thurs, Nov 27 2008 4:10 am 7 messages , 5 authors http://groups.google.com/group/vim_use/t/49ef828492600858?hl=en enc, fenc and tenc - 7 new -------------------------- I am editing a UTF-8 text file. Sometimes I am editing it from a latin1 environment, sometimes from a UTF-8 environment. In an UTF-8 environment, I get this: fileencoding=utf-8 termencoding= encoding=utf-8 In a latin1 environment, I get this: fileencoding= termencoding= encoding=iso-8859-15 - Thurs, Nov 27 2008 5:05 am 7 messages , 3 authors http://groups.google.com/group/vim_use/t/b300afd708b45b6d?hl=en Vi mode for Kate - 1 new ------------------------ Hi all, in case you use KDE, you might want to be interested in this: [link] This will be available in KDE 4.2. Richard - Thurs, Nov 27 2008 10:09 am 1 message, 1 author http://groups.google.com/group/vim_use/t/c6b655afe827e408?hl=en Error uploading new plugin AutoTmpl - 1 new ------------------------------------------- Hi all. I've had problems uploading a new plugin (AutoTmpl) and I've ended up with two IDs on the scripts web, 2460 and 2461. The first cannot be visualised, page says "script: I couldn't find the script you requested (script_id=2460), are you sure it exists?", but if I edit from my page it seems everything is there. - Thurs, Nov 27 2008 10:29 am 1 message, 1 author http://groups.google.com/group/vim_use/t/72cd5cbda79d737b?hl=en How to terminate a program in vim? - 2 new ------------------------------------------ Hi, Suppose I run some program vim, if it takes very long time to finish, I can not use control-C to close it. ... I'm wondering if there is any short-cut to kill a program that is running from vim. Thanks, Peng - Thurs, Nov 27 2008 5:47 pm 2 messages , 2 authors http://groups.google.com/group/vim_use/t/3d0b6b1c9385784e?hl=en how to load vim source files based on filetype? - 1 new ------------------------------------------------------- Hi, I have vim-latex, perl.vim and bash-support.vim installed. I see menu items for latex, perl and bash, no matter what the file type is. I'm wondering if it is possible to configure vim so that it would not load them if the file type does not match. [link][link] - Thurs, Nov 27 2008 5:50 pm 1 message, 1 author http://groups.google.com/group/vim_use/t/caa1bf1c5388507e?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 -~----------~----~----~----~------~----~------~--~---
