Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6731243
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T10:30:19+00:00 2026-05-26T10:30:19+00:00

How can I can specific word wrapping for specific tags. For example, in LaTex

  • 0

How can I can specific word wrapping for specific tags. For example, in LaTex I want word wrapping for my paragraphs but not for my figure commands (they are always very long and run off the screen).

Or with Javascript, I want the right margin for code to be at, for example 50 columns, but for the comments to be at only 40 columns

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T10:30:19+00:00Added an answer on May 26, 2026 at 10:30 am

    This is not builtin

    You could probably script something yourself using a devious combination of `formatexpr` and synID(). I suggest you look at the help of the latter first, because it contains inspirational samples:

    for id in synstack(line("."), col("."))
        echo synIDattr(id, "name")
    endfor
    

    taken from :he synstack

    The formatexpr is usually set to something like

    :set formatexpr=mylang#Format()
    

    thus delegating to a filetype plugin. You could implement the function to use different margins for different syntax contexts.


    Bear in mind

    • the default formatexpr (if absent, formatprg) are probably no good for a source file (in my experience it has the tendency to string together lines as if they were text paragraphs). But then again, you can implement it any which way you want
    • that syntax highlighting may become out of sync. I’m not sure what happens when the cursor is at, say, 70% of a large document and you issue ggVGgq. It might not update the syntax highlighting all the way (meaning that your formatexpr function would get the ‘wrong’ synID() values. You get around this by saying something like

       :syntax sync fromstart
      

      this again might impact the highlighting performance depending on the size/complexity of the source and highlighting scripts

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can one check a url if it contains a specific word, but also
I've looked, but it doesn't look like you can apply specific formatting to just
I am having trouble matching a specific word in nginx $request_body variable. I want
I want to match multiline comments that contain a specific word, let's say findthis
How can I check if a specific word in a Word document is bold?
I have this problem that i want to transfer specific ( yet not that
First, I'll show the specific problem I'm having, but I think the problem can
Can I use specific html if the browser is IE? (Assuming FF is the
Can someone give specific steps on how to implement hosting of a Django-based website
How can I get specific number of records from nhibernate like 10 or 15

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.