micro/internal/buffer
Zachary Yedidia 37c754c7c7 Treat CRLF as LF when inserting text
In effect, pasting text with \r\n will remove the \r character and
delegate whether or not the file will be saved with CRLF or LF line
endings to the `fileformat` option.

Ref #1742
2020-06-23 17:17:22 -04:00
..
autocomplete.go Use CharacterCount over RuneCount 2020-05-20 16:47:08 -04:00
backup.go Improve backup system 2020-06-22 17:54:56 -04:00
buffer.go Improve backup system 2020-06-22 17:54:56 -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 Merge 2020-06-03 00:27:51 -04:00
eventhandler.go Use CharacterCount over RuneCount 2020-05-20 16:47:08 -04:00
line_array.go Treat CRLF as LF when inserting text 2020-06-23 17:17:22 -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 Fix issue with search and replace at the end of a range 2020-06-18 16:38:10 -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