- Updated to revision 763, fixes the following problems
* Appending in Visual mode with 'linebreak' set does not work properly. Also when 'selection' is "exclusive". (Ingo Karkat) * Using CTRL-A in Visual mode does not work well. (Gary Johnson) * It is not easy to count the number of characters. * Cannot detect the background color of a terminal. * When 'conceallevel' is 1 and quitting the command-line window with CTRL-C the first character ':' is erased. * Spelling mistakes are not displayed after ":syn spell". * The request-background termcode implementation is incomplete. * Comment for may_req_bg_color() is wrong. (Christ van Willegen) OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=275
This commit is contained in:
parent
fb72b2bc0e
commit
c42d0d7ae2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:81211c9dd497a583db3772d7b228c0ed14cc1e700aa1e9101f71aa47900eaad9
|
|
||||||
size 12185569
|
|
3
v7-4-763.tar.gz
Normal file
3
v7-4-763.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0861ca194dc2a5e50f637b2b4b5407d94978c6f27d2f9f29b97f22fb9fb68115
|
||||||
|
size 12188081
|
15
vim.changes
15
vim.changes
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 28 08:39:37 UTC 2015 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Updated to revision 763, fixes the following problems
|
||||||
|
* Appending in Visual mode with 'linebreak' set does not work
|
||||||
|
properly. Also when 'selection' is "exclusive". (Ingo Karkat)
|
||||||
|
* Using CTRL-A in Visual mode does not work well. (Gary Johnson)
|
||||||
|
* It is not easy to count the number of characters.
|
||||||
|
* Cannot detect the background color of a terminal.
|
||||||
|
* When 'conceallevel' is 1 and quitting the command-line window
|
||||||
|
with CTRL-C the first character ':' is erased.
|
||||||
|
* Spelling mistakes are not displayed after ":syn spell".
|
||||||
|
* The request-background termcode implementation is incomplete.
|
||||||
|
* Comment for may_req_bg_color() is wrong. (Christ van Willegen)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 22 13:04:02 UTC 2015 - idonmez@suse.com
|
Mon Jun 22 13:04:02 UTC 2015 - idonmez@suse.com
|
||||||
|
|
||||||
|
2
vim.spec
2
vim.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pkg_version 7.4
|
%define pkg_version 7.4
|
||||||
%define patchlevel 752
|
%define patchlevel 763
|
||||||
%define _rversion 7-4-%patchlevel
|
%define _rversion 7-4-%patchlevel
|
||||||
%define VIM_SUBDIR vim74
|
%define VIM_SUBDIR vim74
|
||||||
%define site_runtimepath /usr/share/vim/site
|
%define site_runtimepath /usr/share/vim/site
|
||||||
|
Loading…
Reference in New Issue
Block a user