lp://qastaging/nano
- Get this branch:
- bzr branch lp://qastaging/nano
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://git.sv.gnu.org/nano.git.
Last successful import was .
Recent revisions
- 10416. By Benno Schulenberg
-
syntax: markdown: accept also digit 0 in a list marker
For ordered lists, 10., 20., 30., ... were not getting colorized.
Also, https:/
/daringfireball .net/projects/ markdown/ dingus
accepts 0. by itself just fine as marker.This addresses https:/
/savannah. gnu.org/ patch/? 10492. - 10414. By Lukáš Zaoral <email address hidden>
-
memory: avoid a leak when linter aborts after producing parsable output
Any collected messages should be freed also after an
abnormal exit of the linter.Buglet existed since version 2.4.1, commit f225991b.
- 10413. By Benno Schulenberg
-
tweaks: adjust a translator hint, and add another one
For the affected four "tags" only 10 character cells are available
(on an 80-column terminal) since they are used in the help viewer.For the other two "tags" 15 cells are available, as they are shown
only when the terminal is at least 380 columns wide.Indirectly-
reported- by: Rafael Fontenelle <email address hidden> - 10412. By Benno Schulenberg
-
tweaks: drop six unneeded casts
The cast is implied by the type of the assignee.
- 10411. By Benno Schulenberg
-
build: fix a compilation error with gcc-15
Assigning a pointer to a boolean variable without a cast
is not accepted any more.This addresses https:/
/savannah. gnu.org/ bugs/?66467.
Reported-by: Rudi Heitbaum <email address hidden> - 10410. By LH_Mouse
-
syntax: asm: add end-of-word anchors to the keywords
Previously some of these regexes could color part of a directive;
for example, the `.int` part of `.intel_syntax`.Signed-off-by: LIU Hao <lh_mouse@126.com>
- 10409. By Benno Schulenberg
-
docs: put a space after "|" and before "{enter}" in the sample nanorc
This makes the example bindings slightly more legible.
Also improve a comment.
- 10408. By Benno Schulenberg
-
syntax: groff: correct the mistaken .rof extension to .roff
Buglet existed since version 2.9.8, commit cdd637d6.
- 10407. By Benno Schulenberg
-
syntax: groff: recognize also the .mom extension
This addresses https:/
/savannah. gnu.org/ bugs/?66369.
Reported-by: Elfener <email address hidden>
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)