vim - an equivalent to sed 'y' ?
Hello,
Is there in vim something like the 'y' command from sed ? It's something you cas
use as y/àéèêiïîôüù/aeeeiiiouu/ instead of the more tedious way
s/à/a
s/[éèê]/e etc
which alos has the problem that it often returns errors, if for exemple, there
is no 'a' with an accent in the text.
Since I don't know the name of this feature, I have been unable to search in vim
help, so I would appreciate any clue.
Thanks in advance,
Manuel.
.
Relevant Pages
- Re: vim - an equivalent to sed y ?
... Is there in vim something like the 'y' command from sed ? ... It's something you cas ... which alos has the problem that it often returns errors, if for exemple, there ... Since I don't know the name of this feature, I have been unable to search in vim ... (comp.editors) - Re: Mapped vim shortcuts
... It used to work just fine for me too, when it was released some years ago; then came the exciting alpha versions, and later the releases, of Vim 7 with a lot of new features. ... A ":write file" command no longer resets the 'modified' flag of the buffer, ... Now only the window is closed. ... The patch was provided by Mattias Flodin. ... (comp.editors) - Re: [Full-disclosure] Vim: Arbitrary Code Execution in Commands: K, Control-], g]
... Product: Vim -- Vi IMproved ... command is assembled, and on line 5564, it is executed as a regular Ex ... No special shell escaping is done for the ``K'' command, ... Keyword Program Command Line Switches ... (Full-Disclosure) - [Full-disclosure] Vim: Arbitrary Code Execution in Commands: K, Control-], g]
... Product: Vim -- Vi IMproved ... command is assembled, and on line 5564, it is executed as a regular Ex ... although the string is passed to shell for execution. ... Keyword Program Command Line Switches ... (Full-Disclosure) - Vim: Arbitrary Code Execution in Commands: K, Control-], g]
... Product: Vim -- Vi IMproved ... command is assembled, and on line 5564, it is executed as a regular Ex ... although the string is passed to shell for execution. ... Keyword Program Command Line Switches ... (Bugtraq) |
|