mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00
*: 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:
@@ -3,10 +3,10 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h> // for size_t
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "nvim/types.h"
|
||||
#include "nvim/pos.h" // for linenr_T
|
||||
#include "nvim/pos.h"
|
||||
|
||||
/// A block number.
|
||||
///
|
||||
|
Reference in New Issue
Block a user