Bug 19708

Summary: FR: сделать подсветку в perl.vim для regexp'ов
Product: Sisyphus Reporter: Afanasov Dmitry <ender>
Component: vim-commonAssignee: Gleb F-Malinovskiy <glebfm>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: minor    
Priority: P3 CC: admsasha, glebfm, ldv
Version: unstable   
Hardware: all   
OS: Linux   
Attachments:
Description Flags
реализация none

Description Afanasov Dmitry 2009-04-21 19:00:12 MSD
регекспы вида: 
1. s,,, и m,,
2. s||| и m||

патч с реализацией в аттаче.
Comment 1 Afanasov Dmitry 2009-04-21 19:03:01 MSD
Created attachment 3476 [details]
реализация
Comment 2 Repository Robot 2009-07-06 19:48:02 MSD
vim-4:7.2.218-alt1 -> sisyphus:

* Fri Jun 26 2009 Alexey I. Froloff <raorn@altlinux> 4:7.2.218-alt1

- Official patches (218)
 + if no ctags program found, "make tags" executes first C file
 + crash with specific use of function calls
 + possible hang for deleting auto-indent
 + the register executed by @@ isn't stored in viminfo
 + leaking memory for the command Vim was started with
 + cannot copy/paste HTML to/from Firefox via the clipboard
 + BufWipeout autocmd that edits another buffer causes problems
 + using current window to work on hidden buffer has side effects
 + "set novice" gives an error message, it should be ignored
 + warning for file changed outside of vim even after :checktime
 + memory leak when expanding a series of file names
- syntax/spec.vim: rewritten from scratch
- syntax/perl.vim: support for s||| and s,,, (closes: #19708)