Coder Social home page Coder Social logo

Does not auto indent about delimitmate HOT 15 CLOSED

raimondi avatar raimondi commented on June 3, 2024
Does not auto indent

from delimitmate.

Comments (15)

Raimondi avatar Raimondi commented on June 3, 2024

Could you paste the output of :DelimitMateTest ?

from delimitmate.

junxuan avatar junxuan commented on June 3, 2024

delimitMate Report

Options:
delimitMate_apostrophes = ''
delimitMate_autoclose = 1
delimitMate_balance_matchpairs = 0
delimitMate_excluded_ft = ''
delimitMate_excluded_regions = 'Comment'
delimitMate_expand_cr = 0
delimitMate_expand_space = 0
delimitMate_matchpairs = '(:),{:},[:]'
delimitMate_nesting_quotes = []
delimitMate_quotes = '" '' `'
delimitMate_smart_quotes = 1
delimitMate_visual_leader = ','

Showcase:

Open: (|)
Delete: |
Exit: ()|
Space: ( |)
Delete space: (|)
Visual-L: (v)
Visual-R: (v)
Car return: (
|)
Delete car return: (|)

Open: {|}
Delete: |
Exit: {}|
Space: { |}
Delete space: {|}
Visual-L: {v}
Visual-R: {v}
Car return: {
|}
Delete car return: {
|}

Open: [|]
Delete: |
Exit: []|
Space: [ |]
Delete space: [|]
Visual-L: [v]
Visual-R: [v]
Car return: [
|]
Delete car return: [|]
Open: "|"
Delete: (|
Exit: ""|
Space: " |"
Delete space: "|"
Visual: "v"
Car return: "
|"
Delete car return: "|"
Open: '|'
Delete: {|
Exit: ''|
Space: ' |'
Delete space: '|'
Visual: 'v'
Car return: '
|'
Delete car return: '|'
Open: |
Delete: [|
Exit: ``|
Space: |
Delete space:`|`
Visual:`v`
Car return:`
|`
Delete car return:`|`

Mappings:

All mappings were set-up.

from delimitmate.

Raimondi avatar Raimondi commented on June 3, 2024

delimitMate_expand_cr is not set to 1, maybe it's a typo (note that you typed "lett" instead of "let" in the first post), check that you have exactly this in your vimrc:

let delimitMate_expand_cr = 1

from delimitmate.

junxuan avatar junxuan commented on June 3, 2024

hmm nope, I have exactly that I in my vimrc but it still doesn't work

" Delimit Mate
let delimitMate_expand_cr = 1

from delimitmate.

junxuan avatar junxuan commented on June 3, 2024

new test report:

delimitMate Report
Options
delimitMate_apostrophes = ''
delimitMate_autoclose = 1
delimitMate_balance_matchpairs = 0
delimitMate_excluded_ft = ''
delimitMate_excluded_regions = 'Comment'
delimitMate_expand_cr = 1
delimitMate_expand_space = 0
delimitMate_matchpairs = '(:),{:},[:]'
delimitMate_nesting_quotes = []
delimitMate_quotes = '" '' `'
delimitMate_smart_quotes = 1
delimitMate_visual_leader = ','

Showcase:

Open: (|)
Delete: |
Exit: ()|
Space: ( |)
Delete space: (|)
Visual-L: (v)
Visual-R: (v)
Car return: (
|
)
Delete car return: (|)

Open: {|}
Delete: |
Exit: {}|
Space: { |}
Delete space: {|}
Visual-L: {v}
Visual-R: {v}
Car return: {
|
}
Delete car return: {
|
}

Open: [|]
Delete: |
Exit: []|
Space: [ |]
Delete space: [|]
Visual-L: [v]
Visual-R: [v]
Car return: [
|
]
Delete car return: [|]
Open: "|"
Delete: (|
Exit: ""|
Space: " |"
Delete space: "|"
Visual: "v"
Car return: "
|
"
Delete car return: "|"
Open: '|'
Delete: {|
Exit: ''|
Space: ' |'
Delete space: '|'
Visual: 'v'
Car return: '
|
'
Delete car return: '|'
Open: |
Delete: [|
Exit: ``|
Space: |
Delete space:`|`
Visual:`v`
Car return:`
|
`
Delete car return:`|`

Mappings:

All mappings were set-up.

from delimitmate.

junxuan avatar junxuan commented on June 3, 2024

I have no idea why the report looks screwed up after posting to github, sorry.

from delimitmate.

Raimondi avatar Raimondi commented on June 3, 2024

From what I see, is being expanded. Was that the problem?

from delimitmate.

junxuan avatar junxuan commented on June 3, 2024

When I type { and press enter on a normal file, like no filetype, I get:

{
|}

If it is in a cpp file and I type { and enter, I get:

{

|}

I'm kinda expecting it to appear as

if (something ==1 ){
|
}

Not including the if part of course, just trying to show the indentation.

from delimitmate.

Raimondi avatar Raimondi commented on June 3, 2024

It works for me. Do you use any plug-ins to work with c++ ? set ft=cpp and see what's the output of this:
:verbose imap

from delimitmate.

junxuan avatar junxuan commented on June 3, 2024

nope I get no mappings. this is so weird haha

from delimitmate.

junxuan avatar junxuan commented on June 3, 2024

I've found the problem, apparently my plugin for ruby endwise conflicted with it. Is there a way to set it such that endwise only loads when I enter a ruby file?

from delimitmate.

junxuan avatar junxuan commented on June 3, 2024

I've made endwise into a ruby ftplugin, now everything works, thanks.

from delimitmate.

Raimondi avatar Raimondi commented on June 3, 2024

I'm glad everything works, enjoy!

from delimitmate.

y avatar y commented on June 3, 2024

i am experiencing the same problem, so didn't want to open a separate ticket. after reading this ticket i thought the problem was with endwise and opened a ticket there: tpope/vim-endwise#4 . but i'm wondering if that is correct. endwise appears to be checking for a pre-existing map and appending it's logic:
exe "imap <script> ".maparg('','i')."AlwaysEnd"
whereas delimitMate doesn't appear to do similar.

from delimitmate.

keith avatar keith commented on June 3, 2024

What @y mentions is still an issue with delimitMate see tpope/vim-endwise#11 (comment)

from delimitmate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.