Nie jestem pewien, co robi wyrażenie podrzędne ({nr}) w vimie. Instrukcja mówi: submatch({nr}) *submatch()* Only for an expression in a |:substitute| command. Returns the {nr}'th submatch of the matched text. When {nr} is 0 the whole matched text is returned. Example: :s/\d\+/\=submatch(0)...