Albrecht Schlosser schrieb: > Greg Ercolano schrieb: >> Anyone know the trick to get vim [[ and ]] keys (move to previous/next >> function) >> to work with FLTK style function definitions? >> >> With K&R style code, the keys work OK, because the open/close braces >> for functions are in the left column. >> >> But because FLTK style has the opening brace dangling at the end of >> lines, >> the [[ and ]] keys skip over all the functions. >> >> I expect there must be an .exrc command that makes this work.. > > alias nedit=vi
must read: alias vi=nedit, of course, or alias vim=nedit > SCNR ;-) > > Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

