Use the following to recrate the doc: * clone https://github.com/ycm-core/vim-tools * create a venv and pip install the requierments * cd to vimspector dir * /path/to/vim-tools/html2vimdoc.py -f vimspector README.md > doc/vimspector.txt
23 lines
265 B
Text
23 lines
265 B
Text
*.un~
|
|
*.sw[op]
|
|
__pycache__
|
|
.vscode
|
|
tests/*.res
|
|
tests/messages
|
|
tests/debuglog
|
|
test.log
|
|
*.testlog
|
|
gadgets/
|
|
package/
|
|
*.pyc
|
|
*.dSYM
|
|
README.md.orig.*
|
|
README.md.toc.*
|
|
.DS_Store
|
|
*.vimspector.log
|
|
support/test/csharp/*.exe*
|
|
.neomake.log
|
|
configurations/
|
|
venv/
|
|
test-base/
|
|
tags
|