vim_use
[email protected]

http://groups.google.com/group/vim_use?hl=en

Today's most active topics:

* ANNOUNCE: TOVL - 7 new
  http://groups.google.com/group/vim_use/t/f0736a45908950c4?hl=en
* Temporarily Changing A :set Option - 6 new
  http://groups.google.com/group/vim_use/t/becc8696453dfd6d?hl=en
* strange directory listing using netrw v134 - 6 new
  http://groups.google.com/group/vim_use/t/6fba7d6c13d6472b?hl=en
* Deleting all but selected on a line - 6 new
  http://groups.google.com/group/vim_use/t/65df603ad6db67c3?hl=en
* Findmate plugin not working in Windows - 5 new
  http://groups.google.com/group/vim_use/t/28be7ea1fc2313fd?hl=en




Active Topics
-------------

How to yank the foldtext? - 1 new
---------------------------------
...Nice tip, thank you! - Wed, Dec 3 2008 2:09 am 
1 message, 1 author
http://groups.google.com/group/vim_use/t/e522cf4694188971?hl=en


ANNOUNCE: TOVL - 7 new
----------------------
Hi, ... I think the entry level would be much lower if there were an http 
interface to peek what is about to be expected. Github or similar providers 
would already provide such a web interface. ... IMHO plugin developers should 
provide a function that defines those maps with a user customizable prefix. 
This function could be called - Wed, Dec 3 2008 3:10 am 
7 messages , 4 authors
http://groups.google.com/group/vim_use/t/f0736a45908950c4?hl=en


vim and bash - 2 new
--------------------
...You can explicitly set the 'shell' option to /bin/bash. Vim gets it's 
default from the $SHELL environment variable. Some vim init script might be 
overwriting the default with a bad value. You can use ":verbose set shell" to 
find out where that might be happening. - Wed, Dec 3 2008 4:20 am 
2 messages , 2 authors
http://groups.google.com/group/vim_use/t/335033578f84a147?hl=en


set ff=dos problems - 2 new
---------------------------
... What exactly "doesn't work" about it? If you set ffs (note the 's' at the 
end, to get the fileformatS option and not the fileformaT option) to unix,dos 
in Windows, every NEW file you create WITHIN Vim should have a unix encoding. 
However, if you edit an EXISTING file from within Vim, possibly even an "empty
" one - Wed, Dec 3 2008 5:46 am 
2 messages , 2 authors
http://groups.google.com/group/vim_use/t/d19be706567e5743?hl=en


How to sort the vimgrep result in quickfix? - 1 new
---------------------------------------------------
... Possible bonus of expand: you can search again in the same file if using 
the command history, even if you are in a different buffer. This would be even
better if expand("%:p") were used instead, since options like autochdir or 
commands that change the directory would interfere. Just using '%' by itself 
would always search the current buffer, which - Wed, Dec 3 2008 5:57 am 
1 message, 1 author
http://groups.google.com/group/vim_use/t/8b730c3314bb42e4?hl=en


Findmate plugin not working in Windows - 5 new
----------------------------------------------
Hi! Two of my friends made a really nice plugin. With this plugin you can just
use ...And it looks trough the folders and subfolders that you are at, 
searching for files with that name. Displaying it in a list. And then you can 
just press 1-X in order to open the file that you desire. But i don't know why
it doesn't work with Windows (I already installed perl - Wed, Dec 3 2008 6:09 
am 
5 messages , 4 authors
http://groups.google.com/group/vim_use/t/28be7ea1fc2313fd?hl=en


tabline showing only the basename - 5 new
-----------------------------------------
hi to all the list, is there any way to make the tabline of gvim display only 
the basename of the file and not its full name. i.e /large/path/to/a/file.c to
be displayed like file.c because when you open a lot of tabs that are from 
different directories the tabline size is messed up... thanks in advance, - 
Wed, Dec 3 2008 6:10 am 
5 messages , 4 authors
http://groups.google.com/group/vim_use/t/9bbfb7f6ec651438?hl=en


Start NERDTree when starting Vim - 1 new
----------------------------------------
...Thanks, this works perfectly. Simon - Wed, Dec 3 2008 6:18 am 
1 message, 1 author
http://groups.google.com/group/vim_use/t/0190fd5ef369e0ba?hl=en


Temporarily Changing A :set Option - 6 new
------------------------------------------
Hi, I have the following map: ...Is the a more elegant way to do this? - Wed, 
Dec 3 2008 7:35 am 
6 messages , 5 authors
http://groups.google.com/group/vim_use/t/becc8696453dfd6d?hl=en


To many inter-character space when display Simplified Chinese (zh_CN) - 1 new
-----------------------------------------------------------------------------
...- Unlike Firefox, gvim uses a fixed-size character cell (which depends on 
the 'guifont', but is constant all over the screen). It uses exactly one cell 
for each "narrow" glyph (including all non-CJK glyphs) and exactly two cells 
for each "wide" glyph (including Chinese characters). Some characters are 
defined in Unicode as "ambiguous-width", for these - Wed, Dec 3 2008 8:13 am 
1 message, 1 author
http://groups.google.com/group/vim_use/t/99f26167835dbf05?hl=en


strange directory listing using netrw v134 - 6 new
--------------------------------------------------
This problem occurs when encoding=euc-jp. See sepchr variable in autoload/
netrw.vim. <char-0xff> is used for separate character. But it is not safe in 
euc-jp (and perhaps other multi-byte) encoding. To reproduce: set enc=euc-jp "
separator, used in netrw let sepchr = "\<char-0xff>" " put file entry - Wed, 
Dec 3 2008 8:39 am 
6 messages , 5 authors
http://groups.google.com/group/vim_use/t/6fba7d6c13d6472b?hl=en


Deleting all but selected on a line - 6 new
-------------------------------------------
I'm cleaning up a Perl Template Toolkit template, and I was wondering how 
would you select some text on a line and delete anything else on that line 
that isn't selected. <input type="text" class="yadda_yadda" value="[% 
something_important &]" /> If I visually selected [% something_important %], 
is there some VIM - Wed, Dec 3 2008 9:06 am 
6 messages , 3 authors
http://groups.google.com/group/vim_use/t/65df603ad6db67c3?hl=en


TOVL: Which plugins to add first? - 2 new
-----------------------------------------
I'd like to add some plugins serving as real world examples. Which one shall I
try to add first? Any suggestions? I'd begin with .vim file coding support and
basic buffer features such as automatically create directories before writing 
and try figuring out the expandtab property from file contents.. - Wed, Dec 3 
2008 9:18 am 
2 messages , 2 authors
http://groups.google.com/group/vim_use/t/93f95fa96a1a9f09?hl=en


How to stop getting emails from this news group - 1 new
-------------------------------------------------------
...LMAO at "I accidentally made a choice" You purposefully made my day with 
that one. Solution quoted above in case you missed it. ;) - Wed, Dec 3 2008 10:
31 am 
1 message, 1 author
http://groups.google.com/group/vim_use/t/f21bc9a84e8cd7c1?hl=en


turning off showmatch - 1 new
-----------------------------
...By putting let g:loaded_matchparen = 1 in your .vimrc. Most plugins prevent
double-loading by testing if g:loaded_SomePlugin exists; if so, loading is 
aborted. Hence, with this command you're telling matchparen not to bother 
loading. Regards, Chip Campbell - Wed, Dec 3 2008 10:46 am 
1 message, 1 author
http://groups.google.com/group/vim_use/t/6ded0750eb40c768?hl=en


syntax highlight using :e command - 2 new
-----------------------------------------
...That looks all right. Do you have any ":set" command for the 'runtimepath' (
or 'rtp') option in your vimrc? When you use ":e filename" to open a file of a
different filetype, it does get highlighted, doesn't it? Best regards, Tony. -
Wed, Dec 3 2008 12:42 pm 
2 messages , 2 authors
http://groups.google.com/group/vim_use/t/ce493dcfbfea4068?hl=en


What makes the difference ? | if and dict - 1 new
-------------------------------------------------
...Works for me. What error do you get? Best regards, Tony. - Wed, Dec 3 2008 
12:49 pm 
1 message, 1 author
http://groups.google.com/group/vim_use/t/e6c45d1e749fc06b?hl=en


netrw cuts off first letter(s) of file - 1 new
----------------------------------------------
...First, thank you for the feedback! Another thing I encountered recently; in
the case of enc=euc-jp, users were finding an extra "e" prepended before their
filenames and directories. Although with a last name of "Dillman" you're less 
likely to be using euc-jp, still: what encoding are you using? - Wed, Dec 3 
2008 5:00 pm 
1 message, 1 author
http://groups.google.com/group/vim_use/t/2fe91677ce6233db?hl=en


gvim menu appearance - 2 new
----------------------------
Hi - using gvim in fluxbox the font in the menu comes up too large. Any ideas 
for configuring it? My other gtk-2.0 fonts are okay, I guess I'm missing 
something in .gvimrc? Many thanks, Steve - Wed, Dec 3 2008 2:55 pm 
2 messages , 2 authors
http://groups.google.com/group/vim_use/t/6ef97e440dbb6e3a?hl=en


gvim mode: Maximize/Tabs Bug in GNOME - 1 new
---------------------------------------------
...Trying to experiment, I found that enabling 'resize_idle_installed' in gui_
gtk_x11.c fixes both resize problems when gvim (GTK2) is maximized. I.e. gvim 
then resizes properly while maximized when: - adding/deleting tabs; - or when 
changing guitfont. But the catch is that 'resize_idle_installed' was disabled (
#if 0...) - Wed, Dec 3 2008 9:03 pm 
1 message, 1 author
http://groups.google.com/group/vim_use/t/c3160ed540771378?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
-~----------~----~----~----~------~----~------~--~---

Reply via email to