*: Fix linter errors

Drops comments `// for …` that do not pass linter for them being unmaintainable 
and fast to becoming incomplete or even incorrect.

Mention @dedmass
This commit is contained in:
ZyX
2017-04-08 19:11:42 +03:00
parent dc9722326e
commit ab19fa1552
7 changed files with 18 additions and 18 deletions

View File

@@ -2,8 +2,8 @@
#define NVIM_MOVE_H
#include <stdbool.h>
#include "nvim/buffer_defs.h" // for win_T
#include "nvim/pos.h" // for linenr_T
#include "nvim/buffer_defs.h"
#include "nvim/pos.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "move.h.generated.h"