This project exists thanks to all the people who have contributed. The last release v0.7.0 is targeted
on March 18, 2018, so let's take a look at what happened in the new release v0.8.0.

New features

In the old version of SpaceVim, we use vim file as configuration file. But this introduces a lot of problems.
please check our faq for why use toml file as default configuration file.

  • Add async support for gitcommit #1623

when edit commit message, complete the PR and ISSUE list from GitHub asynchronously.

  • Split dein UI as plugin #1682

Dein is a awesome plugin manager for neovim and vim8, but it does not provide a
UI, If you need vim-plug like install UI, you can use dein-ui.vim.

[图片上传失败...(image-88dfe6-1533531802118)]

  • Add buffer directory searching #1632
  • Add asyncomplete-clang #1671
  • add SPC x a | to align region at | #1766
  • Add auto fix feature to typescript #1706
  • Add compatible API for matchaddpos #1681
  • Add autofix feature for php with phpcbf #1652
  • Add more key bingindings #1811
  • Glyph free theme #1784

New layers

Enhancements

  • Change filetype assert #1655
  • Imporve max_column options #1744
  • Improve system api #1780
  • Improve tags layer #1761
  • Update Go layer to reflect vim-go var name change #1719
  • Set encoding #1708
  • Enable nocompatible for vim #1690
  • Improve vimcompatible mode #1665
  • Prefer local phpmd.xml #1656
  • Only Reload when the filetype is javascript #1653
  • Remove vim-javascript due to conflicts in flow-type and in jsx #1637
  • Use stdin instead when format java file. #1634
  • Improve buffer switch key bindings #1673
  • Use bash for 24-bit-color.sh #1613
  • Change lang#c layer plugins #1619

Bug fixs

  • Fix error unknown option guifont in VimR #1651
  • Fix vimcompatible mode #1667
  • Fix SPConfig #1666
  • Fix key bindings Tab #1711
  • Fix language #1710
  • Fix windows support #1700
  • Fix lint #1699
  • Fix SPC f f key bindings #1698
  • Fix detach script #1684
  • Fix jump mappings #1680
  • Fix flygrep #1678
  • Fix install script #1677
  • Fix phpcd support #1676
  • Fix Asyncomplete support #1670
  • Fix hit-enter when using timers #1722
  • Fix custom config path #1779
  • Fix syntax highlight conflict under flow-typed js #1769
  • Fix flygrep detect script #1757
  • Fix bootstrap function #1741
  • Fix tags layer #1649
  • Fix gitcommit completion script #1624
  • Fix deoplete config #1612
  • Fix debug info #1806
  • Fix denite config #1650
  • Fix UltiSnips support #1078 #1647
  • Fix mru and buffer list key bindings #1620
  • Fix pluginmanager && autocomplete layer #1614
  • Fix detach command #1685
  • Fix loading custom plugin #1743
  • Fix undefined variable for g:_spacevim_config_path #1797
  • Fix rtp type #1787
  • Escape file name #1795

Doc && Wiki

  • Fix grammar mistake #1611
  • Update community #1781
  • Update documentation #1765
  • Manager post tags #1762
  • Doc: improve SpaceVim doc #1758
  • Specify the exact branch for git rebase #1754
  • Type: JaveScript --> JavaScript #1753
  • Update readme && wiki #1740
  • Update lsp doc #1735
  • Wiki: update cn wiki #1752
  • Doc: update colorscheme layer doc #1747
  • Correct rubocop spelling in docs #1715
  • HTML Improvements #1707
  • Update readme #1668
  • Update quick start guide #1659, #1729
  • Correct title in haskell.md #1645
  • Add toml config documentation #1721
  • Add json example #1625
  • Add doc for formatting on save #1799
  • Add search box to the website #1789
  • Add useage of statusline and tabline #1783
  • Add useage of bootstrap function #1775 #1774
  • Add Ctrl-a to the vim compatibility list #1755
  • Fix typo #1813
  • Fix a typo in cn/documentation.md #1812
  • Fix doc about enable/disable guicolors #1785
  • Fix doc for colorscheme_bg && close #1737 #1739
  • Fix keys highlights, add missed #1713
  • Fix layer activation command and typo in Python layer docs #1712
  • Fix typo in documentation #1661

SpaceVim 发布 v0.8.0的更多相关文章

  1. Nacos 发布 v0.8.0 Pre-GA版本,安全稳定上生产?

    服务注册和服务配置开源项目 Nacos 本周发布了 v0.8.0 Pre-GA 版本,作为开源项目生命周期中的里程碑版本之一,v0.8.0 Pre-GA版本支持登录.命名空间.Metrics监控(对接 ...

  2. GraphScope v0.12.0 版本发布

    GraphScope 每月进行常规版本的迭代与发布,GraphScope v0.12.0 全新版本在四月如期而至.v0.12.0 为交互式图查询 GAIA 引入全新的 IR 层以及新增 Giraph ...

  3. LAL v0.32.0发布,更好的支持纯视频流

    Go语言流媒体开源项目 LAL 今天发布了v0.32.0版本.距离上个版本刚好一个月时间,LAL 依然保持着高效迭代的状态. LAL 项目地址:https://github.com/q19120177 ...

  4. terraform v0.12.0 发布了

    v0.12.0 相比以前的有好多新的特性,包括语法,以及函数增强,昨天还在折腾的一个json解码的问题,直接使用 v0.12.0 就可以解决了,同时也包含了for 操作处理同时官方文档对于v0.12. ...

  5. 开源社交系统ThinkSNS+ V0.8.0 正式发布(一期功能版本)

    智士软件旗下开源sns社交系统ThinkSNS即将进入10周年,推出并行两代系统ThinkSNSV4和ThinkSNS+,以专业易用的技术源码输出,驱动互联网社交软件建设及创业,使用ThinkSNS改 ...

  6. 分布式边缘容器项目 SuperEdge v0.7.0 版本来袭!

    作者 SuperEdge 开发者团队,腾讯云容器中心TKE Edge团队 摘要 SuperEdge是基于原生Kubernetes的分布式边缘云容器管理系统,由腾讯云牵头,联合英特尔.VMware威睿. ...

  7. Google Tensorflow 源码编译(三):tensorflow<v0.5.0>

    这几天终于把tensorflow安装上了,中间遇到过不少的问题,这里记录下来.供大家想源码安装的参考. 安装环境:POWER8处理器,Docker容器Ubuntu14.04镜像. Build Tens ...

  8. Google Tensorflow 源码编译(二):Bazel<v0.1.0>

    这几天终于把tensorflow安装上了,中间遇到过不少的问题,这里记录下来.供大家想源码安装的参考. 安装环境:POWER8处理器,Docker容器Ubuntu14.04镜像. Build Baze ...

  9. 腾讯发布 Omix 1.0 - 用 JSX 或 hyperscript 创建用户界面

    腾讯发布 Omix 1.0 - 用 JSX 或 hyperscript 创建用户界面 今天,腾讯正式开源发布 Omix 1.0, 让开发者使用 JSX 或 hyperscript 创建用户界面. Gi ...

随机推荐

  1. TFS--解决新创建的windows用户无法访问TFS的问题

    今天入职新同事,帮忙配置TFS的账号碰到一个问题,TFS账号是映射取administrators组得 所以新建用户之后,无法马上引入TFS.查询原因是 Builtin组中没有该账号,以前也总是碰到新加 ...

  2. MQ7.5以后的权限问题解决

    MQ7.5以后权限是个问题,目前我也没有什么特别好的解决办法,把认证通道关闭就可以正常使用. 下面是IBM 官方的解释,可惜我没调通,望高人指点! 疑问 您使用MQ 7.1或者7.5创建了一个新的队列 ...

  3. html5与html的区别

    最近看群里聊天聊得最火热的莫过于手机网站和html5这两个词.可能有人会问,这两者有什么关系呢?随着这移动互联网快速发展的时代,尤其是4G时代已经来临的时刻,加上微软对“XP系统”不提供更新补丁.维护 ...

  4. 使用jQuery实现option的上移和下移

    基本思路:     上移:(1)获取当前选中的元素的索引值             (2)判断当前元素是否为第一个元素             (3)如果是,则不执行上移操作,如果不是,则则调用ins ...

  5. 【题解】POJ 3417 Network(倍增求LCA+DP+树上差分)

    POJ3417:http://poj.org/problem?id=3417 思路 我们注意到由“主要边”构成一颗树 “附加边”则是非树边 把一条附加边(x,y)加入树中 会与树上x,y之间构成一个环 ...

  6. ARM 汇编指令集 特点5:ARM 多级指令流水线

    1.为增加处理器指令流 的速度,ARM使用多级流水线. 就是举个例子: mov r1,#0 ,这条指令 分几个人做,一个人从存储器取指令,解码指令中用到的寄存器,寄存器运算. 这样三步 :如果一个人做 ...

  7. Java编码问题原因以及解决

    一.文件编码 Unicode 是首选编码.Unicode 是全球范围的字符编码标准. 小结: GBK 与unicode之间的转换是通过gbk unicode映射表. UTF-8 与unicode之间的 ...

  8. Oracle中case的第二种用法

    procedure P_GetProVerSingInfo_2018(varFileID in varchar2, p_cr1 out refcontent, p_cr2 out refcontent ...

  9. 开发类似"音速启动"的原创工具简码"万能助手"的过程中对ztree.js与win标准控件treeview、HTMLayout树形框等优缺点的比较

    在开发类似"音速启动"的桌面快捷方式管理软件简码"万能助手"的早期规划中,曾经考虑过几种树形框方案: ztree.js.win标准控件treeview.HTML ...

  10. TCP/IP初识(一)

    TCP/IP学习记录,如有错误请指正,谢谢!!! 什么是TCP/IP协议? TCP/IP协议族分为四层(另一个名字是Internet协议族(Internet Protocol Suite)):链路层. ...