From d37ee394cba101c2fc42b1d23a80080db86f5a93 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Fri, 19 May 2017 15:39:22 +0200 Subject: [PATCH] TASK: Fix pep8 line length --- rplugin/python3/neotags.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rplugin/python3/neotags.py b/rplugin/python3/neotags.py index 73b6dcf..44ec7a6 100644 --- a/rplugin/python3/neotags.py +++ b/rplugin/python3/neotags.py @@ -12,7 +12,8 @@ class NeotagsPlugin(object): def __init__(self, nvim): self.nvim = nvim # Perhaps debugging settings? - # Like autotags, configure regex compared to filename to ignore, e.g. fugitive buffers, git commits, etc. + # Like autotags, configure regex compared to filename to ignore, e.g. + # fugitive buffers, git commits, etc. self.options = { 'tags_filename': 'tags', 'ctags_cmd': 'ctags',