[comp.lang.fortran] The come from statement with unix vi

mn48903@tut.fi (Niemel{ Martti) (01/21/90)

	Say written is a program

   10	CONTINUE
	GOTO 20
	CALL WOMAN (VARIABLE)
   20   CONTINUE
	STOP
	END

	And you would like to tell the editor at say '20 CONTINUE'
	to get back to 'GOTO 20' and the editor will not quite at ease
	do as you wish with commands

	g/20/<CR>
	1,$/20/<CR>

	but then again the command g/GOTO 20/ will find the only occurance
	not the looked for actually.

	Thank you if you can do it otherwise do you know a better way ?

	Mart-ti Aar-ni Nie-me-l{.


	Where is yours ?