vim_use [email protected] http://groups.google.com/group/vim_use?hl=en
Today's most active topics: * How to determine current font in use - 4 new http://groups.google.com/group/vim_use/t/028de82ef9e67e02?hl=en * set ff=dos problems - 4 new http://groups.google.com/group/vim_use/t/d19be706567e5743?hl=en * Case sensitive :write - 4 new http://groups.google.com/group/vim_use/t/c41bf4e3d08c847c?hl=en * apvlv 0.0.4 publish for test - 3 new http://groups.google.com/group/vim_use/t/aaa9adf5eb4ecf70?hl=en * How to get the start line and end line of a folding? - 1 new http://groups.google.com/group/vim_use/t/9ba7753b86cfc214?hl=en Active Topics ------------- How to get the start line and end line of a folding? - 1 new ------------------------------------------------------------ As title, I want to make a function for foldtext like this: function MY_TeX_ BiBFoldText() let line = getline(v:foldstart, v:foldend) let matchlinea = match(line, '^\s*author.*{.*}.*') + 1 let matchlinet = match(line, '^\s*title.* {.*}.*') + 1 let matcha = substitute(getline(matchlinea) , '^.*{\(.*\)}*.*$', '\1', 'g') - Sun, Nov 30 2008 12:52 am 1 message, 1 author http://groups.google.com/group/vim_use/t/9ba7753b86cfc214?hl=en apvlv 0.0.4 publish for test - 3 new ------------------------------------ Now, it's not stable, just publish for test. apvlv 0.0.4 ============= News features * remove the status bar from the bottom, and add it to every window. * make the active window healight the status bar. * add cache module to make the display faster. * add 'r' command to rotate page. - Sun, Nov 30 2008 2:52 am 3 messages , 2 authors http://groups.google.com/group/vim_use/t/aaa9adf5eb4ecf70?hl=en How to determine current font in use - 4 new -------------------------------------------- Hi, I would like to know how to determine the current font used from the ex prompt. TIA, Yosi - Sun, Nov 30 2008 3:02 am 4 messages , 3 authors http://groups.google.com/group/vim_use/t/028de82ef9e67e02?hl=en set ff=dos problems - 4 new --------------------------- In my .vimrc file I have: set ff=dos and it doesn't format my files for dos. I have to type it out before saving it. Any way to automate this? My instructor only uses notepad to view code and I'm on GNU/Linux. I'd like to be able to just use vim and it automatically saves it in dos format. - Sun, Nov 30 2008 4: 52 pm 4 messages , 4 authors http://groups.google.com/group/vim_use/t/d19be706567e5743?hl=en Case sensitive :write - 4 new ----------------------------- Hey, I've just discovered that vim doesn't retain the case of the filename you provide as the argument to the :write command if there's a filename by the same name but different case in the folder you're saving to, or if you're writing a file that's already has the same name but different case as the one you're saving. - Sun, Nov 30 2008 7:49 pm 4 messages , 4 authors http://groups.google.com/group/vim_use/t/c41bf4e3d08c847c?hl=en Vim Tips wiki - Main Page - 1 new --------------------------------- The December edition of the Vim Tips Main Page is now available: [link] Remember that if you log on you won't see the ads (except for the main page)! John - Mon, Dec 1 2008 12:15 am 1 message, 1 author http://groups.google.com/group/vim_use/t/a37c215563442945?hl=en Announcing a CC-licensed book on Vim 7 - 1 new ---------------------------------------------- ...Thanks. I have put this info in the December "Did you know" on the wiki main page, and have noted the book on the "Vim documentation" page (see link at top-right of main page): [link] John - Mon, Dec 1 2008 12:31 am 1 message, 1 author http://groups.google.com/group/vim_use/t/a525fc8ffcc13b82?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 -~----------~----~----~----~------~----~------~--~---
