Mercurial > vim
annotate runtime/print/jis_roman.ps @ 34159:58a6e51b437b v9.1.0040
patch 9.1.0040: issue with prompt buffer and hidden buffer
Commit: https://github.com/vim/vim/commit/f267847017976ab85117bdf75b45e769836f8d69
Author: zeertzjq <zeertzjq@outlook.com>
Date: Wed Jan 17 21:22:59 2024 +0100
patch 9.1.0040: issue with prompt buffer and hidden buffer
Problem: Modifying a hidden buffer still interferes with prompt buffer
mode changes.
Solution: Save and restore b_prompt_insert.
(zeertzjq)
closes: #13875
Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
Modifying hidden buffer still interferes with prompt buffer mode changes
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Wed, 17 Jan 2024 21:30:03 +0100 |
parents | 631143ac4a01 |
children |
rev | line source |
---|---|
15 | 1 %!PS-Adobe-3.0 Resource-Encoding |
2 %%Title: VIM-jis_roman | |
3 %%Version: 1.0 0 | |
4 %%EndComments | |
5 % Different to ASCII at code points 92 and 126 | |
6 /VIM-jis_roman[ | |
7 32{/.notdef}repeat | |
8 /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quotesingle | |
9 /parenleft /parenright /asterisk /plus /comma /minus /period /slash | |
10 /zero /one /two /three /four /five /six /seven | |
11 /eight /nine /colon /semicolon /less /equal /greater /question | |
12 /at /A /B /C /D /E /F /G | |
13 /H /I /J /K /L /M /N /O | |
14 /P /Q /R /S /T /U /V /W | |
15 /X /Y /Z /bracketleft /yen /bracketright /asciicircum /underscore | |
16 /grave /a /b /c /d /e /f /g | |
17 /h /i /j /k /l /m /n /o | |
18 /p /q /r /s /t /u /v /w | |
19 /x /y /z /braceleft /bar /braceright /overline /.notdef | |
20 128{/.notdef}repeat] | |
21 /Encoding defineresource pop | |
22 % vim:ff=unix: | |
23 %%EOF |