diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-24 13:15:07 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-24 13:15:07 +0200 |
commit | f70e3d6c7e4139c8d655101a850c03f522cc98b7 (patch) | |
tree | 8e7eddaf6e5daf5f636c4dc5d2829b124558b434 /runtime/doc/options.txt | |
parent | d497a30cbe89e25e065c29cec7fd1988900b86e9 (diff) | |
download | vim-f70e3d6c7e4139c8d655101a850c03f522cc98b7.zip |
Don't conceal text in lines inside the Visual area.
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 9344e884e..c54927479 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1724,6 +1724,8 @@ A jump table for the options with a short description can be found at |Q_op|. are moving around text is concealed, but when starting to insert text or selecting a Visual area the concealed text is displayed, so that you can see what you are doing. + Keep in mind that the cursor position is not always where it's + displayed. E.g., when moving vertically it may change column. 'conceallevel' 'cole' *'conceallevel'* *'cole'* |