Re: Perl::Tags (Was: perlcomplete.vim -- anyone working on this?

2006-09-28 Thread Dr Bean
('%')) This is more important, because when you start editing another file in another buffer you want tags to be created for it. augroup END -- Dr Bean Whereof we cannot speak, we must remain silent. --Ludwig Wittgenstein

Re: Perl::Tags (Was: perlcomplete.vim -- anyone working on this?

2006-07-27 Thread Dr Bean
look at: use lib qw( ); declarations and add those to where it looks for modules... I was able to do this with a parser in a subclass of Perl::Tags::Naive, but it just rewrites @INC. By the way, Dr Bean, if you'd like commit access to the repo at http://greenokapi.net/svn/code/Perl-Tags

Perl::Tags (Was: perlcomplete.vim -- anyone working on this?

2006-07-21 Thread Dr Bean
On Wed, 12 Jul 2006, Dr Bean wrote: On Wed, 12 Jul 2006, Hakim Cassimally wrote: Also... at the moment the script in the manpage doesn't have a mapping to refresh the tags file. If you defined the sub after opening the file, it won't be seen until you close and reopen. (I'll probably

Re: Can't put text with P, but p still works

2006-07-14 Thread Dr Bean
On Fri, 14 Jul 2006, Benji Fisher wrote: On Fri, Jul 14, 2006 at 10:02:48AM +0800, Dr Bean wrote: map P reveals no mappings. This is the vim on Fedora Core 3. :version VIM - Vi IMproved 6.3 (2004 June 7, compiled Oct 19 2004 17:17:57) 適用済パッチ: 1-21, 23-24, 26, 28-30 Modified

Re: Can't put text with P, but p still works

2006-07-14 Thread Dr Bean
On Fri, 14 Jul 2006, Yakov Lerner wrote: On 7/14/06, Dr Bean [EMAIL PROTECTED] wrote: On Fri, 14 Jul 2006, Benji Fisher wrote: On Fri, Jul 14, 2006 at 10:02:48AM +0800, Dr Bean wrote: map P reveals no mappings. This is the vim on Fedora Core 3. :version VIM - Vi IMproved 6.3

Can't put text with P, but p still works

2006-07-13 Thread Dr Bean
-linux-thread-multi/auto/DynaLoader/DynaLoader.a -L/usr/lib/perl5/5.8.5/i386-linux-thread-multi/CORE -lperl -lutil -lc -L/usr/lib/python2.3/config -lpython2.3 -lutil -lm -Xlinker -export-dynamic -- Dr Bean Management is doing things right

Re: perlcomplete.vim -- anyone working on this?

2006-07-12 Thread Dr Bean
:-) Making s:do_tags a global function, Do_tags allows you to call it yourself, call Do_tags(expand('%')). I don't understand why this doesn't work when you source perl.vim. -- Dr Bean If I did not see further, it was because those who would stand on my

Re: perlcomplete.vim -- anyone working on this?

2006-07-11 Thread Dr Bean
) and jump to the definition of a function in one of the modules use`d by that script (or recursively up to a set limit). http://search.cpan.org/~osfameron/Perl-Tags/lib/Perl/Tags.pm Regards, Hakim -- . -- Dr Bean If I did not see further, it was because those

Re: perlcomplete.vim -- anyone working on this?

2006-07-10 Thread Dr Bean
, but it's nicer to do it in a module, rather than on the command line. -- Dr Bean If I did not see further, it was because those who would stand on my shoulders would not have me stand on theirs

Re: insert space after comma based on context

2006-06-29 Thread Dr Bean
for the discussion I had with Dr Bean last week on this topic. You can search for the following Message-ID on gmane: [EMAIL PROTECTED] He used the function InsertIfNotAfter() I define in my C++ ftplugin cpp_set.vim available in lh-cpp.tar.gz [1]. In your case, I guess it will look like