summaryrefslogtreecommitdiff
path: root/usr.bin/mg
AgeCommit message (Expand)Author
2018-08-29Add set-case-replaced to toggle case-preserving replace on or off.Reyk Floeter
2018-07-12Use (mostly) the same capitalisation in the replacement string as inFlorian Obser
2018-07-11When in incremental search handle ^M (a.k.a. <cr>) like ^[ (a.k.a.Kenneth R Westerback
2018-05-28Mention column-number-mode in the tutorial to clear up a potentiallyBrian Callahan
2018-04-13mg tries to write backups to the wrong directory when run under aFlorian Obser
2018-01-09Extract compile_mode command status with WEXITSTATUS.cheloha
2017-12-17Let the Insert key toggle overwrite mode. This matches GNU Emacs behavior.Brian Callahan
2017-12-11fix the description of delete-non-matching-lines;Jason McIntyre
2017-10-12Replace fgetln(3) with getline(3) which is portable and less error prone.Florian Obser
2017-09-09When inserting a newline, only increment dotline for windows that areFlorian Obser
2017-08-06Present the default choice before the colon in prompts. Matches GNU EmacsBrian Callahan
2017-07-06Fix display of overlong lines containing non-ASCII bytes.Ingo Schwarze
2017-05-30The is open-file command is actually called find-file. Typo pointed outTheo Buehler
2017-05-30fix -Wshadow warnings.Florian Obser
2017-03-13When aborting switch-to-buffer keep current buffer instead ofFlorian Obser
2016-10-24remove double semicolonJasper Lievisse Adriaanse
2016-10-07Switch a SLIST_FOREACH loop containing SLIST_REMOVE to SLIST_FOREACH_SAFE.Jonathan Gray
2016-09-16like the sparc port, ancient wisdom is ancient. consign to the archives.Ted Unangst
2016-09-12If we can't get the CWD, use relative paths. Fixes editing filesTodd C. Miller
2016-09-11Install mg tutorial with correct permissions. ok deraadtMartin Natano
2016-09-09Source Joachim Nilsson:Mark Lumsden
2016-09-08Source Joachim Nilsson:Mark Lumsden
2016-09-07Source Joachim Nilsson:Mark Lumsden
2016-09-06If you have a paragraph:Mark Lumsden
2016-09-05Initialize stack variables to zero before memmove().Mark Lumsden
2016-09-01Fix file descriptor leakMark Lumsden
2016-09-01Fix possible NULL pointer dereference.Sunil Nimmagadda
2016-08-31Fix a bug reported by Han Boetes. Easily reproducible via:Mark Lumsden
2016-08-16All that complexity stopped us from getting flying cars by today.Ted Unangst
2016-07-28strncmp is a more reasonable way to check the beginning of a string.Ted Unangst
2016-07-28these programs probably do not need to use TMPDIR. ok florianTed Unangst
2016-07-14make several program to use "chown" promise.Sebastien Marie
2016-07-04Use fstatat() instead of crafting a filename to use with stat()Philip Guenther
2016-06-07"Well finally everyone can see that the shit is really shitty."Ted Unangst
2016-04-14Add 'sentence-end-double-space'.Mark Lumsden
2016-04-12Stop mg putting a space at the end of a paragraph when usingMark Lumsden
2016-03-17Show modes for buffers more clearly. ok jasper@Mark Lumsden
2016-03-16notab mode is not enabled at the moment.Mark Lumsden
2016-01-26ensure the backup file has the same mtime as the original file, this is in lineJasper Lievisse Adriaanse
2016-01-19Bounds check while stripping trailing slashes. From max atSunil Nimmagadda
2016-01-19Update my mail address.Sunil Nimmagadda
2016-01-19Fix bad indents. From max at max-fillinger.netSunil Nimmagadda
2016-01-19Check snprintf(3) return value for overflow instead of manual lengthSunil Nimmagadda
2016-01-19Skip empty entries in $PATH instead of erroneously interpretingSunil Nimmagadda
2016-01-03Allow macro execution to continue without delay in the event of aMark Lumsden
2016-01-02Add dired-find-alternate-file.Mark Lumsden
2015-12-31Return FALSE on parse errors.Sunil Nimmagadda
2015-12-30Small tidy of recently committed transpose-words: unused valueMark Lumsden
2015-12-30Widen the dired command list. ok jmc@Mark Lumsden
2015-12-29Add transpose-words, ok jasper@.Mark Lumsden