Bug 19708 - FR: сделать подсветку в perl.vim для regexp'ов
Summary: FR: сделать подсветку в perl.vim для regexp'ов
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: vim-common (show other bugs)
Version: unstable
Hardware: all Linux
: P3 minor
Assignee: Gleb F-Malinovskiy
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-21 19:00 MSD by Afanasov Dmitry
Modified: 2009-07-06 19:48 MSD (History)
3 users (show)

See Also:


Attachments
реализация (3.88 KB, patch)
2009-04-21 19:03 MSD, Afanasov Dmitry
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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)