Jump the vim cursor to its previous window position
()
| 1216 | |
| 1217 | |
| 1218 | def JumpToPreviousWindow(): |
| 1219 | """ Jump the vim cursor to its previous window position """ |
| 1220 | vim.command( 'silent! wincmd p' ) |
| 1221 | |
| 1222 | |
| 1223 | def JumpToTab( tab_number ): |
no outgoing calls
no test coverage detected