• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

VI and HTML

SendTrash

Platinum Member
guys.... in vi how do you view html source? right now when I open an html file, it is formatted and not the html tags
 
Since vi is almost as far from graphical as you can get Im not sure I understand. Does it have a lynx like view? Are you sure it is vi and not vim or another clone?
 
What are you talking about? Sure vi will show you the source. It is a text editor!
What have you done to the lovely program?
 
i think what you mean is syntax highlighting?
you can still see the html tags, etc, and they are bolded, underline, etc, depending on the source code?

try :set syntax=off to turn off syntax highlighting, if that is the case.
otherwise, a screenshot would help 🙂

ctrl-w + d doesn't work for me ... it says "no identifier under cursor" for me ... =(
if i put my cursor under < HTML > , it will say "couldn't find definition" ... =(

-858-
 
Back
Top