[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
feature/android updated (f92413a7964 -> 13e1fb4c3f7)
From: |
Po Lu |
Subject: |
feature/android updated (f92413a7964 -> 13e1fb4c3f7) |
Date: |
Tue, 28 Mar 2023 20:42:37 -0400 (EDT) |
oldosfan pushed a change to branch feature/android.
from f92413a7964 Update Android port
new af6af86d08e Update Android port
adds 28a9438169f Fix expansion of globs that contain a ~USER reference
adds 5b005f26a83 ; Fix an edge case in how 'eshell-do-eval' handles
'let' bodies
adds bb088885df7 Simplify parsing subcommands slightly
adds cde38f0df3f Avoid parsing some Eshell forms when performing
completion
adds 2002ac376c9 ruby-ts-mode: Rehash which nodes should be treated as
sexps
new 13e1fb4c3f7 Merge remote-tracking branch 'origin/master' into
feature/android
Summary of changes:
lisp/eshell/em-cmpl.el | 60 ++++++++++++++++---------
lisp/eshell/em-dirs.el | 11 ++++-
lisp/eshell/em-glob.el | 10 -----
lisp/eshell/esh-cmd.el | 31 +++++++++----
lisp/eshell/esh-var.el | 95 ++++++++++++++++++++-------------------
lisp/progmodes/ruby-ts-mode.el | 41 ++++++++++-------
src/sfnt.c | 4 +-
test/lisp/eshell/em-cmpl-tests.el | 86 ++++++++++++++++++++++++++++++-----
test/lisp/eshell/esh-var-tests.el | 2 +-
9 files changed, 226 insertions(+), 114 deletions(-)
- feature/android updated (f92413a7964 -> 13e1fb4c3f7),
Po Lu <=