()
| 119 | return text |
| 120 | |
| 121 | def tern_fullBuffer(): |
| 122 | return {"type": "full", |
| 123 | "name": tern_relativeFile(), |
| 124 | "text": tern_bufferSlice(vim.current.buffer, 0, len(vim.current.buffer))} |
| 125 | |
| 126 | def tern_bufferFragment(): |
| 127 | curRow, curCol = vim.current.window.cursor |
no test coverage detected