Bug#385913: vim-scripts: ftplugin's po.vim is not matching fuzzy and unstranslated strings

2007-02-11 Thread Jens Seidel
On Thu, Sep 07, 2006 at 05:57:47PM -0300, Andre Luis Lopes wrote:
Finally, I was able to make it work by doing the following :
 
 mkdir -p ~/.vim/ftplugin
 cd ~/.vim/ftplugin
 ln -s /usr/share/vim-scripts/ftplugin/po.vim po.vim
 
It fixed the problem for me. So, it seems it was some configuration
 error on my end and then I hereby close this bug.

I have the same problem that I have to create a symbolic link and want
to know whether it's really expected that the user adapts his system to
get it working.

Isn't it possible to support po.vim by default?

Jens


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#385913: vim-scripts: ftplugin's po.vim is not matching fuzzy and unstranslated strings

2006-09-04 Thread Michael Piefel
Am Sonntag, den 03.09.2006, 19:40 -0300 schrieb Andre Luis Lopes:
 ftplugin's po.vim functionality of matching the next fuzzy and the next
 unstralated strings, as well as matching a fuzzy or a unstranstaled string
 forward isn't working.

It all works for me, both in console and GUI vim, both with my
own .vimrc and yours.

Do the other keybindings of the plugin work?
Does ‘:map’ list anything suspicious?

Bye,
  Mike
-- 
|=| Michael Piefel
|=| Member of the Debian project



Bug#385913: vim-scripts: ftplugin's po.vim is not matching fuzzy and unstranslated strings

2006-09-03 Thread Andre Luis Lopes
Package: vim-scripts
Version: 7-1
Severity: normal


Hello,

I used to use ftplugin's po.vim functionality a lot while translating .po
files from English to Portuguese. I did not worked on translations for
some weeks and now that I tried to come back to translation work I found
some problems.

ftplugin's po.vim functionality of matching the next fuzzy and the next
unstralated strings, as well as matching a fuzzy or a unstranstaled string
forward isn't working.

The features I use most are the following ones :

 Action (Insert mode)GUI Vim Vim
 ===
 Move to an untransl. string forward S-F1  \m
 Move to an untransl. string backwardS-F2  \p
 Move to the next fuzzy translation  S-F5  \f
 Move to the previous fuzzy translation  S-F6  \b

Unfortunately, none of these keybindings is working anymore, which makes
my translation work quite painful while working on large .po files (as
debian-installer's).

The only thing I have im my ~/.vimrc is :

syntax on
set incsearch
set foldmethod=manual
set autoindent
set ruler
set nocompatible
set textwidth=74
set encoding=utf-8
set fileencoding=utf-8

I don't know what else I should be looking for so I would be glad to help
testing and being your lab mice for any experiment you would ask me to do
if said experiment could potentially give me my precious features back :-)


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-k7
Locale: LANG=pt_BR.ISO-8859-1, LC_CTYPE=pt_BR.ISO-8859-1 (charmap=ISO-8859-1)

vim-scripts depends on no packages.

Versions of packages vim-scripts recommends:
ii  vim  1:7.0-035+1 Vi IMproved - enhanced vi editor
ii  vim-gnome [gvim] 1:7.0-035+1 Vi IMproved - enhanced vi editor -

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]