diff options
| author | Luke <luke@lukesmith.xyz> | 2018-01-21 19:52:37 -0700 |
|---|---|---|
| committer | Luke <luke@lukesmith.xyz> | 2018-01-21 19:52:37 -0700 |
| commit | 51ef581bde5a98050db31343f7ef8c9d85136b22 (patch) | |
| tree | 37f9f0dc8e621431e05dabd553a4aa2977dd8c98 /.vim/bundle/vim-multiple-cursors/CONTRIBUTING.md | |
| parent | fe22a1e23348e266b77aa65d0ce63e19e74c604e (diff) | |
| download | eibhear-51ef581bde5a98050db31343f7ef8c9d85136b22.tar.gz eibhear-51ef581bde5a98050db31343f7ef8c9d85136b22.tar.zst eibhear-51ef581bde5a98050db31343f7ef8c9d85136b22.zip | |
vim files added
Diffstat (limited to '.vim/bundle/vim-multiple-cursors/CONTRIBUTING.md')
| -rw-r--r-- | .vim/bundle/vim-multiple-cursors/CONTRIBUTING.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.vim/bundle/vim-multiple-cursors/CONTRIBUTING.md b/.vim/bundle/vim-multiple-cursors/CONTRIBUTING.md new file mode 100644 index 0000000..878aa59 --- /dev/null +++ b/.vim/bundle/vim-multiple-cursors/CONTRIBUTING.md @@ -0,0 +1,23 @@ +# Problems summary + +## Expected + +## Environment Information + * OS: + * Neovim/Vim/Gvim version: + +## Provide a minimal .vimrc with less than 50 lines + + " Your minimal.vimrc + +## Generate a logfile if appropriate + + 1. export NVIM_PYTHON_LOG_FILE=/tmp/log + 2. export NVIM_PYTHON_LOG_LEVEL=DEBUG + 3. nvim -u minimal.vimrc + 4. recreate your issue + 5. cat /tmp/log_{PID} + +## Screen shot (if possible) + +## Upload the log file |
