Lines Matching refs:with
7 " Except when Vim is run with "-u NONE" or "-C".
8 " Individual settings can be reverted with ":set option&".
68 " Revert with ":unmap Q".
73 " Revert with ":iunmap <C-U>".
77 " can position the cursor, Visually select and scroll with the mouse.
88 " Only do this part when Vim was compiled with the +eval feature.
95 " Revert with ":filetype off".
98 " Put these in an autocmd group, so that you can revert them with:
121 \ echo 'You discovered the command-line window! You can close it with ":q".' |
130 " Revert with ":syntax off".
134 " Revert with ":unlet c_comment_strings".
141 " Revert with: ":delcommand DiffOrig".