comparison src/quickfix.c @ 18812:d34ec6fe207d v8.1.2394

patch 8.1.2394: using old C style comments Commit: https://github.com/vim/vim/commit/63d9e730f726341bf41ee4f4b829253cb9879110 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 5 21:10:38 2019 +0100 patch 8.1.2394: using old C style comments Problem: Using old C style comments. Solution: Use // comments where appropriate.
author Bram Moolenaar <Bram@vim.org>
date Thu, 05 Dec 2019 21:15:04 +0100
parents c035b4fa4bc5
children f98368dd6615
comparison
equal deleted inserted replaced
18811:65b77e62ec07 18812:d34ec6fe207d
7878 } 7878 }
7879 else if (curwin->w_llist == NULL) 7879 else if (curwin->w_llist == NULL)
7880 curwin->w_llist = qi; 7880 curwin->w_llist = qi;
7881 } 7881 }
7882 } 7882 }
7883 #endif /* FEAT_QUICKFIX */ 7883 #endif // FEAT_QUICKFIX
7884 7884
7885 #if defined(FEAT_EVAL) || defined(PROTO) 7885 #if defined(FEAT_EVAL) || defined(PROTO)
7886 # ifdef FEAT_QUICKFIX 7886 # ifdef FEAT_QUICKFIX
7887 static void 7887 static void
7888 get_qf_loc_list(int is_qf, win_T *wp, typval_T *what_arg, typval_T *rettv) 7888 get_qf_loc_list(int is_qf, win_T *wp, typval_T *what_arg, typval_T *rettv)