Vim

This is a wiki page. Be bold and improve it!

If you have any questions about the content on this page, don't hesitate to open a new ticket and we'll do our best to assist you.

Bug tracker

See :help bugs

Replace ascii characters

When editing some files, you might see special characters with numbers in brackets, like: <82><93>, etc.

Here is a simple search and replace function:

:%s/<93>/"/g

using the following to insert the character '93': CTRL-V x 93.

<91>: opening single quote (').
<92>: closing single quote (').
<93>: opening double quote (").
<94>: closing double quote (").

See also

http://linux.overshoot.tv/blogs/augustin/vim_folding_and_feature_discove...

Issues related to this page:

ProjectSummaryStatusPriorityCategoryLast updatedAssigned to
Linux softwarevim: named syntax highlightingactivenormalbug report11 years 24 weeks
Web siteCreate vim bug tracker (project)activenormalfeature request12 years 13 weeks
Linux DistributionVim: no .srt highlighting by defaultactivenormalfeature request8 years 11 weeks
Linux software(gvim:123): Gtk-WARNING **: Unable to locate th…activenormalbug report7 years 20 weeks
Linux softwarevim darrc syntax highlighteractivenormalfeature request6 years 39 weeks