We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb3e3f commit b659af3Copy full SHA for b659af3
vimrc
@@ -1,6 +1,6 @@
1
" My vimrc for Mac/Linux/Windows * GUI/Console
2
" Author: Francis Niu (https://github.com/flniu)
3
-" Last Change: 2017-12-17
+" Last Change: 2018-07-01
4
5
" Global variables {{{
6
if has('win32') || has('win64')
@@ -222,7 +222,7 @@ nmap <Leader>wr :set wrap!<CR>
222
nmap <Leader>xxd :call XxdToggle()<CR>
223
function! XxdToggle() "{{{
224
let mod = &mod
225
- if getline(1) =~ "^0000000:"
+ if getline(1) =~ "^000000"
226
exe '%!xxd -r'
227
set ft=
228
doautocmd filetypedetect BufReadPost
0 commit comments