shnupta / bric

bric is a text editor based on kilo.
GNU General Public License v3.0
37 stars 34 forks source link

Indent maintainer has trouble when pasting #33

Closed shnupta closed 7 years ago

shnupta commented 7 years ago

Seems to auto indent almost every line when pasting in.

bleepcord commented 7 years ago

I have a simple pull request with a fix that comes from vim. (set paste and unset paste commands). If you are looking for a more complex solution to the problem let me know and I can start working on it. Perhaps temporarily disabling auto indenter automatically when pasting in?

shnupta commented 7 years ago

This has been closed in PR #50 by bleepcord