mirror of
https://github.com/neovim/neovim.git
synced 2026-01-22 21:23:12 +10:00
Problem: More functions can be used as methods. Solution: Make various functions usable as a method.4c313b13fbThe rest of this patch was ported in3137c7d635N/A patches for version.c: vim-patch:8.1.2012: more functions can be used as methods Problem: More functions can be used as methods. Solution: Make terminal functions usable as a method. Fix term_getattr().7ee80f7661vim-patch:8.2.3576: some functions are not documented for use with a method Problem: Some functions are not documented for use with a method. Solution: Add examples. Fix that sign_unplacelist() only takes one argument. (Sean Dewar, closes vim/vim#9081)a63780b977Addressed in the port of v8.1.1995.