Version: 7.4, gVim, MS-DOS/MS-Windows
=========================================================
:%s#\[\(com\|ref\|ex\|p\|i\|u\|s\|b\)\]\zs\s\+\|\s\+\ze\[/\(com\|ref\|ex\|p\|i\|u\|s\|b\)\]\|[({]\zs\s\+\|\s\+\ze[)}]\|\s\zs\s\+\|\s\+\ze[,;.]\([^.,;]\)##g
----------------------------------------------------------------------------------------------------------------
the command line as above, one line for test as follows, <Space> means a
space.
-----------------------------------------------------------------------------------------------------------------
This<Space>is<Space><Space><Space>[a<Space>test.
=========================================================
Result of re=1: This<Space>is<Space>[a<Space>test.
Result of re=0: This<Space>is<Space><Space>test.
==============================================================*
Both of these regexp engines have the same result if the following command
line is used:-)*
---------------------------------------------------------------------------------------------------------------------------
:%s#\[\(com\|ref\|ex\|p\|i\|u\|s\|b\)\]\zs\s\+\ze\|\zs\s\+\ze\[/\(com\|ref\|ex\|p\|i\|u\|s\|b\)\]\|[({]\zs\s\+\ze\|\zs\s\+\ze[)}]\|\s\zs\s\+\ze\|\zs\s\+\ze[,;.]\([^.,;]\)##g
---------------------------------------------------------------------------------------------------------------------------Thanks -William -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
