vim-7.4.160-5.an3.src
[11.4 MiB] |
Changelog
by Zdenek Dohnal (2018-06-18):
- 1490927 - vim dumps core when system reboots
|
vim-7.4.160-4.an3.src
[11.4 MiB] |
Changelog
by JoungKyun.Kim (2018-04-27):
- update CentOS 7.5
- fixed upstream tests, which failed after last build
- 1267826 - Include c++11 syntax highlighting in vim
- 1319760 - [RFE] Vim should support blowfish2, plus ensure that RHEL6 encrypted files can be opened in RHEL7
|
vim-7.4.160-2.an3.1.2.src
[11.3 MiB] |
Changelog
by JoungKyun.Kim (2018-03-02):
- fixed checksyntax error
. revoke checksyntax 2.03
. g:checksyntax#defs#php#cmd
|
vim-7.4.160-2.an3.1.src
[11.3 MiB] |
Changelog
by JoungKyun.Kim (2018-02-24):
- support php7 syntax check
. update checksyntax 5.0
. update syntax/php.vim
- add airline plugin (0.9 + 55a9721)
. default turn off. For turn on, put follow config in ~/.vimrc
let g:loaded_airline = 0
. If the color does not work well, use the following settings.
export TERM="xterm-256color"
|
vim-7.4.160-2.an3.src
[11.1 MiB] |
Changelog
by Zdenek Dohnal (2017-01-20):
- 1383902 - CPU spikes to 100% and timeouts observed in strace when opening yaml extensions using vim
|
vim-7.4.160-1.an3.1.src
[11.1 MiB] |
Changelog
by JoungKyun.Kim (2016-12-24):
- fixed bug annyungfolding plugin
https://github.com/AnNyung/VIM_plugins/tree/master/Folding
- add TabDistinct plugin
https://github.com/AnNyung/VIM_plugins/tree/master/TabDistinct
- update phpfolding plugin to 2.0 from 1.7
http://www.vim.org/scripts/script.php?script_id=1623
- security issue
. fixed CVE-2016-1248
|
vim-7.4.160-1.an3.0.3.src
[11.1 MiB] |
Changelog
by JoungKyun.Kim (2016-11-03):
- enhanced vim syntax color for html 5.0, css and named
|
vim-7.4.160-1.an3.0.2.src
[11.1 MiB] |
Changelog
by JoungKyun.Kim (2016-07-23):
- enhanced vim color for apache
|
vim-7.4.160-1.an3.0.1.src
[11.1 MiB] |
Changelog
by JoungKyun.Kim (2016-02-29):
- enhanced vim color for apache, rpm sepcs
- fixed annyung-folding & phpfolding
|
vim-7.4.160-1.an3.src
[11.1 MiB] |
Changelog
by JoungKyun.Kim (2015-01-05):
- changed comment color
- add c/php/named/apache syntax
- add systax of apache user config file
- fixed virc error
- set EDITOR environment variable to /usr/bin/vim
- enhanced folding c/php/perl
. change mapping key to '+' from 'Z'
. press '+' key on line of function declare
. If you don't want to this function, set 'let g:annyungfolding=0'
on your .vimrc file
- add phpfolding for phpDocument style
. see also http://www.vim.org/scripts/script.php?script_id=1623
. fast usages: put follow configuration to your .vimrc
map <F5> <Esc>:EnableFastPHPFolds<Cr>
map <F6> <Esc>:EnablePHPFolds<Cr>
map <F7> <Esc>:DisablePHPFolds<Cr>
- add native php manual (shift-k)
- add checksyntax plugin
. If you don't wnat to this function, set 'let g:checksyntax_auto=0'
on your .vimrc file
|