Vim plugin for maintaining a persistent hidden buffer for the local python interpreter or an external interactive program.
Stars
11
Forks
0
Watchers
11
Open Issues
3
Overall repository health assessment
No package.json found
This might not be a Node.js project
321
commits
Fixed a bug related to enumerating the integer types supported by python.
70b7bddView on GitHubFixed the "interface" module so that `buffer.fileno` will ignore streams without a "fileno" method.
b71afe0View on GitHubModified `incpy#interpreter#evaluate` to show the window regardless of the expression being empty.
9dc5e3fView on GitHubGuard against empty strings when executing or evaluating with the `incpy#interpreter` namespace.
ef16a81View on GitHubModified the window options for both variations of vim to add some missing whitespace.
f4e958cView on GitHubTweaked `multiview.add` to explicitly apply the window options on the created window.
ffcebc4View on GitHubRefactored the current script detection so that it is outside the plugin loader.
b7c9ec7View on GitHubAvoid using "<Cmd>" mappings in `incpy#bindings#mappings` since it doesn't pass the range.
dfb34beView on GitHubModified the `interface.buffer.fileno` method so that it returns a valid file descriptor.
0ef14c9View on GitHubAdded support for the `g:incpy#UseDefaultMappings` option and updated the documentation.
e5207dbView on GitHub