User:Psiĥedelisto/Vim snippets

From WikiProjectMed
Jump to navigation Jump to search

Increment numbered infobox parameters

:%s/\(label\|header\|data\)\(\d\+\)/\=submatch(1).(submatch(2)+1)/g

List of Latin legal terms

:%s/|\s*\({{anchor|[A-Z]}}\)\?\s*''\(\[\?\[\?\):\?\([Ww]ikt\(ionary\)\?:\)\?\([A-Za-z ]\+\)\(#[a-zA-Z ]\+\)\?\(|[A-Za-z ]\+\)\?\(\]\?\]\?\)''/|\1{{anchor|\5}} ''\2\3\5\6\7\8''

Mass TemplateData undeprecate

:%s/\("deprecated":\s\+\)true/\1false