Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Boudy
fichiers_configuration
Commits
800f9fec
Commit
800f9fec
authored
Dec 03, 2017
by
Boudy
Browse files
commentation ocaml marche en vode visuel
parent
1fd4cb13
Changes
1
Hide whitespace changes
Inline
Side-by-side
.vimrc
View file @
800f9fec
...
...
@@ -212,5 +212,7 @@ endfor
" Gestion des commentaires
command OcamlComment
execute
"s/^/(*/"
|
execute
"s/$/*)/"
|
nohl
au
FileType
ocaml nmap ;
:
OcamlComment
<
CR
>
command
-
range
OcamlVisualComment
silent
'<,'
>
s
/^/
(
*
/ | '<,'>s/
$
/*)/
|
nohl
command OcamlComment s
/^/
(
*
/ | s/
$
/*)/
|
nohl
au
FileType
ocaml vmap ;
:
OcamlVisualComment
<
CR
>
au
FileType
ocaml nmap ;
:
OcamlComment
<
CR
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment