ALT Linux Bugzilla
– Attachment 2208 Details for
Bug 12899
В vim-plugin-mail-after-ftplugin перестали работать \al и \aq
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
С этим патчем работает так как ожидалось
mail.vim.diff (text/plain), 575 bytes, created by
Alexey V. Novikov
on 2007-09-25 11:31:15 MSD
(
hide
)
Description:
С этим патчем работает так как ожидалось
Filename:
MIME Type:
Creator:
Alexey V. Novikov
Created:
2007-09-25 11:31:15 MSD
Size:
575 bytes
patch
obsolete
>--- mail.vim.orig 2004-06-26 19:19:17 +0400 >+++ mail.vim 2007-09-25 11:15:06 +0400 >@@ -901,7 +901,7 @@ > if "" == s:ModuleSids > let s:ModuleSids = a:sid > else >- let s:ModuleSids = s:ModuleSids . '¬' . a:sid >+ let s:ModuleSids = s:ModuleSids . ':' . a:sid > endif > > " Debugging >@@ -918,7 +918,7 @@ > " Debugging > " echo a:name > " let b = input ("a") >- return matchstr(s:ModuleSids, '\(<SNR>\d\+_\)' . a:name . '\(¬\|$\)\@=') >+ return matchstr(s:ModuleSids, '\(<SNR>\d\+_\)' . a:name . '\ze\(:\|$\)') > endfunction > endif >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 12899
: 2208