aboutsummaryrefslogtreecommitdiff
path: root/vim/config/list.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-11 00:01:00 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-11 00:01:00 +1300
commit687559d5400e5c34967cb84040c32a52720078d0 (patch)
tree7f5310c4b573221353640d639f5a7627f0d0ccb0 /vim/config/list.vim
parentMerge branch 'feature/oii-fix' into develop (diff)
parentSort 'shortmess' flag settings alphabetically (diff)
downloaddotfiles-687559d5400e5c34967cb84040c32a52720078d0.tar.gz
dotfiles-687559d5400e5c34967cb84040c32a52720078d0.zip
Merge branch 'feature/vimrc-reunify' into develop
* feature/vimrc-reunify: (23 commits) Sort 'shortmess' flag settings alphabetically Add 'o' and 'O' back into 'shortmess' Set up individual flags for 'shortmess' Use exists+ test rather than exists& Adjust some whitespace and comment layout Move matchit.vim sourcing into plugin.vim Rename netrw.vim to plugin.vim Remove 'shellslash' setting Move fedora.vim into os.vim Remove 'tildeop' setting Rearrange three smaller files into display.vim Move 'paste' options into terminal.vim Move wildmenu config into completion.vim Rename complete.vim to completion.vim Rename term.vim to terminal.vim Rename yank.vim to registers.vim Move nrformats.vim content to format.vim Rename startup.vim to messages.vim Merge encoding.vim and file.vim into files.vim Move backup, swap, and undo dir logic into plugins ...
Diffstat (limited to 'vim/config/list.vim')
-rw-r--r--vim/config/list.vim10
1 files changed, 0 insertions, 10 deletions
diff --git a/vim/config/list.vim b/vim/config/list.vim
deleted file mode 100644
index 1cb4345b..00000000
--- a/vim/config/list.vim
+++ /dev/null
@@ -1,10 +0,0 @@
-" Don't show whitespace characters or end-of-line characters visually by
-" default, but make \l toggle between them
-set nolist
-nnoremap <silent>
- \ <Leader>l
- \ :<C-U>setlocal list! list?<CR>
-
-" Clearly show when the start or end of the row does not correspond to the
-" start and end of the line
-set listchars+=precedes:<,extends:>