index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
progmodes
/
sh-script.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tweak sh-script-mode indentation further
Kévin Le Gouguec
2021-08-29
1
-1
/
+1
*
Fix shell-script-mode indentation of continuation lines
Dario Gjorgjevski
2021-08-27
1
-1
/
+1
*
Use ### for outline headings in shell-script-mode
Lars Ingebrigtsen
2021-08-10
1
-1
/
+1
*
Add support for outlining in shell-script-mode
Lars Ingebrigtsen
2021-08-10
1
-0
/
+1
*
Use string-search instead of string-match[-p]
Mattias Engdegård
2021-08-09
1
-1
/
+1
*
Allow inhibiting inserting #! in sh-set-shell
Lars Ingebrigtsen
2021-07-08
1
-1
/
+3
*
Add :company-kind support to sh-mode completion
Dmitry Gutov
2021-05-15
1
-3
/
+13
*
* lisp/**/*.el: Avoid positional args to `define-minor-mode`
Stefan Monnier
2021-04-11
1
-1
/
+1
*
Convert some progmodes menus to easy-menu-define
Stefan Kangas
2021-02-21
1
-67
/
+49
*
Prefer defvar-local in progmodes/*.el
Stefan Kangas
2021-01-31
1
-2
/
+1
*
* lisp/progmodes/sh-script.el (sh-smie-sh-rules): Tweak indent of new `for`
Stefan Monnier
2021-01-26
1
-4
/
+10
*
Move the ‘declare’ form before the interactive spec in 10 functions.
Juri Linkov
2021-01-20
1
-1
/
+1
*
Make sh-mode use `auto-mode-interpreter-regexp'
Lars Ingebrigtsen
2021-01-20
1
-1
/
+1
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Use null-device where appropriate
Michael Albinus
2020-11-25
1
-4
/
+4
*
Add "Old-" prefix to "Version" header in more cases
Stefan Kangas
2020-10-18
1
-1
/
+1
*
Make xref work better on variables in shell-script-mode
Dmitry Gutov
2020-10-02
1
-0
/
+1
*
Use `format-prompt' when prompting with default values
Lars Ingebrigtsen
2020-09-06
1
-2
/
+1
*
Fontize $(...) slightly better in bash mode
Lars Ingebrigtsen
2020-08-05
1
-1
/
+1
*
Remove subsumed repetitions in regexps
Mattias Engdegård
2020-02-20
1
-1
/
+1
*
* lisp/progmodes/sh-script.el: Remove old non-SMIE indentation code
Stefan Monnier
2020-02-03
1
-1430
/
+24
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Further tweaks to sh-script \ #foo font locking
Lars Ingebrigtsen
2019-10-31
1
-2
/
+4
*
Fix previous sh-script.el font-lock #comment change
Lars Ingebrigtsen
2019-10-30
1
-1
/
+1
*
font-lock \ #foo in shell mode more correctly
Lars Ingebrigtsen
2019-10-30
1
-1
/
+1
*
Expand <<- heredocs in sh
Lars Ingebrigtsen
2019-10-16
1
-2
/
+4
*
Tweak heredoc expansion in shell-script-mode
Lars Ingebrigtsen
2019-10-16
1
-20
/
+22
*
Make << shell heredoc expansion less enthusiastic
Lars Ingebrigtsen
2019-10-11
1
-1
/
+1
*
* lisp/progmodes/sh-script.el (sh--assignment-collect): Only after `=`!
Stefan Monnier
2019-09-12
1
-6
/
+7
*
* lisp/progmodes/sh-script.el (sh-mode-map): Don't bind `=`
Stefan Monnier
2019-09-12
1
-21
/
+24
*
* lisp/progmodes/sh-script.el (sh-assignment): Put delete-selection on symbol
Juri Linkov
2019-07-16
1
-0
/
+1
*
; Add comment about sh-assignment-regexp value
Noam Postavsky
2019-07-13
1
-0
/
+1
*
Revert "Fix typo in sh-assignment-regexp"
Andreas Schwab
2019-07-13
1
-1
/
+1
*
Fix typo in sh-assignment-regexp
Lars Ingebrigtsen
2019-07-13
1
-1
/
+1
*
Allow underscore in defun-prompt-regex names for sh-script
Ola Nilsson
2019-06-27
1
-2
/
+2
*
Highlight zsh glob flags and qualifiers in sh-mode
Jonathan Shin Hayase
2019-06-25
1
-1
/
+7
*
Go back to "Maintainer: emacs-devel@gnu.org"
Paul Eggert
2019-05-25
1
-0
/
+1
*
Fixes for "Maintainer:" and related lines
Paul Eggert
2019-05-19
1
-1
/
+0
*
Fix more regexp oddities
Paul Eggert
2019-04-07
1
-2
/
+1
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Replace insignificant backquotes
Michael Heerdegen
2018-11-25
1
-20
/
+20
*
|
Don't quote self-quoting pcase patterns
Michael Heerdegen
2018-10-30
1
-9
/
+9
*
|
Merge from origin/emacs-26
Glenn Morris
2018-02-17
1
-1
/
+1
|
\
|
|
*
; Fix doc typos related to indefinite articles
Glenn Morris
2018-02-16
1
-1
/
+1
*
|
Merge from origin/emacs-26
Paul Eggert
2018-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
|
* lisp/subr.el (run-mode-hooks): Set parse-sexp-lookup-properties
Stefan Monnier
2017-12-12
1
-1
/
+0
|
/
*
; Spelling fixes
Paul Eggert
2017-09-29
1
-1
/
+1
*
Make sh-indentation into an alias for sh-basic-offset (Bug#21751)
Noam Postavsky
2017-09-25
1
-15
/
+11
[next]