Put the hardcoded '\n' character which is found throughout mg into a
authorlum <lum@openbsd.org>
Mon, 1 Mar 2021 10:51:14 +0000 (10:51 +0000)
committerlum <lum@openbsd.org>
Mon, 1 Mar 2021 10:51:14 +0000 (10:51 +0000)
commita0def2b0eacd5a71df4a6af1deb2067ed7bc1ba0
tree61fa49b194e1467ece8628d6ed2fdb4febf031a3
parent738d12df74c7fbd1df386437864308b6b774af8d
Put the hardcoded '\n' character which is found throughout mg into a
buffer specific variable. The diff should not produce any behavourial
changes in mg.
16 files changed:
usr.bin/mg/buffer.c
usr.bin/mg/cscope.c
usr.bin/mg/def.h
usr.bin/mg/dired.c
usr.bin/mg/echo.c
usr.bin/mg/extend.c
usr.bin/mg/fileio.c
usr.bin/mg/grep.c
usr.bin/mg/kbd.c
usr.bin/mg/line.c
usr.bin/mg/match.c
usr.bin/mg/region.c
usr.bin/mg/tty.c
usr.bin/mg/ttyio.c
usr.bin/mg/util.c
usr.bin/mg/yank.c