中文字幕在线观看,亚洲а∨天堂久久精品9966,亚洲成a人片在线观看你懂的,亚洲av成人片无码网站,亚洲国产精品无码久久久五月天

SpaceVim 發(fā)布 v0.8.0,默認(rèn)使用 toml 配置文件格式

2018-07-13    來源:oschina

容器云強(qiáng)勢(shì)上線!快速搭建集群,上萬Linux鏡像隨意使用
SpaceVim

遲來的一篇發(fā)布文章,一來是近期比較忙,而來主要是 0.8.0 發(fā)布后存在一些小問題,想把這些問題解決了再來寫這篇中文介紹。

SpaceVim v0.8.0 是在6月18日發(fā)布的,到現(xiàn)在已經(jīng)快一個(gè)月了。當(dāng)時(shí)發(fā)布的英文原文鏈接為:

SpaceVim release v0.8.0spacevim.org

新特性

  • 使用 toml 作為默認(rèn)配置文件格式 #1636, #1654

在以前的版本中,一至使用 vim 腳本作為默認(rèn)配置文件,雖然這比較容易讓用戶接受,但是這存在很多弊端,因?yàn)?vim 腳本是逐行讀取并執(zhí)行的,如果配置文件存在語(yǔ)法錯(cuò)誤,將導(dǎo)致配置只被讀取一半,而讓排錯(cuò)非常困難。

  • gitcommit 編輯異步補(bǔ)全 #1623

編輯 commit 信息時(shí),自動(dòng)補(bǔ)全對(duì)應(yīng)的 github 倉(cāng)庫(kù)信息

  • 搜索 buffer 所在文件夾 #1632

  • 添加 asyncomplete-clang #1671

  • 添加 SPC x a | 以對(duì)齊 |#1766

  • 修復(fù) typescript auto fix 特性 #1706

  • 添加 compatible API:matchaddpos #1681

  • Add autofix feature for php with phpcbf #1652

  • Add more key bingindings #1811

  • 極簡(jiǎn)主題 #1784

新的模塊

  • Add lang#r layer #1717

功能改進(jìn)

  • 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 修復(fù)

  • 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

文檔 wiki 改進(jìn)

  • 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

在這個(gè)版本發(fā)布沒多久,我與幾個(gè)朋友線下也見了一下,主要是聊聊他們?cè)谑褂眠^程中哪些功能是非常常用的,哪些功能在使用過程中存在不人性化的設(shè)計(jì)。

最終,有兩點(diǎn)在目前最新版本中做了不少改進(jìn),大家可以體驗(yàn)下:

SpaceVim:高效的 Vim 標(biāo)簽管理器

SpaceVim:高速實(shí)時(shí)代碼檢索及替換插件

寫在最后,因?yàn)檫@篇文字發(fā)的比較晚,自 v0.8.0 版本發(fā)布以來已經(jīng)有接近一個(gè)月了,也可以關(guān)注一些 following HEAD 頁(yè)面,這里會(huì)列出自上一個(gè)版本到最新分支,所有的改動(dòng):

Following HEAD

如果有任何想反饋或交流的,可以選擇合適的 SpaceVim 頻道:

中文社區(qū)

標(biāo)簽: 代碼 腳本 搜索

版權(quán)申明:本站文章部分自網(wǎng)絡(luò),如有侵權(quán),請(qǐng)聯(lián)系:west999com@outlook.com
特別注意:本站所有轉(zhuǎn)載文章言論不代表本站觀點(diǎn)!
本站所提供的圖片等素材,版權(quán)歸原作者所有,如需使用,請(qǐng)與原作者聯(lián)系。

上一篇:ArangoDB 3.2.16 和 3.3.12 發(fā)布,多模型數(shù)據(jù)庫(kù)

下一篇:JEECG 3.7.7 發(fā)布,增加多套主流 UI 代碼生成器模板