micro/internal/buffer
Zachary Yedidia eeab114ed5 Add parsecursor option for file:line:col syntax
This option is disabled by default, and when enabled causes micro
to parse `:line:col` as a location for the cursor rather than
as part of the filename.

Closes #1650
Closes #1685
2020-05-29 14:55:24 -04:00
..
autocomplete.go Use CharacterCount over RuneCount 2020-05-20 16:47:08 -04:00
backup.go Fix v2 import path for go mod 2020-05-04 10:16:15 -04:00
buffer.go Add parsecursor option for file:line:col syntax 2020-05-29 14:55:24 -04:00
buffer_generated_test.go Merge branch 'buffer-benchmarks' of https://github.com/p-e-w/micro into p-e-w-buffer-benchmarks 2020-05-20 15:28:36 -04:00
buffer_test.go Use CharacterCount over RuneCount 2020-05-20 16:47:08 -04:00
cursor.go Use CharacterCount over RuneCount 2020-05-20 16:47:08 -04:00
eventhandler.go Use CharacterCount over RuneCount 2020-05-20 16:47:08 -04:00
line_array.go Use CharacterCount over RuneCount 2020-05-20 16:47:08 -04:00
line_array_test.go Improve unicode line array test 2020-05-20 19:53:54 -04:00
loc.go Use CharacterCount over RuneCount 2020-05-20 16:47:08 -04:00
message.go Fix v2 import path for go mod 2020-05-04 10:16:15 -04:00
save.go UpdateRules after save is successful 2020-05-28 13:06:29 -04:00
search.go Use CharacterCount over RuneCount 2020-05-20 16:47:08 -04:00
serialize.go Fix v2 import path for go mod 2020-05-04 10:16:15 -04:00
settings.go Fix v2 import path for go mod 2020-05-04 10:16:15 -04:00
stack.go Change project layout and use go.mod 2019-12-25 17:05:10 -05:00
stack_test.go Change project layout and use go.mod 2019-12-25 17:05:10 -05:00