Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-20 | Don't use vim.vars.get(): it does not work in Vim8 | Shougo Matsushita | |
2019-07-17 | Fix lint errors | Shougo Matsushita | |
2019-07-17 | Fix type errors | Shougo Matsushita | |
2019-07-17 | Add type annotation in __init__.py | Shougo Matsushita | |
2019-07-17 | Add type annotation in logger.py | Shougo Matsushita | |
2018-11-23 | Improve except | Shougo Matsushita | |
2018-11-22 | Change `neovim` module to `pynvim` | E Kawashima | |
2018-02-22 | logger.setup: only display "Logging to" msg once in Vim | Daniel Hahler | |
2018-02-22 | deoplete#util#print_error: handle optional name | Daniel Hahler | |
This is used from the Python logger to pass through the logger's name, which is useful when logging from sources (e.g. deoplete-jedi). | |||
2018-02-07 | Do not use WarningMsg with logging-to message | Daniel Hahler | |
This turns up in red for me, but is just an informational message. | |||
2018-02-05 | logger: add process/PID to log_format | Daniel Hahler | |
This is useful to have given that there are child processes now by default, and also when logging to the same file from multiple sources (Neovim instances). | |||
2017-12-04 | "debug_enabled" is deprecated. | Shougo Matsushita | |
2016-11-15 | Fix lint error | Shougo Matsushita | |
2016-11-15 | Add mypy execution | Shougo Matsushita | |
2016-08-12 | Reformatted imports using PEP8 conventions. | Tommy Allen | |
closes #325 | |||
2016-06-20 | Remove g:deoplete#enable_debug variable | Shougo Matsushita | |
2016-03-26 | Ignore missing pkg_resources | Tommy Allen | |
Fixes #239 | |||
2016-03-24 | Fix can not get the attributes, and Rename '__logname' to 'name' | Koichi Shiraishi | |
Signed-off-by: Koichi Shiraishi <k@zchee.io> | |||
2016-03-23 | Use Python's logging facility | Tommy Allen | |
- Updated documentation - Enable logging through RPC request Closes #224 |