Vim Tips Wiki
(Reviewed, cleaned up, added See Also)
(Change <tt> to <code>, perhaps also minor tweak.)
 
Line 3: Line 3:
 
|previous=1498
 
|previous=1498
 
|next=1500
 
|next=1500
|created=February 1, 2007
+
|created=2007
 
|complexity=basic
 
|complexity=basic
 
|author=john
 
|author=john
Line 11: Line 11:
 
|category2=
 
|category2=
 
}}
 
}}
Sometimes when a user is spell checking a long document they may inadvertently mark a word as correct and jump to the next word using the <tt>]s</tt> command. If the user had not jumped to the next word, they would be able to issue the <tt>zug</tt> command to mark the word as 'not found'. But, when a user has already moved to the next word, they must first move back in the jump list to the word they inadvertently marked as 'correct' using the <tt>Ctrl-O</tt> command. Then the user can issue the <tt>zug</tt> command, marking the word as 'not found' before continuing forward.
+
Sometimes when a user is spell checking a long document they may inadvertently mark a word as correct and jump to the next word using the <code>]s</code> command. If the user had not jumped to the next word, they would be able to issue the <code>zug</code> command to mark the word as 'not found'. But, when a user has already moved to the next word, they must first move back in the jump list to the word they inadvertently marked as 'correct' using the <code>Ctrl-O</code> command. Then the user can issue the <code>zug</code> command, marking the word as 'not found' before continuing forward.
   
==See Also==
+
==See also==
 
{{help|spell}}
 
{{help|spell}}
   

Latest revision as of 06:27, 13 July 2012

Tip 1499 Printable Monobook Previous Next

created 2007 · complexity basic · author john · version 7.0


Sometimes when a user is spell checking a long document they may inadvertently mark a word as correct and jump to the next word using the ]s command. If the user had not jumped to the next word, they would be able to issue the zug command to mark the word as 'not found'. But, when a user has already moved to the next word, they must first move back in the jump list to the word they inadvertently marked as 'correct' using the Ctrl-O command. Then the user can issue the zug command, marking the word as 'not found' before continuing forward.

See also[]

:help spell

Comments[]