如何編寫vim python 插件?

示例 https://github.com/artificerpi/autoread.vim vim的(tail -f)插件, 須要支持python的vim.html

參考

https://dzone.com/articles/how-write-vim-plugins-pythonpython

:help internal-variablesgit

(nothing) In a function: local to a function; otherwise: global 
buffer-variable    b:     Local to the current buffer.                          
window-variable    w:     Local to the current window.                          
tabpage-variable   t:     Local to the current tab page.                        
global-variable    g:     Global.                                               
local-variable     l:     Local to a function.                                  
script-variable    s:     Local to a :source'ed Vim script.                     
function-argument  a:     Function argument (only inside a function).           
vim-variable       v:     Global, predefined by Vim.

http://learnvimscriptthehardway.onefloweroneworld.com/chapters/24.htmlgithub

相關文章
相關標籤/搜索