diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-04-28 02:41:12 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-04-28 02:41:12 +0200 |
commit | 9a56ac82310baa782624a056f9b3c741e4d6c2e9 (patch) | |
tree | d19d3dce8304fb7f3fc4a79717b411b7dbfcf4e3 | |
parent | 0f15cbf42dad68e62dadd4e4c4b1346b8530e745 (diff) |
GSP supports comments now
-rw-r--r-- | .exrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,4 +13,4 @@ set tw=80 let g:netrw_sort_sequence = '^index.gsp$,[\/]$,' let g:netrw_list_hide .= ',^.*\.html$' -autocmd BufEnter *.gsp setlocal commentstring=m4_dnl\ %s +autocmd BufEnter *.gsp setlocal commentstring=/\ %s |