diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2014-10-06 17:06:08 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-10-06 17:06:08 -0400 |
commit | 66ec1a448e4f1602ab9b552ad590a8fadb3b98ae (patch) | |
tree | d3229ae28a8df9dad5f981446bde38c7f3381454 /runtime/doc/sign.txt | |
parent | ae743f87661dba80d89f45a63b998af05ef89935 (diff) | |
parent | 32fabd8984a09bf3b82032d7b1b536d980a084fc (diff) | |
download | rneovim-66ec1a448e4f1602ab9b552ad590a8fadb3b98ae.tar.gz rneovim-66ec1a448e4f1602ab9b552ad590a8fadb3b98ae.tar.bz2 rneovim-66ec1a448e4f1602ab9b552ad590a8fadb3b98ae.zip |
Merge pull request #1268 from stefan991/cleanup-docs-2
Cleanup user documentation
Diffstat (limited to 'runtime/doc/sign.txt')
-rw-r--r-- | runtime/doc/sign.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/runtime/doc/sign.txt b/runtime/doc/sign.txt index 6c92073076..d52b8e964f 100644 --- a/runtime/doc/sign.txt +++ b/runtime/doc/sign.txt @@ -28,10 +28,8 @@ Microsystem's dtterm does support this it's the only terminal emulator I know of which does). A text sign and the highlight should be feasible in any color terminal emulator. -Signs and highlights are not useful just for debuggers. Sun's Visual -WorkShop uses signs and highlights to mark build errors and SourceBrowser -hits. Additionally, the debugger supports 8 to 10 different signs and -highlight colors. |workshop| Same for Netbeans |netbeans|. +Signs and highlights are not useful just for debuggers. There are plugins +that use signs to mark build errors or display version control status. There are two steps in using signs: |