vim_use [email protected] http://groups.google.com/group/vim_use?hl=en
Today's most active topics: * Error uploading new plugin AutoTmpl - 3 new http://groups.google.com/group/vim_use/t/72cd5cbda79d737b?hl=en * How to terminate a program in vim? - 3 new http://groups.google.com/group/vim_use/t/3d0b6b1c9385784e?hl=en * how to load vim source files based on filetype? - 2 new http://groups.google.com/group/vim_use/t/caa1bf1c5388507e?hl=en * C-LEFT doesn't work under cygwin - 2 new http://groups.google.com/group/vim_use/t/44a01f4df5fe93aa?hl=en * Hello, how to do? - 2 new http://groups.google.com/group/vim_use/t/3ef43d0efc63bd61?hl=en Active Topics ------------- What happened to vimoutliner? - 1 new ------------------------------------- ...Great to hear that :) Richard - Thurs, Nov 27 2008 11:32 pm 1 message, 1 author http://groups.google.com/group/vim_use/t/49ef828492600858?hl=en Error uploading new plugin AutoTmpl - 3 new ------------------------------------------- ...I can see both script pages and they are owned by you. So you should be able to edit them. Perhaps there was a temporary glitch in the database connection. Try again. - Fri, Nov 28 2008 2:15 am 3 messages , 3 authors http://groups.google.com/group/vim_use/t/72cd5cbda79d737b?hl=en how to load vim source files based on filetype? - 2 new ------------------------------------------------------- ...Gvim normally loads its menus once and for all, at startup (normally as a result of "filetype plugin [indent] on" IIRC), but plugins may modify the menus, and if you use "Syntax => Show filetypes in menu" the menus will be reloaded. However, what you're asking for would require unloading and reloading - Fri, Nov 28 2008 5:23 am 2 messages , 2 authors http://groups.google.com/group/vim_use/t/caa1bf1c5388507e?hl=en How to terminate a program in vim? - 3 new ------------------------------------------ ...You may or may not be able to kill it by means of Ctrl-Break (in the subprocess's window if there is one). If that doesn't work, I don't think you kill a subprocess by anything you do in Vim; but you can do it from the Windows Task Manager (taskman.exe, which can be loaded from the Ctrl-Alt-Del popup) or under Linux from the KDE System Guard or the - Fri, Nov 28 2008 5:34 am 3 messages , 3 authors http://groups.google.com/group/vim_use/t/3d0b6b1c9385784e?hl=en C-LEFT doesn't work under cygwin - 2 new ---------------------------------------- Hi, all! I'm a newbie in vim. I'm trying to use it under OpenSUSE 11.0 as well as cygwin (WinXP prof. sp3). Unfortunately I found out that cygwin version doesn't move cursor through the words with CTRL+LEFT, CTRL+RIGHT (while SUSE version does). I tried to append the folowing lines to .vimrc file: map <C- left> w - Fri, Nov 28 2008 2:29 am 2 messages , 2 authors http://groups.google.com/group/vim_use/t/44a01f4df5fe93aa?hl=en Hello, how to do? - 2 new ------------------------- ...May be it should also mention posting a new message by starting a new thread but not by replying to an unrelated mail. What is the political correct email address of this mailing list? vim.org or googlegroups? - Fri, Nov 28 2008 6:47 pm 2 messages , 2 authors http://groups.google.com/group/vim_use/t/3ef43d0efc63bd61?hl=en Finding a delimiter programmatically - 2 new -------------------------------------------- Using vim 7.1 (huge) on kubuntu 7.10 Executing the following ?[\|(\|{ Gives me the expected results. I.E. The cursor is placed at the closest previous '[' or '(' or '{' Executing the following /]\|)\|} Gives me the expected results. I.E. The cursor is placed on the closest next ']' or ')' or '}' - Fri, Nov 28 2008 7:54 pm 2 messages , 2 authors http://groups.google.com/group/vim_use/t/b31b171ddcb69b22?hl=en Setting the status line to something specific... - 1 new -------------------------------------------------------- Hello vim users: I currently use a script by Gary Johnson: [link] (based on Alexey Marinichev's ctags.vim script) to set my status line to include the current C++ function that I'm in on the status line. I use this because of really long functions (yes I'm a - Fri, Nov 28 2008 3:00 pm 1 message, 1 author http://groups.google.com/group/vim_use/t/da262ffa15afdf0a?hl=en problem with ftp remote file access under windows - 2 new --------------------------------------------------------- I'm in windows xp gvim7.2 and used to access ftp server to edit file. Login is OK, but when openning direcotory, it will be appeared messages everytime. Error detected while processing function <SNR>23_NetrwBrowse..<SNR>23_N etrwGetBu ffer..<SNR>23_NetrwListSetting s: E303: Unable to open swap file for "ftp:\\[email protected]\gipr s - Fri, Nov 28 2008 11:34 pm 2 messages , 2 authors http://groups.google.com/group/vim_use/t/af5b4cb2f191305a?hl=en vim use in finland - keyboard/vim-speed relationship - 1 new ------------------------------------------------------------ Hi, I've worked in the UK, US, China and now Finland. I'm a long time (since 1984) vi user, and it's been several years since I started using vim, gradually using more and more vim-specific features. On my travels, I've met a few emacs users, but not too many (<10) and the majority seemed to use vi or some other graphical editor. - Sat, Nov 29 2008 12:36 am 1 message, 1 author http://groups.google.com/group/vim_use/t/2cb6af4726d6cee7?hl=en enc, fenc and tenc (P.S.) - 1 new --------------------------------- 2008/11/28 Felix von Leitner <[email protected]>: ...What should for your purpose: function! SetFileEncodings(encodings) let b:my_fileencodings_bak=& fileen codings let &fileencodings=a:encodings endfunction function! RestoreFileEncodings() let &fileencodings=b:my_fileencodi ngs_bak unlet b:my_ fileencodings_bak - Sat, Nov 29 2008 1:51 am 1 message, 1 author http://groups.google.com/group/vim_use/t/b300afd708b45b6d?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 -~----------~----~----~----~------~----~------~--~---
