Module: CommandT::VIM::Screen
- Defined in:
- lib/command-t/vim/screen.rb
Class Method Summary collapse
Class Method Details
.lines ⇒ Object
8 9 10 |
# File 'lib/command-t/vim/screen.rb', line 8 def lines ::VIM::evaluate('&lines').to_i end |