zoukankan      html  css  js  c++  java
  • 用VIM打造C语言编写器

    1、先用vim --version命令查看一下都是安装了那些vim特性,以及版本等等情况。

    vim --version

    VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Jun 16 2016 10:50:38)
    Included patches: 1-1689
    Modified by pkg-vim-maintainers@lists.alioth.debian.org
    Compiled by pkg-vim-maintainers@lists.alioth.debian.org
    Huge version without GUI. Features included (+) or not (-):
    +acl +farsi +mouse_netterm +tag_binary
    +arabic +file_in_path +mouse_sgr +tag_old_static
    +autocmd +find_in_path -mouse_sysmouse -tag_any_white
    -balloon_eval +float +mouse_urxvt -tcl
    -browse +folding +mouse_xterm +terminfo
    ++builtin_terms -footer +multi_byte +termresponse
    +byte_offset +fork() +multi_lang +textobjects
    +channel +gettext -mzscheme +timers
    +cindent -hangul_input +netbeans_intg +title
    -clientserver +iconv +packages -toolbar
    -clipboard +insert_expand +path_extra +user_commands
    +cmdline_compl +job -perl +vertsplit
    +cmdline_hist +jumplist +persistent_undo +virtualedit
    +cmdline_info +keymap +postscript +visual
    +comments +langmap +printer +visualextra
    +conceal +libcall +profile +viminfo
    +cryptv +linebreak -python +vreplace
    +cscope +lispindent +python3 +wildignore
    +cursorbind +listcmds +quickfix +wildmenu
    +cursorshape +localmap +reltime +windows
    +dialog_con -lua +rightleft +writebackup
    +diff +menu -ruby -X11
    +digraphs +mksession +scrollbind -xfontset
    -dnd +modify_fname +signs -xim
    -ebcdic +mouse +smartindent -xsmp
    +emacs_tags -mouseshape +startuptime -xterm_clipboard
    +eval +mouse_dec +statusline -xterm_save
    +ex_extra +mouse_gpm -sun_workshop -xpm
    +extra_search -mouse_jsbterm +syntax

    从加粗的内容可以看出,该版本为huge版本,支持python3编写的插件,但perl,lua,ruby语言编写的插件不支持,本期重点特性cscope支持。

  • 相关阅读:
    Request源码总结
    jmeter并发顺序问题
    mysql函数应用
    读《飘》之后的感受
    itchat源码阅读一
    python将print的内容输出到txt文件
    说一下StoreBoard和纯代码编程各有什么好处吧
    CocoaPods 安装
    Silverlight调用WebSite类型的WebService,Debug时的跨域问题
    ComboBox的奇怪属性
  • 原文地址:https://www.cnblogs.com/litifeng/p/5649121.html
Copyright © 2011-2022 走看看