2008-08-17 19:19
To search for duplicate words in a manuscript (such as “the the”) in Vim, look for this pattern.
\m\c\<\\\@<!\([a-z]\%(['a-z]\+[a-z]\)\?\)\_W\+\\\@<!\1\>
用 Vim 搜尋上列樣式,可以抓到文稿裡諸如 “the the” 一類的重複詞。
To search for duplicate words in a manuscript (such as “the the”) in Vim, look for this pattern.
\m\c\<\\\@<!\([a-z]\%(['a-z]\+[a-z]\)\?\)\_W\+\\\@<!\1\>
用 Vim 搜尋上列樣式,可以抓到文稿裡諸如 “the the” 一類的重複詞。