Jump to content

User:Psiĥedelisto/Vim snippets

From Wikipedia, the free encyclopedia

Increment numbered infobox parameters

[edit]
:%s/\(label\|header\|data\)\(\d\+\)/\=submatch(1).(submatch(2)+1)/g
:%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

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