summaryrefslogtreecommitdiff
path: root/usr.bin/mg
AgeCommit message (Expand)Author
2024-09-20remove unneeded semicolons; checked by millert@Jonathan Gray
2024-07-10an universal -> a universalJason McIntyre
2024-07-09document C-u handling on shell-command{,-on-region}, forgot in previousOmar Polo
2024-07-09mg: handle C-u in M-! and M-|Omar Polo
2024-07-08mg: fix auto-indent-mode with custom tab widthsOmar Polo
2024-06-14support (ignore) universal ctags extended metadata in tagaddressOmar Polo
2024-06-04now that we have dired-up-directory, use it in dired-jump tooOmar Polo
2024-06-04add dired-up-directory bound to ^ to go up on directory in dired buffersOmar Polo
2024-05-21remove prototypes with no matching function and externs with no varJonathan Gray
2024-04-23correct indentation; no functional changeJonathan Gray
2023-10-24call vttidy() in the exit path for the batch modeOmar Polo
2023-10-16reinstate space-to-tabstop entry in the manpageOmar Polo
2023-08-11Replace use of the old BSD st_*timespec members in struct stat withPhilip Guenther
2023-06-28add `notab' to the list of modes that can be set with set-default-modeOmar Polo
2023-04-28fix lfindent (newline-and-indent) comment and description in the man pageOmar Polo
2023-04-28mark up all commands in the man pageOmar Polo
2023-04-25mark up `mode' in -f descriptionOmar Polo
2023-04-25document that prefix-region with a prefix argument prompts for the stringOmar Polo
2023-04-21mg: fix space_to_tabstopOmar Polo
2023-04-21mg: allow to change the tab widthOmar Polo
2023-04-17fix buffer overflow in displaymatch(); ok/tweak tb@Omar Polo
2023-04-17fix a few dobeep_msgs() calls: a space is already added between the argumentsOmar Polo
2023-04-17add doindent() prototype at the start of the file; forgotten in previousOmar Polo
2023-04-17resurrect mg' no-tab-modeOmar Polo
2023-04-14Add a missing voidTheo Buehler
2023-03-30drop unnecessary copy of fname; ok tb@Omar Polo
2023-03-30tabify two linesOmar Polo
2023-03-30don't access(conffile)Omar Polo
2023-03-30trailing whitespacesOmar Polo
2023-03-30strncpy -> strlcpy to properly NUL-terminate the copy of the pathOmar Polo
2023-03-29plug leak of tagpos in poptag() if loadbuffer() failsOmar Polo
2023-03-29drop needless global tagsfn pathOmar Polo
2023-03-29change tagvisit (aka visit-tag-table) to immediately load the tag fileOmar Polo
2023-03-28mg: fix parsing of tag files with duplicate entriesTheo Buehler
2023-03-28use the shell basename as argv[0] instead of hardcoding "sh"Omar Polo
2023-03-28mg: fall back to /bin/sh if $SHELL is undefined.Omar Polo
2023-03-27kill another empty lineOmar Polo
2023-03-27kill two empty lines and some trailing whitespacesOmar Polo
2023-03-22plug another leak in addctag; found + ok tb@Omar Polo
2023-03-22avoid memleak / crash in addctagOmar Polo
2023-03-22plug memleak in error pathOmar Polo
2023-03-22delete trailing whitespaces; no functional changeOmar Polo
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2022-10-20add zap-to-char and zap-up-to-char; bind zap-to-char to M-z.Omar Polo
2022-10-15replace ewprintf("") calls with eerase(): no functional difference.Omar Polo
2022-10-15typo in comment: Funtion -> FunctionOmar Polo
2022-06-28transistion -> transitionJonathan Gray
2022-05-24fix some dobeep_msgs callsop
2022-05-24automatically delete trailing whitespaces on RET in c-mode andop