Skip to content

Tags: KingCaper/vim

Tags

v8.0.0794

Toggle v8.0.0794's commit message
patch 8.0.0794: checking translations fails with multiple NL

Problem:    The script to check translations fails if there is more than one
            NL in one line.
Solution:   Count the number of NL characters.  Make count() accept a string.

v8.0.0793

Toggle v8.0.0793's commit message
patch 8.0.0793: using wrong terminal name for terminal window

Problem:    Using wrong terminal name for terminal window.
Solution:   When 'term' starts with "xterm" use it for $TERM in a terminal
            window.

v8.0.0792

Toggle v8.0.0792's commit message
patch 8.0.0792: spell test leaves files behind

Problem:    Spell test leaves files behind.
Solution:   Delete the files.

v8.0.0791

Toggle v8.0.0791's commit message
patch 8.0.0791: terminal colors depend on the system

Problem:    Terminal colors depend on the system.
Solution:   Use the highlight color lookup tables.

v8.0.0790

Toggle v8.0.0790's commit message
patch 8.0.0790: MSVC compiler warning for strncpy in libvterm

Problem:    MSVC compiler warning for strncpy in libvterm.
Solution:   Add a define to stop the warnings. (Mike Williams)

v8.0.0789

Toggle v8.0.0789's commit message
patch 8.0.0789: splitting terminal window has resizing problems

Problem:    When splitting a terminal window where the terminal follows the
            size of the window doesn't work.
Solution:   Use the size of the smallest window. (Yasuhiro Matsumoto, closes
            vim#1885)

v8.0.0788

Toggle v8.0.0788's commit message
patch 8.0.0788: MS-Windows: cannot build with terminal feature

Problem:    MS-Windows: cannot build with terminal feature.
Solution:   Move set_ref_in_term(). (Ozaki Kiichi)

v8.0.0787

Toggle v8.0.0787's commit message
patch 8.0.0787: cannot send CTRL-W command to terminal job

Problem:    Cannot send CTRL-W command to terminal job.
Solution:   Make CTRL-W . a prefex for sending a key to the job.

v8.0.0786

Toggle v8.0.0786's commit message
patch 8.0.0786: build failures on Travis

Problem:    Build failures on Travis.
Solution:   Go back to precise termporarily.  Disable coverage with clang.

v8.0.0785

Toggle v8.0.0785's commit message
patch 8.0.0785: wildcards are not expanded for :terminal

Problem:    Wildcards are not expanded for :terminal.
Solution:   Add FILES to the command flags. (Yasuhiro Matsumoto, closes vim#1883)
            Also complete commands.