Fix some lint problems

This commit is contained in:
Zachary Yedidia
2017-08-08 11:30:09 -04:00
parent dd5afc0560
commit 69c6d8a099
7 changed files with 6 additions and 9 deletions

View File

@@ -1903,7 +1903,7 @@ func (v *View) PlayMacro(usePlugin bool) bool {
return true
}
// SpawnMultiCursor creates a new multiple cursor at the next occurence of the current selection or current word
// SpawnMultiCursor creates a new multiple cursor at the next occurrence of the current selection or current word
func (v *View) SpawnMultiCursor(usePlugin bool) bool {
spawner := v.Buf.cursors[len(v.Buf.cursors)-1]
// You can only spawn a cursor from the main cursor