commit | e38eab22c1fb950127f0307a9904de6d4561dc70 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 05 21:50:01 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 05 21:50:01 2019 +0100 |
tree | 3435d9a3e3654948067dd1a89ebacf333ba877f0 | |
parent | 0d6f5d9740dbad1b0207f3ab257de806169dd905 [diff] [blame] |
patch 8.1.2396: using old C style comments Problem: Using old C style comments. Solution: Use // comments where appropriate.
diff --git a/src/usercmd.c b/src/usercmd.c index b48f157..5db6f48 100644 --- a/src/usercmd.c +++ b/src/usercmd.c
@@ -392,7 +392,7 @@ long a; garray_T *gap; - /* In cmdwin, the alternative buffer should be used. */ + // In cmdwin, the alternative buffer should be used. gap = #ifdef FEAT_CMDWIN (cmdwin_type != 0 && get_cmdline_type() == NUL) ?