Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
fichiers_configuration
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Boudy
fichiers_configuration
Commits
f4ca3cab
Commit
f4ca3cab
authored
Sep 18, 2018
by
Boudy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
espaces insécables vimrc
parent
c9507005
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
.vimrc
.vimrc
+2
-5
No files found.
.vimrc
View file @
f4ca3cab
...
...
@@ -175,8 +175,8 @@ autocmd BufWinLeave * call clearmatches()
"~" endif
" Surligne les espaces insécables (2 premieres ligne ne marchent pas)
au
BufEnter
*
hi
Nbsp ctermbg
=
233
guibg
=
black
au
BufEnter
*
match
Nbsp
/\%uA0/
"
au BufEnter * hi Nbsp ctermbg=233 guibg=black
"
au BufEnter * match Nbsp /\%uA0/
au
VimEnter
,
BufWinEnter
*
syn
match
ErrorMsg
" "
command Nonum
set
norelativenumber & nonumber
...
...
@@ -230,9 +230,6 @@ command OcamlDecomment s/^(\* // | s/ \*)$// | nohl
au
FileType
ocaml vmap
,
:
OcamlVisualDecomment
<
CR
>
au
FileType
ocaml nmap
,
:
OcamlDecomment
<
CR
>
"~" " Surligne les espaces insécables
"~" au BufEnter * hi Nbsp ctermbg=233 guibg=black
"~" au BufEnter * match Nbsp /\%uA0/
" +-------+
" | Perso |
...
...
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